View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
is2cu is2cu is offline
external usenet poster
 
Posts: 1
Default Nested IF functions

I cannot seem to get my head around creating this function. I am trying to
create a pricing algorithm and cannot figure out the correct sequence of
writing the function. Here is what i am up against:

IF J3<$24.99 then add J3 plus $10.00
IF J3$25.00 but < $49.99 then add J3 plus $15.00
IF j3$50.00 then add J3 plus $20.00

Can this be written to one cell and if so how?
--
Thank you for your help, it is greatly appreciated.