View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
lizzyp lizzyp is offline
external usenet poster
 
Posts: 3
Default Help with Formula

I need to create a formula as follows: If A8<=4 then E8=sum(A8+2)*1.1 or if
A84<=10 then E8=sum(A8+4)*1.1 or if A810<=25 then E8=sum(A8+6)*1.1 etc.