=+A20*(G20-H20)
I don't want the 0.00 to show and the cell to be blank until an entry is made to G20
=+A20*(G20-H20)
I don't want the 0.00 to show and the cell to be blank until an entry is made to G20
You can put an IF conditional.
=IF((A20*(G20-H20))=0;"";(A20*(G20-H20)))
http://excelmooc.com
or a shorter version...
=IF(G20="","",A20*(G20-H20))
1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
2. If your question is resolved, mark it SOLVED using the thread tools
3. Click on the star if you think someone helped you
Regards
Ford
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks