Sheet Summary with 2 conditions including date range
Hello,
I'm attempting to write a summary sheet formula that sums a number based on two conditions: 1 for entries <1/1/2021 and another column with a drop down choice of categories for only one category. Any luck writing a formula for a sum of two conditions? Should I be using SUMIF? How do I format both the conditions in the formula?
Best Answer
-
Hi @Drea Mora ,
You'll want to use a SUMIFS formula:
=SUMIFS([column to sum]:[column to sum],[date column]:[date column],<DATE(2021,1,1),[drop down column]:[drop down column],"dropdown value")
Note - this will work for a single dropdown column. If you have a multi-select dropdown, let me know and we can adjust it.
Let me know if it works for you.
Best,
Heather
Answers
-
Hi @Drea Mora ,
You'll want to use a SUMIFS formula:
=SUMIFS([column to sum]:[column to sum],[date column]:[date column],<DATE(2021,1,1),[drop down column]:[drop down column],"dropdown value")
Note - this will work for a single dropdown column. If you have a multi-select dropdown, let me know and we can adjust it.
Let me know if it works for you.
Best,
Heather
-
@Heather D that did it thank you so much!
-
@Drea Mora Happy to help! :)
-
Hello @Heather Duff
I am having a similar issue to Drea and wondering if you could help me as formulas are not my strong point.
I want a sheet summary to show me the following SUM,
Total Pay figure, (of data between 01/02/23 - 31/01/24), and Status to be Reconciled.
I am hoping you can help me with this, I look forward to your reply.
Best wishes,
Chloe
-
Hey @Chloe MB
You can adjust the formula above for what you're looking to do, like so:
=SUMIFS([Total Pay figure]:[Total Pay figure], [date column]:[date column], >=DATE(2023, 02, 01), [date column]:[date column], <=DATE(2024, 01, 31), Status:Status,"Reconciled")
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
Hey @Genevieve P.
Thank you so much for this. I have copied the formula however my sum is equalling 0 when it should show a £ figure. Have I missed something?
Thank you in advance!
Best wishes,
Chloe
-
Hi @Chloe MB
I hope you're well and safe!
You'll have to set the field to GBP currency. (click on the three dots)
Did that work/help?
I hope that helps!
Be safe, and have a fantastic week!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up, Awesome, or/and as the accepted answer. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Hello @Andrée Starå
Thank you for this! I am still having issues and am stumped.
I created a report with the same filters as the formula in the sheet summary, but the report produces the correct number where the formula is still showing 0 in the summary.
Can you see where I am making a mistake?
Best wishes,
Chloe
-
Happy to help!
Can you share some screenshots of the sheet? (Delete/replace any confidential/sensitive information before sharing) That would make it easier to help.
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Hi @Chloe MB
I see in your formula you're looking at [Pay Date] but in your Report you're looking at [Invoice Date]... can you double check the columns you're referencing to ensure they're the correct ones?
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
Hey, @Genevieve P.
Yes! This was the problem. Sorry, I missed this but thank you so much for your help.
The formula is now working!
Best wishes,
Chloe
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!