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
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!