How to check a value is not treated as text by Excel

hsandeep

Well-known Member
Joined
Dec 6, 2008
Messages
1,223
Office Version
  1. 2010
Platform
  1. Windows
  2. Mobile
I have punched a date time value in cell C1. How to check that Excel should not be treating it as a text. It should treat it as a value only.
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
Maybe a quick check is to look at the alignment in the cell. If it is aligned left, its treated as text, if right, treated as number
 
Upvote 0
No. That didn't work for checking. I made the cell aligned right. Even then Excel is treating it as a text.
 
Upvote 0
You could use the ISNUMBER function maybe, =ISNUMBER(A1) and see if it returns TRUE or FALSE
 
Upvote 0

Forum statistics

Threads
1,216,558
Messages
6,131,400
Members
449,648
Latest member
kyouryo

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