Trying to Figure Out a SUMIFS Formula
I am trying to create a formula that add the 'total pieces of media' if the 'type of media' is 'still' and the 'current / upcoming' is empty. The formula I am using is below and I keep getting invalid operation.
Not sure what I am doing wrong. Thank you for any help I can get. :)
=SUMIFS([Total Pieces of Media]:[Total Pieces of Media], [Type of Media]:[Type of Media] = "Still", [Current / Upcoming (USC/NARA)]:[Current / Upcoming (USC/NARA)], ISBLANK(@cell))
Best Answer
-
you don't need the equals sign after your type of media range, you need a comma to distinguish the criterion range from the criteria
it should look like this
=SUMIFS([Total Pieces of Media]:[Total Pieces of Media], [Type of Media]:[Type of Media] ,"Still", [Current / Upcoming (USC/NARA)]:[Current / Upcoming (USC/NARA)], ISBLANK(@cell))
I'm passionate about helping you leverage the truly awesome power of smartsheet!
Answers
-
you don't need the equals sign after your type of media range, you need a comma to distinguish the criterion range from the criteria
it should look like this
=SUMIFS([Total Pieces of Media]:[Total Pieces of Media], [Type of Media]:[Type of Media] ,"Still", [Current / Upcoming (USC/NARA)]:[Current / Upcoming (USC/NARA)], ISBLANK(@cell))
I'm passionate about helping you leverage the truly awesome power of smartsheet!
-
Thank you so much! It is always the little tweak! Thank you thank you!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!