Conditional Formatting and REF#

Meredith

New Member
Joined
Oct 2, 2006
Messages
26
Is there a way to use conditional formatting so that REF# is invisible?

I've tried saying that if the cell is not between 1 and 10 million then the cell should have white font ( on a white background) but it's not picking the REF# up. I've also tried if it equals another cell that is REF#.

Why am I trying to do this? I am trying to find a work around for using ISERROR. I have a GETPIVOTDATA function in the cell, but there are some where there will be no data. I can say if(iserror(getpivotdata(blahblah)=true,0,getpivotdata(blahblhablha) but these kind of formulas just slow my computer way down and the files end up enormous.
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
Try this. Make the "Formula Is" in your conditional formatting...

=(ISERR(B2)=TRUE)
 
Upvote 0

Forum statistics

Threads
1,214,893
Messages
6,122,118
Members
449,066
Latest member
Andyg666

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