P
Pickle
I have a spread sheet which I am trying to build for costing. Users of the
costing sheet will need to input the following
length =
height =
type =
width =
Lengths can be 2, 2.5, 3 or 4, height can be 6, 7, 8 or 9, type can be a, b
,c, d, and width can be 1, 2, 3 or 4. Each compbination of these give a
unique cost value.
I tried to do this using a nested IF statement, but this restricts me to 7
nestings, leaving me well short of the numbers of combinations required.
If there another way that I can do this I'd appreciate advice on it.
costing sheet will need to input the following
length =
height =
type =
width =
Lengths can be 2, 2.5, 3 or 4, height can be 6, 7, 8 or 9, type can be a, b
,c, d, and width can be 1, 2, 3 or 4. Each compbination of these give a
unique cost value.
I tried to do this using a nested IF statement, but this restricts me to 7
nestings, leaving me well short of the numbers of combinations required.
If there another way that I can do this I'd appreciate advice on it.