Using OR in a formula
Hi there -
My goal is to have a formula that notes if Bayside Conversion is Completed or Completed - Not Implemented, then enter 5 into cell, otherwise enter 0.
Here is my current formula, I am getting "UNPARSEABLE"
=IF([BAYSIDE CONVERSION]@row = "COMPLETED", OR(@row = "COMPLETED - NOT IMPLEMENTED", 5, 0))
Thanks!
Answers
-
Hi @aecross,
The formula you would need is:
=IF(OR([Bayside Conversion]@row = "Completed", [Bayside Conversion]@row = "Completed - Not Implemented"), 5, 0)
Hope this helps; if you've any questions etc. then just post! 😊
-
Hello @aecross Here is your answer -
Instead of Status, enter your Bayside Conversion :)
=IF(OR(Status@row = "Completed", Status@row = "Completed - Not Implemented"), 5, 0)
Hope this helps!
Cheers!
Ipshita
Ipshita Mukherjee
-
That worked! Thank you, Nick!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!