View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
RagDyeR RagDyeR is offline
external usenet poster
 
Posts: 3,572
Default greater les than formula

You didn't mention what you want to do if the value is *equal* to100,000.

With value in A1, assume -equal to- and -greater then- return same results:

=(A1*0.2)-(A1<100000)*(A1*0.1)

--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"ted" wrote in message
...
need a formula if less than 100,000.00 multiply by 10% if over 100,000.00
multiply by 20%