Thread
:
=D6-E6. Answer in F6. I want answer in F6 only if value in E6?
View Single Post
#
1
Posted to microsoft.public.excel.charting
Tushar Mehta
external usenet poster
Posts: 1,071
=D6-E6. Answer in F6. I want answer in F6 only if value in E6?
In article ,
says...
I put in an equation. =D6-E6. The answer appears in box F6. I don't want the
answer to appear in box F6 unless I put a value in box E6. At the moment, my
value in box E6 is empty. Are there any solutions to this problem?
=IF(ISBLANK(E6),"",D6-E6)
--
Regards,
Tushar Mehta
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions
Reply With Quote
Tushar Mehta
View Public Profile
Find all posts by Tushar Mehta