Excel will not let me multiply the values in Column A
Book2.xlsx
thanks you
Excel will not let me multiply the values in Column A
Book2.xlsx
thanks you
Try this formula
=IFERROR(SUBSTITUTE(A2,CHAR(160),"")+0,"")
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
Open find and replace, go into cell A2, highlight the space that is to the left of (or precedes) the 97.00, paste it into find, leave replace blank, highlighting column A, then hit replace all and it will convert them to numbers.
Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
Sam Capricci
THANKS!!! this has saved me so much time
You can use this formula in B2:
=IF(SUBSTITUTE(A2,CHAR(160),"")="","",1*SUBSTITUTE(A2,CHAR(160),""))
then copy down. An alternative (slightly shorter) is:
=IFERROR(1*SUBSTITUTE(A2,CHAR(160),""),"")
Hope this helps.
Pete
Hi,
The 'numbers' have a preceding and trailing character code 160. Try:
Formula:
Please Login or Register to view this content.
Richard Buttrey
RIP - d. 06/10/2022
If any of the responses have helped then please consider rating them by clicking the small star iconbelow the post.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks