Number Stored as Text

gravanoc

Active Member
Joined
Oct 20, 2015
Messages
348
Office Version
  1. 365
Platform
  1. Windows
  2. Mobile
When I have numbers stored as text intentionally, and I select the affected cells with error triangles, then select Ignore Error, will it stay that way if I send the file to someone else? Or will the error triangles return when they use it?
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
Try to send the file to yourself in an email.
 
Upvote 1
I have a sneaking suspicion that this is an Application level setting that, unless you're using VBA, you can't adjust on a remote system.

VBA Code:
Application.ErrorCheckingOptions.NumberAsText = False

will remove the triangles. Is the spreadsheet you're sending going to have VBA in it?
 
Upvote 1
When I have numbers stored as text intentionally, and I select the affected cells with error triangles, then select Ignore Error, will it stay that way if I send the file to someone else? Or will the error triangles return when they use it?
Yup, it's part of the user assistance/notification feature of Excel trying to be overhelpful. The way to avpiod that is to put a simple apostrophe prefix with the number to declare it is intentional text format. EG:
'6584767 appears as 6584767 in the cell without showing the apostrophe
 
Upvote 1

Forum statistics

Threads
1,215,409
Messages
6,124,737
Members
449,185
Latest member
hopkinsr

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