Hi,
I have a need to use a formula which takes data from a series of drop down lists. The issue I have is that the drop down lists also contain text which renders the formula useless.
For example:
A1 APPLES Qty 10
B1 ORANGES Qty 20
C1 BANANAS Qty 30
The formula is simply, =product(A1,B1,C1) which should give a result of 6000. I can eliminate the text however that would require me to split the cells and have extra drop down lists which makes the sheet difficult to use.
Any thoughts,
Cheers, Scott
I have a need to use a formula which takes data from a series of drop down lists. The issue I have is that the drop down lists also contain text which renders the formula useless.
For example:
A1 APPLES Qty 10
B1 ORANGES Qty 20
C1 BANANAS Qty 30
The formula is simply, =product(A1,B1,C1) which should give a result of 6000. I can eliminate the text however that would require me to split the cells and have extra drop down lists which makes the sheet difficult to use.
Any thoughts,
Cheers, Scott