|
Referencing cells in an OO calc data range (or better approach to pairing ranges)
This is supposed to be possible right and better than naming each single cell?
How do you do it?
Also, maybe my approach is wrong as it's going to lead to a very big nested IF statement.
There is a list of numbers which are price ceilings and another list of numbers containing the fees applied to these. I want to a formula that checks the item price against the ceilings and if it's less than or equal to that ceiling uses the fee in the adjacent row (which is the other data range).
The only way I know how to do this is a big nested IF statement but does anyone know better?
|