Using IF/OR statement in a formula
Hi,
I'm trying to have the status on Row 9 update to 'Complete' if either Row 10 or 11 have a status of 'Call - Scheduled' but I am getting an error.
=IF(OR([Status10]="Call - Scheduled", [Status11]="Call - Scheduled"), "Complete")
Thanks!
Best Answer
-
Please try the below formula-
=IF(OR(Status10 = "Call - Scheduled", Status11 = "Call - Scheduled"), "Complete")
Image 1
Image 2
Thank you,
Shubham Umale
Associate - Smartsheet, Ignatiuz Software
Answers
-
Hi @deb_63_hydracor ,
You are just missing the @row designator. Try this: =IF(OR([Status10]@row = "Call - Scheduled", [Status11]@row = "Call - Scheduled"), "Complete")
Hope this helps,
Dave
-
Hi,
I originally had that in my formula and got an error so removed it. I have added it back into the formula and am still getting an error. I then copied/pasted your formula and still an error.
-
Please try the below formula-
=IF(OR(Status10 = "Call - Scheduled", Status11 = "Call - Scheduled"), "Complete")
Image 1
Image 2
Thank you,
Shubham Umale
Associate - Smartsheet, Ignatiuz Software
-
Thanks so much!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!