View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
mrdata[_29_] mrdata[_29_] is offline
external usenet poster
 
Posts: 1
Default selct and Copy data from differant rows at the same time


Is this possible?

Say you had data in row 1 , coloumns A thru G
Thn Row 2 only has data in Columns F and G
That belongs to the data in columns A thru E

You search for a value in column F find it .
Now you want to copy the value you found colum F and G
And the row data columns A thru E

Paste all this to another worksheet on one line

Emp # Name '''''''''' Dept# '''''Shift'''Hire
Date'''''''''Jobcode''''''Jobtitle
121 '''''John Doe'''''' 2525 '''''''''' A''''''07/08/06'''''''' 56254
''''''''''' Job1
''''''''''''''''''''''''''''''''''''''''''''''''''
''''''''''''''''''''''''''''''''''''''''''' 25648 ''''''''''''Job2
''''''''''''''''''''''''''''''''''''''''''''''''''
''''''''''''''''''''''''''''''''''''''''''' 45465 ''''''''''''Job3

So the search string finds the jobcode 45465
The results would be pasted like this to a new sheet

Emp # Name '''''''''' Dept# '''''Shift'''Hire
Date'''''''''Jobcode''''''Jobtitle
121 '''''John Doe'''''' 2525 '''''''''' A''''''07/08/06'''''''' 45465
''''''''''' Job3



Can this be done?

Thanks
Charles


--
mrdata
------------------------------------------------------------------------
mrdata's Profile: http://www.excelforum.com/member.php...o&userid=17899
View this thread: http://www.excelforum.com/showthread...hreadid=561434