S
Sammy
Original message below
But is there a way to add the "0" to the A1 cell w/o
getting a circler ref error?
I would have to create another column to use
thank you
But is there a way to add the "0" to the A1 cell w/o
getting a circler ref error?
I would have to create another column to use
=IF(LEFT(A1)="0","0"&A1,A1)
thank you