I have a large list of 4 digit numbers that i need to add 01 to all. How can i do this quickly instrad of manually.
thanks
gordon
I have a large list of 4 digit numbers that i need to add 01 to all. How can i do this quickly instrad of manually.
thanks
gordon
if your number is in A1, put the following formula in B1:
=A1&"01"
Please click the * icon below if I have helped.
Another way would be:
=(a1*100)+1
Might try custom format:
?"01"
Hi Gordond54
To add to Melvinrobb's post #2: =(A1&"01")+0. Turns it into a real number the same as post #3.
Regards Kevin
Merged Cells (They are the work of the devil!!!)
you could probably achieve the same thing by putting 100 in a spare cell then copy paste special multiply
then change to 1 copy paste special add
"Unless otherwise stated all my comments are directed at OP"
Mojito connoisseur and now happily retired
where does code go ?
look here
how to insert code
how to enter array formula
why use -- in sumproduct
recommended reading
wiki Mojito
how to say no convincingly
most important thing you need
Martin Wilson: SPV
and RSMBC
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks