Enter number in cell based on which checkbox is checked
I'm new at this so patience is appreciated.
I want to fill a cell with 2%, 4% or 6% based on one, two or three checkboxes. If checkbox Credit 1 Complete is checked, Credit Obtained = 2%; Credit 2 complete, Credit Obtained =4%; and Credit 3 complete checked, credit obtained =6%. Credit Obtained cannot be 6% without the other two boxes being checked. Any suggestions on how to write a formula for this?
Thank you!
Best Answer
-
Hey @llambert39581
When writing an IF statement for a sequential process, start at the end of the process and work backwards.
=IF([Credit 3 complete]@row=1, 0.06. IF([Credit 2 complete]@row=1, 0.04, IF([Credit 1 complete]@row=1, 0.02)))
Will this work for you?
Kelly
Answers
-
Hey @llambert39581
When writing an IF statement for a sequential process, start at the end of the process and work backwards.
=IF([Credit 3 complete]@row=1, 0.06. IF([Credit 2 complete]@row=1, 0.04, IF([Credit 1 complete]@row=1, 0.02)))
Will this work for you?
Kelly
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 450 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!