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")
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
-
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 = ""))
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.8K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 284 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!