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
- Customer Resources
- 67.5K Get Help
- 468 Global Discussions
- 156 Industry Talk
- 511 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 521 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 307 Events
- 35 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!