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.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!