OR Statements
Can anyone see the error in my formula.
=IF($Help$1 >= April$1, COUNTIFS({888 - Job Progress Slab}, <=DATE(2024, April$1, 31), {888 - Job Progress Origination Note}, = "Spec") + COUNTIF(OR{888 - Job Progress Final CO}, "", {888 - Job Progress Final CO}, >Date([Help Lot Size]1, March1,1)) + COUNTIF(OR({888 - Job Progress Contract Date}, >Date([Help Lot Size]1,March1,31), {888 - Job Progress Contract Date}, "")), “”)
Answers
-
You are missing a cell reference in the COUNTIF(OR(…
There should be a Range or Cell before OR with comma before OR. Below is an example.
=COUNTIF([Raid Item Type]:[Raid Item Type], OR(@cell = "PMO", @cell = "Change Enablement"))
-
=IF($Help$1 >= April$1, COUNTIFS({888 - Job Progress Slab}, <=DATE(2024, April$1, 31), {888 - Job Progress Origination Note}, = "Spec") + COUNTIF({888 - Job Progress Final CO}, OR({888 - Job Progress Final CO}, "", {888 - Job Progress Final CO}, >Date([Help Lot Size]1, March1,1))) + COUNTIF({888 - Job Progress Contract Date}, OR({888 - Job Progress Contract Date}, >Date([Help Lot Size]1,March1,31), {888 - Job Progress Contract Date}, "")), “”)
Tried this, but still UPARSEABLE. Thougths?
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!