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
 
Post your existing formula that references this data, one of us will try and give you a solution.


abcd
1Prev Close =INDEX(B:B,MATCH("Prev Close ",$B:$B,0)+1)
2$43.00
3

<colgroup><col><col><col span="2"><col></colgroup><tbody>
</tbody>
 
Upvote 0

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
I think Ali that the formula still returns text, if he tries your formula as

=SUBSTITUTE(A19,"$","")+0

 
Upvote 0
Have you tried this?

=--SUBSTITUTE(INDEX(B:B,MATCH("Prev Close ",$B:$B,0)+1),"$","")
 
Last edited:
Upvote 0
If the currency is only 1 character, try

=MID(INDEX(B:B,MATCH("Prev Close ",$B:$B,0)+1),2,99)+0
 
Upvote 0
That is ok if only $, if different currency symbols pre-fix then the last solution i posted will work with any 1 character symbol.
 
Upvote 0

Forum statistics

Threads
1,215,343
Messages
6,124,405
Members
449,157
Latest member
mytux

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