Jun 08 2023 04:48 AM
I am trying to create a spreadsheet with multiple columns that have drop down menus. I have the menus and columns created but I need to figure out how to assign values to each option in each drop down menu so that when I choose an option for each drop down menu in a row, it will spit out the final price of the chosen drop down items combined. I can provide screenshots and other clarifications if I explained this poorly. Thanks in advance!
Jun 08 2023 06:49 AM
@CWertheimer To create drop-down menus in Excel, you can use the Data Validation feature and assign values to each option by creating a separate table. Here are the steps:
This formula utilizes the VLOOKUP function to search the selected option in the table and return its corresponding value, and then adds up the values for all three columns.
Hope this helps!
Jun 08 2023 07:55 AM
Ayoub,
Thank you for the reply. Just wanted to clarify the issue you are helping me resolve. Essentially, I each cell in this picture attached has a drop down list with multiple selections per list. I want to be able to make each item in these drop down lists have a cost associated to them and then when all options are chosen in a row, it will spit out a final cost in the last column labeled "Total Price", as shown in picture. Will the solution that you just gave me be able to do this?
Jun 08 2023 08:07 AM