SUMIF when one column is blank

I want to SUM autototal # only when customer exclusive is blank and the studio = xyz and the market year is 2024
These formulas below don't work. I can't get the formula to exclude the rows that are customer exclusives from my total. I get incorrect argument or unparseable anyway I try to write it.
=IF(ISBLANK({custexclus}, <>"", SUMIFS({autototal}, {Studio}, Description@row, {Mktyrs}, "2024")))
=IF(ISBLANK({custexclus}, SUMIFS({autototal}, {Studio}, Description@row, {Mktyrs}, "2024")))
Answers
-
You might have some luck using the IFERROR function in there, Im not sure syntactically how that fits into your formula but here are the docs for the function. https://help.smartsheet.com/function/iferror
Ricky T
Gov Contractor for USSF
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.2K Get Help
- 430 Global Discussions
- 152 Industry Talk
- 490 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 75 Community Job Board
- 501 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 306 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!