Hi,
I need to change a value of a cell when an item is selected from a dropdown list from another cell.
For example I have a row with a column for "reg type" and another column for the price. SO when user select for example the reg type "A", a function will be called to calculate the price and then put that price in the "price" column.
How can I accomplish that?
2 Answers
Checkf faq: How to populate other column, based on previous columns.
This example uses onblur event to fill other column. You can use same idea and conncet onclick.
Your Answer