SUMIFS & Specific Text/Quarter Requirement
I am trying to write a formula for a dashboard that sums the amount of money we spend a quarter based on a specific text. This is what I have so far and I'm getting "Invalid Operation".
=SUMIFS{Log Sheet Range 2}, {Log Sheet Range 1}, CONTAINS("Pens", @cell), AND(({Log Sheet Range 7} = "Q2")))
Log Sheet Range 2 is the Amount Spent column, Log Sheet Range 1 is the Product column and Log Sheet Range 7 is the Quarter column
Best Answer
-
Hi Mackenzie,
Try using the below Formula and let me know if it worked:
=SUMIFS({Log Sheet Range 2}, {Log Sheet Range 1}, "Pens", {Log Sheet Range 7}, "Q2")
If you have questions let me know.
Answers
-
Hi Mackenzie,
Try using the below Formula and let me know if it worked:
=SUMIFS({Log Sheet Range 2}, {Log Sheet Range 1}, "Pens", {Log Sheet Range 7}, "Q2")
If you have questions let me know.
-
Yes thank you so much!
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
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!