paullaup
Structural
- Feb 26, 2003
- 29
Hi, Im not an experienced excel user. Im trying to set up an equation that will round up the baseplate thickness value in the cell to a value more practical.
i.e. when I get a thickness of .083inches, I would like the cell next to it to read "use a 1 inch base plate. Ive got this far, and it works for one condition.
I have : IF(C82<1,("use a 1inch baseplate"
),
This is fine for all values less than 1, but I also want to add a function for other values, like:
ifC82>1, BUT <1.25, "USE A 1.25 INCH BASEPLATE",....and so on.
Has anyone got any ideas???
i.e. when I get a thickness of .083inches, I would like the cell next to it to read "use a 1 inch base plate. Ive got this far, and it works for one condition.
I have : IF(C82<1,("use a 1inch baseplate"
This is fine for all values less than 1, but I also want to add a function for other values, like:
ifC82>1, BUT <1.25, "USE A 1.25 INCH BASEPLATE",....and so on.
Has anyone got any ideas???