Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi. Just to be different. If 'X represents C8-C9, are you sure there
is a discontinuous jump when this value is 8,750,000 ? =IF(X<2500000,25000,IF(X8750000,75000,X/100)) Dana DeLouis On 10/12/09 1:03 PM, heater wrote: I need a formula to do the following: If(c8-c9)*.04350000,75000,if(c8-c9)*.01<25000,25000,if not then (c8-c9)*.01 |