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.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!