How do I create an IF formula with checkbox?
Phoebe_S
✭
Hi there!
I'm trying to create a formula using a checkbox and I'm really struggling. Using the parameters below, can anyone help me with the formula?
Column 1 = Australian states/jurisdictions (SA, WA, etc)
Column 2 = Complete column with checkbox
PROBLEM: If Column 2 is checked in Row 1, I want Column 1 in Row 2 to automatically populate with 'SA'
Any assistance would be greatly appreciated!
Thanks,
Phoebs
Tags:
Comments
-
Try puting the formula below in Row 2 Column 1, Where Column 2 = Complete and is a status box.
FYI - A checked status box has a value of 1 and unchecked status box has a value of 0 when calculating values in IF statements
=IF(Complete1 = 1, "SA", " ")
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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!