Error Message in cell, replace with...

ilcaa

Well-known Member
Joined
May 25, 2005
Messages
751
Office Version
  1. 365
Platform
  1. Windows
Hi,

I have a data feed that comes into Excel and I have some cells with formulas that untill i input a Symbol in a certain column it gives me an error message InvalidSymbol, obviously the formula doesnt have anything to reference

How can I change that to just a blank cell or with something else....thanks
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
If A2 is supposed to house a number...

=IF(ISNUMBER(A2),A2,"")

If text is expected...

=IF(ISTEXT(A2),A2,"")
 
Upvote 0
i need to format the whole worksheet with this formula most house numbers and column A houses Text....

do I go to view code and create a sub for the entire worksheet?

not usre how to implement your solution into my entire worksheet.

thanks
 
Upvote 0
Hi ilcaa

There is an easy way to hide the warnings using conditional formatting.

Select the range where this happens

Format>Conditional Formatting

In Condition 1:

Cell Value equal to ="InvalidSymbol"

click Format and in the Font tab choose the font colour white.

Click OK OK

The message is still there but you don't see it.

Hope this helps
PGC
 
Upvote 0

Forum statistics

Threads
1,214,785
Messages
6,121,543
Members
449,038
Latest member
Guest1337

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