View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
phuser phuser is offline
external usenet poster
 
Posts: 8
Default Copying over only limited number of characters

Lol thank you sooooo Much

Feeling pretty stupid right now, but I truly appreciate

"VBA Noob" wrote in message
oups.com...
Nearly there

Try =LEFT(A1,6)

VBA Noob
phuser wrote:
Hi

need the formula to bring over only 6 of the characters from 1 cell to
another,

I thought it was =Left (A1, [6]) but it doesnt work

what am I doing wrong?