Thread
:
easy if statement
View Single Post
#
2
Posted to microsoft.public.excel.worksheet.functions
Govind
Posts: n/a
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
Reply With Quote