How to hide #REF! error via MACRO

puneet_pr

Board Regular
Joined
Nov 26, 2011
Messages
80
I am working in excel sheet and in many places #REF! error has come. because many cells are blank but in future i enter some value. i want to show blank or 0 in the place of #REF! error. With the help of MACRO.

friends is it possible if yes please give me the solution. Its urgent.
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
Hello,
This is via a formula, not a macro, and assumes that you are using Excel 2007 or later. You can use the "IFERROR" function, with basic structure
Code:
=IFERROR(formula,"")
Hope that helps,
 
Upvote 0
=IFERROR(GETPIVOTDATA("YTD Figures",Pivot_Budget_V3_2011_V1_2012!$A$6,"WBS L2",D269,"Heads","09 AI"),"")
 
Upvote 0
While on this subject, does anyone know how the result of a formula resulting in an error could be hidden using Conditional Formating ?

I thought this would work but it doesn't :

CF Formula :
=ISERROR(A1)

then Format >Number >Custom> ;;;
 
Upvote 0
While on this subject, does anyone know how the result of a formula resulting in an error could be hidden using Conditional Formating ?

I thought this would work but it doesn't :

CF Formula :
=ISERROR(A1)

then Format >Number >Custom> ;;;

You can't hide an error with that number format. You can use a white font.
 
Upvote 0

Forum statistics

Threads
1,215,506
Messages
6,125,193
Members
449,213
Latest member
Kirbito

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top