Formula Help
I have created a sheet with a column with a drop-down and two options with different costs associated with each one. I am trying to create a formula so that when one option is chosen, the charge is added to a column. For example, if someone chooses Exam Extension, the Cost is $100, so in the column Total Cost, I'd like $100 to populate, or if they select Extension Program, the cost is $500, and I'd like it to populate the Total Cost column. I feel like it's an "If" formula, but I can't make it work.
Any help is greatly appreciated.
Best Answer
-
@LHurley try
=if( [choice]@row = "Exam Extension",100, if( [choice]@row = "Extension Program", 500))
Change "choice" in [choice]@row to the name of the column with the dropdown.
Answers
-
@LHurley try
=if( [choice]@row = "Exam Extension",100, if( [choice]@row = "Extension Program", 500))
Change "choice" in [choice]@row to the name of the column with the dropdown.
-
Worked! Thank you!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 63 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!