IF Statement to check a box
I feel like this is so simple but for some reason, I just can't figure it out!!
I have a smartsheet where we're ranking applicants. They can get a highest score of 60. I have a column named "Rank" that has a formula in it that breaks them into Rank "1", Rank "2" or Rank "3" dependent on their final score. When "1" is listed in the Rank column, I'd like the check box in the "Finalist" column to be checked. This will automatically trigger the conditional formatting to highlight it (this is also already set up). I just can't get that stinking IF statement to work!! This is what I tried so far:
=IF([Rank]@row = "1", [Finalist]@row = "1")
Best Answer
-
Assuming this formula is in the Finalist row (which is a checkbox field), you simply need =IF([Rank]@row = "1", 1, 0)
Answers
-
Assuming this formula is in the Finalist row (which is a checkbox field), you simply need =IF([Rank]@row = "1", 1, 0)
-
omg, thank you! I was DEFINITELY over complicating it!!!!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.2K Get Help
- 358 Global Discussions
- 198 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 135 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 444 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!