Thread: IF Statement
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default IF Statement

One way:

=IF(SUM(B4:B12)100,SUM(B4:B12)*1.05,SUM(B4:B12))

--
Biff
Microsoft Excel MVP


"jmo" wrote in message
...
Hi, i was wondering if you could help me figure out how to make this work.

Senario would be

I need to sum b4:b12, if that sum is greater then $100 then i need it to
add
a 5% bouns to the dollar amount else just give me the sum.
--
Jeremy Morton