|
|
|
#1
|
|||
|
|||
|
Can anyone give me an idea of how I can take 3 columns of numbers and put them into one column like this 10-8-1?
Thanks Twodogs |
|
#2
|
|||
|
|||
|
Quote:
=CONCATENATE(TEXT(A1,0),"-",TEXT(B1,0),"-",TEXT(C1,0)) |
|
#3
|
|||
|
|||
|
Thanks JFC
Much appreciated!! Twodogs |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|