Formatting instead of formula

Exceladd1ct

Board Regular
Joined
Feb 10, 2019
Messages
76
Hello,
I have to vlookup some values in a table where the lookup column has rows with text and rows with numbers stored as text.

In order to get the right formatting so that the lookup works, I use the following formula that converts "numbers stored as text" to numbers and ignores the text rows.

=IFERROR(NUMBERVALUE(A1);A1)

Is there a way to apply formatting to achieve this instead of formula?

Thank you.
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
you could use formula =A1*1 which will read the text as number
 
Upvote 0
Try this
  • Put a 1 in a vacant cell & copy that cell
  • Select the column of data that consists of numbers and numbers stored as text
  • Paste Special ... -> Multiply -> OK
 
Upvote 0

Forum statistics

Threads
1,215,495
Messages
6,125,149
Members
449,208
Latest member
emmac

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