I have a excel file with a zip codes and I need get the first 2 numbers =LEFT(G2;2);
for this postal codes like 11008 it works, I get 11, but if a postal code has as value 01008 this doesn't works because the unformatted (Real Value) value is 1008
Any ideas?