Trying to combine an IF statement and an OR statement and NOT(ISBLANK)
I am trying to utilize an IF statement and an OR statement. I am able to successfully make each statement work independently but when I put them together it doesn't work for me. I am hoping someone can look at each of my statements and see what I am missing. I think I am on the right track but I keep on getting an Error message with each variation. I will also include my examples:
1# =IF([1 - ROM Requirements (Status)]4 = "Completed", "100%") This works correctly.
2# =IF(NOT(ISBLANK([1 - ROM Requirements (Completed Date)]1)), "100%") This works correctly.
3# =IF([1 - ROM Requirements (Status)]2 = "Completed", "100%", OR(NOT(ISBLANK([1 - ROM Requirements (Completed Date)]2, "100%", 0))) This was my attempt at combining them but it only works partially.
I have tried so many variations that I have lost count and can't remember what I have tried. If someone can help get me on the right track again that would be great.
Thanks
Comments
-
Try this.
=IF(OR([1 - ROM Requirements (Status)]2 = "Completed", NOT(ISBLANK([1 - ROM Requirements (Completed Date)]2))), "100%", "0")
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 457 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives