python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Sum Across Multiple Tabs, Only If Tab is Flagged as being Active
I have 5 tabs: "Start" "2020" "2019" "2018" "End"
I would like to sum the same cell (eg. cell A2) across all tabs, ONLY if the tab is flagged as being...
user18729347
Votes: 0
Answers: 2
SUMIFS and SUMPRODUCT used together
I am working on a project where expenditure across multiple accounts and multiple different currencies are consolidated into a single currency cash flow statement that aggregates the expenditure into ...
Tony Fiante
Votes: 0
Answers: 0
Total of items in column where another column equals a value
I have the following structure
Column1 Column2
Foo 100
Baa 200
How can I have a value that is the sum of all column2 values where its column1 value is equal to Foo?
FutuToad
Votes: 0
Answers: 1
Sumproduct with multiple criteria on the same column not working
I am writing a formula using SUMPRODUCT to show me the sum of a column with various criteria (i.e. multiple criteria in the same column) but I am getting 0 (zero) as a result, can anyone help me with ...
Mr.YJY
Votes: 0
Answers: 1