Check flag if baseline start is not equal to actual start
Hi, I'm trying to do what I thought was a simple formula. I want the flag to check if 1) "Baseline Start" cell is not empty, AND 2) "Baseline Start" is not equal to "Actual Start". Here's what I have so far:
=IF(AND(NOT([Baseline Start]@row, ""), ([Baseline Start]@row <> [Actual start]@row, 1, "")))
Thanks in advance!
Best Answer
-
Try this instead:
=IF(AND([Baseline Start]@row <> "", [Baseline Start]@row <> [Actual Start]@row), 1)
Answers
-
Try this instead:
=IF(AND([Baseline Start]@row <> "", [Baseline Start]@row <> [Actual Start]@row), 1)
-
This is great, thank you!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 473 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!