I have 4 columns with a three digit number in each. all start with 0 so they are formated as text.

I need them to end up looking like 000-000-000-000. when I try
=A2&-B2&-C2&-D2
all of the zeros go away.

how can I do this.