Excel Tricks : Hide Those %&@# Formula Errors
Posted by : Dexter Panganiban |You are invited to have my FREE RSS Feeds or you may Subscribe to me via emailfor latest information in this website.
Just want to share some excel tips for you
Problem : You are making a calculation on Your Excel Sheet and suddenly when you remove your Fixed Values, Your calculated answers returns the value ( #VALUE or #DIV/0 ). This is because a certain number ort any number has been divided by Zero.
Solution : You have to use the function ISERROR
ISERROR Returns TRUE if the value is any error value
Syntax : =IF(ISERROR(Original Formula),”",(Original Formula))
Sample : =if(iserror(B4*C4),”",(B4*C4))
Conclusion : This means that if B4*C4 will result to an invalid mathematical Calculation the answer will be null ( or blank )
Hope this Tricks Helps You. If you have some question in excel email me at my contact links.
Interesting Comments
Leave a Reply
Check my Blogging Tips and Experience
- How did I got # 1 from Google SERP in Manny VS Barrera fight result
- Do You Need to Provide All Information ?
- Digg’s count on your post?
- The freelancers toolset 100 web application for everything you will possibly need
- What should be your Blogging Routine ?
My WordPress Tips and Tricks
- Errors in Upgrading Wordpress 2.8 bleeding-edge
- WordPress Tips : How to Tweak Category Pages
- Blog Tips : Design Can Make an Impact to Your Blog
- WordPress 2.8 Beta is Out
- Top Web Hosts




























