Type the no.1 after third Numeral

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello from Steved

Please I would like to do the below

813, 844, 256, 358, 437, 937 how would one go about adding 1 to end as set
out below please

8131, 8441, 2561, 3581, 4371, 9371 ie replace 813 with 8131 as an example.

ps I've several hundred to do

Thankyou.
 
I assume you want the result as a number. If your # is in A1, enter this to
get a numeric response. If you only need the data as text, use only the
info between the parens.

=VALUE(A1&"1")
 
Thanks very much excellent hours saved.

Cheers

Barb R. said:
I assume you want the result as a number. If your # is in A1, enter this to
get a numeric response. If you only need the data as text, use only the
info between the parens.

=VALUE(A1&"1")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top