Sign in to join the conversation:
Has anyone had success using the sumifs function as part of cross-sheet formulas?
I have been giving it a whirl and haven't had much luck. I am not sure if it is even possible, and if is then I'm not sure what I'm missing.
It is possible. Are you able to give more detail about your specific need?
Thanks Paul. I have an sheet set up to track payment income and related dates of payment et al.
Within that sheet I wanted to track income per week so I added some columns to the left of the sheet to roll-up the data I need, then have this data appear in a Dashboard/Sight. Now that the formulas work I hide the columns so they're out of sight.
I'd like to instead have the data on a separate roll-up sheet and keep things cleaner.
On my original sheet here is one of the formula examples:
=SUMIFS([Gross Invoice Amount]:[Gross Invoice Amount], [Date Payment Received]:[Date Payment Received], <=[Payment Week]3, [Date Payment Received]:[Date Payment Received], >=[Payment Week]2)
Attached is a snapshot of the columns & rows. Dates are added manually (for now).
Ideally I'd like to have these formulas/calculations on a separate roll-up sheet, so I can add add'l Parent/Child organization, sorting etc to my source sheet.
Let me know if this sheds enough light.
Ah. Ok. When you are building a formula, in the dropdown "help" box you will see a link that says "Reference Another Sheet". Simply click the link then select the appropriate sheet you want to pull the data from. Instead of having "[Gross Invoice Amount]:[Gross Invoice Amount]", it will look more like "{Sheet Name Range 1}". You can do this for each of your ranges whether it be the sum range or a criteria range.
Does that help, or do you need more detail?
Hi Paul - that worked finally - thank you for clarifying and helping out!
cheers,Chris
Excellent! Happy we could help.
Hi - I'm trying to sum the "Bill Check" column if "Receipt" is unchecked and "Revenue Check" is 0 (will be displayed as 0.00). When using the below formula, i receive the #UNPARSABLE error but i can't resolve the issue. =SUMIF(AND([Receipt]2:[Receipt]762 = 0, [Revenue Check]2:[Revenue Check]762, "0.00"), [Bill…
Hello, So I have several conditional formatting rules set up and after adding a few more that were needed for my team, some of the formatting is not showing on my team's reports for all the rows. Example: I have a format rule for a drop down list column where when the word Need is used, that cell should turn yellow. The…
Hi anyone here have a work around or formula in my case i created a project where in Effectivity date reach it sends email notifications i also created a helper column for subject to have a unique fields and not bundled in one email but in this case if the same effectivity date different details it was placed in one email…