Currency figure as text so unable to format or use in formulas.

Eamonn100

Board Regular
Joined
Nov 12, 2015
Messages
156
When I copy/paste currency figures from the internet they are entered as text, meaning I can't format them and formulas won't read them. Does anyone know a formula that can help? My example is in dollars but it can have a different currency symbol at times.

e.g. $43.00
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
The quickest way to deal with it would be to select the columns affected and do a find and replace:

Find: $
Replace: (i.e. nothing)
 
Upvote 0
Do you mean to include in other formulae?

This will work with single cell references:

=SUBSTITUTE(A1,"$","")

If this doesn't suit you, then you will need to give us some sample data and formulae in tabular format so that we can better understand the problem.
 
Last edited:
Upvote 0
I copy/paste it from the internet. Then I reference it to other pages. So yes, I will be including it in other formula.

I can do without the $ sign. It's the figure in need as I can later format it again.
 
Last edited:
Upvote 0
You could do it with a helper column, or amend your existing formula that reference the data.
 
Upvote 0
You could do it with a helper column, or amend your existing formula that reference the data.

Gaz if you think you could amend the existing formula that would be great. It would tidy everything up. I tried AliGW's formula but it only allowed it to be read by formulas. It still couldn't be formatted.
 
Upvote 0
Post your existing formula that references this data, one of us will try and give you a solution.
 
Upvote 0

Forum statistics

Threads
1,214,614
Messages
6,120,520
Members
448,968
Latest member
Ajax40

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