Hi Guys
I am using a concatenate formula.
included within the string of cells that I am combining there is one which says "3.00mm". The formula displays this as 3mm cutting off the decimals, how do I make it display as 3.00mm?
Thanks
Hi Guys
I am using a concatenate formula.
included within the string of cells that I am combining there is one which says "3.00mm". The formula displays this as 3mm cutting off the decimals, how do I make it display as 3.00mm?
Thanks
Foramt cells -> Custom -> 0,00 " mm"
Never use Merged Cells in Excel
Hi
Thanks for the reply
This changes the original cell but doesnt make a difference to the concatenate formula. The formula still displays "3" not 3.00.
Lets say A1 contains 3.00
And lets say my formula is =concatenate("abcd"," ",A1,"mm") in cell B1.
The end result at the moment in B1 is "abcd 3mm"
i need it to be "abcd 3.00mm
Perhapes =concatenate("abcd"," ",ROUND(A1,2),"mm")
Going to test it![]()
Nope..No Luck![]()
Try
=concatenate("abcd"," ",Text(A1,"0.00"),"mm")
Where there is a will there are many ways.
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
excellent
Thanks Guys
If you are satisfied with the solution(s) provided, please mark your thread as Solved.
How to mark a thread Solved
Go to the first post
Click edit
Click Go Advanced
Just below the word Title you will see a dropdown with the word No prefix.
Change to Solved
Click Save
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks