Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
If you always have one of those three text entries than you can shorten the formula to =A2*IF(B2="Part",0.75,IF(B2="Half",0.5,1)) Cheers, Shane Devenshire "John DeLosa" wrote: I don't use these multi level formulas enough to remember how to set them up. . . here is what Id Like to do. . A B C 1 $100 €śPaid€ť $100 2 $100 €śpart€ť $75 3 $100 €śhalf€ť $50 I would like a formula in C1 that looks at B1 and if it is €śPaid€ť then A1*1 if it is €śpart€ť then A1*0.75 and if it is €śhalf€ť then A1*0.5 Please help I seem to be missing a ( ) some were when I do it . . . . Thanks John D |