Backboards: 
Posts: 159
In response to "That almost works, except column B is a custom format with leading zeroes. The concatenate makes A001 into A1. -- nm" by not2fast

=CONCATENATE(A2,TEXT(B2,"000"),"_",D2)

the number of zeroes in that text function should match whatever your custom format is.

Responses:
Post a message   top
Replies are disabled on threads older than 7 days.