SUMIF, NOT Function, excluding specific text in return
Hi All,
Hoping someone may be able to help with the final section of the below formula.
it works as it should up unit the last bit.
Aim of the formula:
Sum of "ScheduleValue"
if:
ScheduleWCDeliveryDate is more than 01/12/2020 (Works)
ScheduleWCDeliveryDate is less than 30/12/2020 (Works)
ScheduledDespatchDate is Blank (Works)
ScheduledStatus does not Equal "Cancelled" (Invalid Op)
This is what I have, which worked, until entering the last section.
Any advice on how to edit would be greatly appreciated, I'm unfamiliar with the NOT function.
I tried combining with CONTAINS but similar result!
=SUMIFS({ScheduleValue}, {ScheduleWCDeliveryDate}, >=DATE(2020, 12, 1), {ScheduleWCDeliveryDate}, <=DATE(2020, 12, 30), {ScheduleDespatchDate}, "", {ScheduleStatus}, NOT("CANCELLED"))
Thanks in advanced,
Glen
Best Answer
-
Try replacing your Not statement with something like this....
NOT(@ cell = "Cancelled")
=SUMIFS({ScheduleValue}, {ScheduleWCDeliveryDate}, >=DATE(2020, 12, 1), {ScheduleWCDeliveryDate}, <=DATE(2020, 12, 30), {ScheduleDespatchDate}, "", {ScheduleStatus}, NOT(@cell = "Cancelled"))
Answers
-
Try replacing your Not statement with something like this....
NOT(@ cell = "Cancelled")
=SUMIFS({ScheduleValue}, {ScheduleWCDeliveryDate}, >=DATE(2020, 12, 1), {ScheduleWCDeliveryDate}, <=DATE(2020, 12, 30), {ScheduleDespatchDate}, "", {ScheduleStatus}, NOT(@cell = "Cancelled"))
-
Wonderful, thank you so much Mike, worked a charm!
-
Awesome! Glad I could help out.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!