Using "OR" in a formula
Hi there -
Trying to note that if a site has a Tier III Exterior OR if a different column titled EXTERIOR FRAME DESIGN says "Complete", a 0 is entered, otherwise it is 20. When I use the below formula, i just get a blank cell...
=IF([EXTERIOR SCOPE TIER]@row = "TIER III", OR([EXTERIOR FRAME DESIGN]@row = "Completed", 0, 20))
Answers
-
-
Hey @aecross
I agree that it would be helpful to see a screen capture!
In the meantime, the structure of an OR statement is like this:
=IF(OR(this = "", that = ""), true, false)
So in your case, try:
=IF(OR([EXTERIOR SCOPE TIER]@row = "TIER III", [EXTERIOR FRAME DESIGN]@row = "Completed"), 0, 20)
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
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!