I am trying to concatenate two cells. My problem is the numbers are formatted ##.########### I would like to find a way to concatenate just the whole #'s preceeding the deceimal. can that be done?
I am trying to concatenate two cells. My problem is the numbers are formatted ##.########### I would like to find a way to concatenate just the whole #'s preceeding the deceimal. can that be done?
Last edited by mknispel; 12-12-2011 at 04:56 PM.
Maybe...
=INT(A1)&INT(A2)
This concatenates the integer part of the numbers of cells A1 and A2, you can add space, or dash, or whatever in between, like =INT(A1)&" "&INT(A2)
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.
Hello,
you can use
=int(A1)
to return only the integer part of a number.
cheers,
Thanks that did it.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks