Hi Forum,
I'm trying to make an automatic quote using Excel.
Basically, I have an excel file containing 4 sheets:
1st sheet: a vertical list of products with a price next to each
2nd sheet: a vertical list of delivery options with a price next to each
3rd sheet: a vertical list of packaging options with a price next to each
What I'm trying to do is make a 4th sheet that shows the total amount according to what the user selects in each of the 3 previous sheets. E.g. if the user selects "product 5", "delivery option 9", and "package option 3", then the total shown in the 4th sheet would be the sum of the three individual prices.
The problem is, I don't know how to target dynamically selected cells from a formula. Is it possible to do this?
Thank you very much for any help.
I'm trying to make an automatic quote using Excel.
Basically, I have an excel file containing 4 sheets:
1st sheet: a vertical list of products with a price next to each
2nd sheet: a vertical list of delivery options with a price next to each
3rd sheet: a vertical list of packaging options with a price next to each
What I'm trying to do is make a 4th sheet that shows the total amount according to what the user selects in each of the 3 previous sheets. E.g. if the user selects "product 5", "delivery option 9", and "package option 3", then the total shown in the 4th sheet would be the sum of the three individual prices.
The problem is, I don't know how to target dynamically selected cells from a formula. Is it possible to do this?
Thank you very much for any help.