Need Excel Function that will return # of char in preceding cell

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

Guest

I used it before and cant remeber the function command that will allow me to
copy just the 1st 5 numbers in a cell to another cell. Thes cells are like C
& D.

Thanks for your help. Command just slipping my mind.
 
=LEFT(C1,5)

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
You've gotten several answers both here and in the Misc group with everyone
thinking by "first" five characters you meant the "leftmost"
characters..........if indeed you meant that, so much is fine, but if you
actually meant the "rightmost" five characters as being the "first", then
use this formula

=RIGHT(C1,5)

Vaya con Dios,
Chuck, CABGx3
 

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