If Formula
I need a formula that if a checkbox is checked, it populates the data of another cell.
Example, I am tracking the # of approved delays in days.
I need the formula that when the [Approved Bonus Delay] is checked the [# of Days Delay] is copied into the [#of Approved Bonus Delays] cell
The formula I currently use is populating a 1 and not 55 (or 555)
=IF([Approved Bonus Delay]5, 1, [# of Days Delay]5)
Thanks
Answers
-
Your true and false are reversed. Try this.
=IF([Approved Bonus Delay]@row, [# of Days Delay]@row, 1)
Cheers,
Ramzi
www.cedartreeconsulting.com
Ramzi Khuri - Principal Consultant @ Cedar Tree Consulting (www.cedartreeconsulting.com)
Feel free to email me: ramzi@cedartreeconsulting.com
💡 If this post helped you out, please help the Community by marking it as the accepted answer/helpful.
-
@Ramzi Thank you Ramzi, this works almost perfectly, however if the
checkbox is NOT checked it returns the # 1 instead of 0.
-
Just change the last part of the IF. The IF function works as:
IF ( {Whatever condition you want to check}, {What do you want to happen if that condition is true}, {what do you want to happen if the condition is false} )
So where your function has a 1 at the end in the "what happens if the condition is false", just replace that with a 0.
-
@David Tutwiler That worked!! Thanks😀
-
Awesome! Glad you got it going.
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives