View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Govind
 
Posts: n/a
Default easy if statement

Hi,

Use

=IF(A4="","",H4-G4+F4)

Regards

Govind.

acarnah2 wrote:
I need to know how to do make this into a properly working excel
function

If(A4 has nothing in it)

True(Leave empty)
False(H4-G4+F4)

Thanks for the help