hi all,
I have a column with prices. Each cell has values like $1,345.45 , i need to get rid of the $ and have the number written without "," -->1345.45 how do I do this? I've googled around but haven't found anything.
thank you!
hi all,
I have a column with prices. Each cell has values like $1,345.45 , i need to get rid of the $ and have the number written without "," -->1345.45 how do I do this? I've googled around but haven't found anything.
thank you!
change number formatting to "general" or "number" to remove the currency and comma
thanks but that's the first thing I tried... no it doesn't work
In case those numbers where entered as text
=SUBSTITUTE(SUBSTITUTE(A1,"$",""),",","")
If you like my answer please click on * Add Reputation
Don't forget to mark threads as "Solved" if your problem has been resolved
"Nothing is so firmly believed as what we least know."
--Michel de Montaigne
awesome, it workedthanks!
Here's another one...
=--SUBSTITUTE(MID(A2,2,15),",","")
That also converts the TEXT entry to a numeric value.
Biff
Microsoft MVP Excel
Keep It Simple Stupid
Let's Go Pens. We Want The Cup.
find replace $ with nothing
"Unless otherwise stated all my comments are directed at OP"
Mojito connoisseur and now happily retired
where does code go ?
look here
how to insert code
how to enter array formula
why use -- in sumproduct
recommended reading
wiki Mojito
how to say no convincingly
most important thing you need
Martin Wilson: SPV
and RSMBC
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks