View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default How to create an IF function

Hi,

This does nothing if the column A cell is < $40

=IF(A6=40,G6*5+125,"")

Mike

"Cindygirl" wrote:

I have a spreadsheet that contains prices in column A from $15 and up. In
another column, i have a formula already set up (=SUM(G6*5)+125) but i want
that formula to apply only to the cells in column A that have a value of $40
and up.
--
CLRJ