If statement to determine if value is = to text string or numeric

jlugo

Board Regular
Joined
Aug 12, 2011
Messages
146
Hi

What is a formula or way I can write to determine if this is a text string(any text) then do this.
If not, if numeric value, do that?
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
Or, can an if statement condition verify if the cell value is in a specific cell location (if cell is located in A2 or A3 do this)?
 
Upvote 0
Test with a simple function.

=IF(ISNUMBER(A1),...
=IF(ISTEXT(A1),...
 
Upvote 0
Maybe something on the lines of

=IF(A2=??

There are too many possibilities to give an accurate answer without more information.
 
Upvote 0

Forum statistics

Threads
1,216,117
Messages
6,128,937
Members
449,480
Latest member
yesitisasport

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