Add another column to formula with exception
I am having trouble with a formula, I need to add to the current formula that I want to remove any any lines that have "Sole Sourced" in the XL Submittal Type Column.
Best Answer
-
That's odd that it would remove the blank cells from the count since blanks are not equal to "Sole Sourced". Let's try this to include them back in...
=COUNTIFS(..............................., CONTAINS("WON", @cell)), [XL Submittal Type]:[XL Submittal Type], OR(@cell <> "Sole Sourced", @cell = ""))
This says to include those cells that are not equal to "Sole Sourced" or are blank.
Answers
-
Try adding this in...
=COUNTIFS(..............................., CONTAINS("WON", @cell)), [XL Submittal Type]:[XL Submittal Type], @cell <> "Sole Sourced")
-
@Paul Newcome Thanks but that didnt work is removed all the Blank cells as well from the count
-
That's odd that it would remove the blank cells from the count since blanks are not equal to "Sole Sourced". Let's try this to include them back in...
=COUNTIFS(..............................., CONTAINS("WON", @cell)), [XL Submittal Type]:[XL Submittal Type], OR(@cell <> "Sole Sourced", @cell = ""))
This says to include those cells that are not equal to "Sole Sourced" or are blank.
-
@Paul Newcome Thanks that one worked.
Thanks again
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.3K Get Help
- 462 Global Discussions
- 156 Industry Talk
- 508 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 517 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!