You not say which way round you are testing (I would use A/B), so maybe this...
If you only want the error removed...
=IF(A2=0,"",B2/A2)
or this if you want everything removed...
=IF(OR(A2=0,B2=0),"",B2/A2)
You not say which way round you are testing (I would use A/B), so maybe this...
If you only want the error removed...
=IF(A2=0,"",B2/A2)
or this if you want everything removed...
=IF(OR(A2=0,B2=0),"",B2/A2)
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