If checkbox is check, copy cell to another
Andrea Westrich
✭✭✭✭✭✭
I have the following columns:
Complete - Checkbox
Point Goal - Number
Points Earned
I'm trying to write a formula that says if Complete@row-true copy Point Goal to Points Earned. I think this should be easy, but I have not been successful all day!
Best Answer
-
Never mind, I finally figured it out,
Answers
-
Never mind, I finally figured it out,
-
Place formula in Points Earned column: =IF([Complete]@row = 1, [Point Goal]@row)
-
Thanks, @Nic Larsen, simple right? This is what I tried that and unfortunately, it did not work.
This is what worked: =IF(Complete@row = true, [Point Goal]@row, "")
But thank you so much!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.3K Get Help
- 445 Global Discussions
- 144 Industry Talk
- 477 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 151 Just for fun
- 72 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 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!