Parent/Children Formulas with Date Ranges
Hello,
Can I get some guidance on how to properly use Parent/Children formulas for a Summary sheet that is fed by information from a reference sheet?
I have several count ifs, and sum ifs all corresponding to the month and the year. The parents and children will all have the same metrics and hierarchy for multiple suppliers.
The first formula is a COUNTIF, the supplier name matches the Parent, and the row was created in month 1 of year 19.
The second formula is SUMIF, the supplier name matches the Parent, and the rows were created in month 1 of year 19 ... etc.
Any advice would be most appreciated.
Comments
-
Hi—
You might try a formula like the following:
=COUNTIFS({supplier reference},"Supplier 1", {date reference}, >= DATE(2019, 1, 1), {date reference},<= DATE(2019, 1, 31))
The above example will count anything where "Supplier 1" submitted something between 1/1/2019 and 1/31/2019.
To unpack this example formula a bit:
- Since we need to compare multiple values, this is a COUNTIFS formula: https://help.smartsheet.com/function/countifs
- This example formula uses cross-sheet references. More information on how to create them can be found in our help center: https://help.smartsheet.com/articles/2476606-formulas-reference-data-from-other-sheets
- This also uses the DATE function to compare against your system date column: https://help.smartsheet.com/function/date
- You can adapt this to your SUMIFS formula when you need to reference your numeric values: https://help.smartsheet.com/function/sumifs
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!