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 Conditional formula

Try this

=IF(C390,SUM(C7:C9),"")

Mike

"Greg" wrote:

I am trying to create a formula where if C390 then add c7+ C8+ c9 and place
the result in cell c37.
I know this is not a difficult one but I rarely do if then statements.
Thank you for your help in advance.
Greg