Thread: Help!
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
nick
 
Posts: n/a
Default Help!

Thank You

"Jim May" wrote:

In WS2, A1 enter:
=LEFT(Sheet1!A1,4)
In B1 enter:
=MID(Sheet1!A1,5,256)


"nick" wrote:

Hi,
I am preparing a template where i want the rule to be as follows:
Ex: "abcdefghi" is the name in worksheet1 and i wanna import that data in
worksheet2 with a fixed character lenth in multiple cells.

A1 in worksheet 2 should be first 4 characters thats "abcd" and the
remaining characters "efghi" should go to B1 of worksheet 2. How do i do
this? I hope i framed my Q rite. Any help wld be appreciated. thanks