I have a =concatenate() formula that pulls together 3 different cell values seperated by a hyphen. The result is always numeric, in the format 00000-000-00000.
My problem is that if the number in the center has leading zeroes, they are automatically removed. I tried applying a custom format to the cell (00000-000-00000), but it isn't working.
=CONCATENATE(VLOOKUP($C$47,'Buy Summary'!$A$6:$P$55,8,FALSE),"-",VLOOKUP($C$47,'Buy Summary'!$A$6:$P$55,16,FALSE),"-",B13)
Any help would be greatly appreciated!
My problem is that if the number in the center has leading zeroes, they are automatically removed. I tried applying a custom format to the cell (00000-000-00000), but it isn't working.
=CONCATENATE(VLOOKUP($C$47,'Buy Summary'!$A$6:$P$55,8,FALSE),"-",VLOOKUP($C$47,'Buy Summary'!$A$6:$P$55,16,FALSE),"-",B13)
Any help would be greatly appreciated!