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
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 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!