Sumifs NOT a specific Contact
I am really stumped and getting a #Incorrect Argument return
I am using a sumifs formula to pull data from another sheet. When I use this formula everything works just fine.
=SUMIFS({**ROL Install Master Range Sold Price:SoldPrice}, {**ROL Install Master Range salesperson:salesperson}, =SalesID@row, {**ROL Install Master Range Asset Created Date}, >=DATE(2023, 11, 1))
As soon as I try to add anything so that it excludes a certain person from a contacts list on that sheet I get the invalid argument. Any help? Have tried
{**ROL Install Master Crew:Crew} is the Criterion range adding
and i do not want it to include "ZZZZZZ- Spring 2024 Work". This is a contact list.
Answers
-
It would be added like so:
=SUMIFS({**ROL Install Master Range Sold Price:SoldPrice}, {**ROL Install Master Range salesperson:salesperson}, =SalesID@row, {**ROL Install Master Range Asset Created Date}, >=DATE(2023, 11, 1), {**ROL Install Master Crew:Crew}, @cell <> "ZZZZZZ- Spring 2024 Work")
-
Thank you! It works. Any reason why it would be excluding blank cells in the Crew:Crew column?
-
See if this works for you:
=SUMIFS({**ROL Install Master Range Sold Price:SoldPrice}, {**ROL Install Master Range salesperson:salesperson}, =SalesID@row, {**ROL Install Master Range Asset Created Date}, >=DATE(2023, 11, 1), {**ROL Install Master Crew:Crew}, OR(@cell <> "ZZZZZZ- Spring 2024 Work", @cell = ""))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.7K Get Help
- 405 Global Discussions
- 216 Industry Talk
- 456 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 297 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!