Numbers as Text

kyleh10

New Member
Joined
Jul 31, 2015
Messages
19
Hello

I have been using =IF(ISNUMBER('[11.30.2015 Invoice.xlsx]Table 1'!$A23),'[11.30.2015 Invoice.xlsx]Table 1'!$A23,"") to pull a list of numbers off of a column that contained numbers and text. Now the file is being sent to me with the numbers formatted as text, which threw off the whole thing. I think I need to use INDEX, but am not sure how to pull only the numbers, and not text when I do that. I cannot convert them to number format in the file that is sent to me, because that throws off their formulas, destroying the table that I am working with.

Bonus: If we can solve that issue, can the resulting list be formatted as numbers?
 

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
maybe you could try converting them back to numbers in your IF ?

=IF(ISNUMBER('[11.30.2015 Invoice.xlsx]Table 1'!$A23+0),'[11.30.2015 Invoice.xlsx]Table 1'!$A23+0,"")
 
Upvote 0
Attach a sample spreadsheet with expected results, remove any sensitive data.

You cant attach files on this forum.
Upload the file to an online storage site then place a link to it on this forum.
 
Upvote 0
Hi,
You can easily convert all "text" numbers on your file to "true" numbers by multiplying the whole range by --1
That can be done via Copy/Paste Special (multiply)
 
Upvote 0

Forum statistics

Threads
1,224,889
Messages
6,181,611
Members
453,057
Latest member
LE102024

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