Hi,
I want to use a formular to transfer 1.312,19 to value format like 1,312.19.
Can someone help?
Thanks!
Hi,
I want to use a formular to transfer 1.312,19 to value format like 1,312.19.
Can someone help?
Thanks!
here,
=SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(A1, ".", CHAR(135)), ",", "."), CHAR(135), ",")
Never use Merged Cells in Excel
Try this, if your original value is in A1
=VALUE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(A1,",","@"),".",","),"@","."))
Does that work for you?
ChemistB
My 2?
substitute commas with semi-colons if your region settings requires
Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)
Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble
Perhaps one of these approaches will help.
This formula converts the source text to a number, which can then be formatted any way you want:
This one creates numeric text in the format you describe:![]()
Please Login or Register to view this content.
![]()
Please Login or Register to view this content.
Is that something you can work with?
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks