Hi,
Firstly i have already found solution to concatenate numbers into strings.
example data : J1=1000m,J2=566m,J3=55m![]()
=CONCATENATE(IF(B1="","",A1&"="&B1&"m"),IF(D1="","",C1&"="&D1&"m"),IF(F1="","",E1&"="&F1&"m"),IF(H1="","",G1&"="&H1&"m"),IF(J1="","",","&I1&"="&J1&"m"))
I would like to isolate the 1000,566 and 55 into a different cell.
Bookmarks