PC Review


Reply
Thread Tools Rate Thread

How can I paste rows from worksheet A to B using values common to both worksheets?

 
 
Cloudfall
Guest
Posts: n/a
 
      28th Sep 2005
Sorry for this question but its late in the day and I need the answer
tomorrow. I have a "master" spreadsheet with records in rows with
unique numbers in the "ABN" column (in column "E"). I have a subset of
"ABN"s which are valid. I want to use this subset somehow to copy valid
rows of records from the "master" spreadsheet to another spreadsheet I
have created. I think you can do this with vLookup, I think I have done
this before with vLookup, but I can no longer understand my own notes
on how to do this. I want to do this manually, not using VBA. Thanking
you now for any assistance and I will definitely get back to everyone
with my feedback.

 
Reply With Quote
 
 
 
 
Dave Peterson
Guest
Posts: n/a
 
      28th Sep 2005
I'm assuming that the subset of valid numbers in a single column on a separate
worksheet (sheet2, column A).

You could insert a new column in you original master data.
Use a formula like:

=isnumber(match(a2,sheet2!a:a,0))
and drag down

Then filter by that column.

The True's are matches (valid). The False's don't match.

So filter to show the True and then copy those visible rows to your new
worksheet.

(Or just leave it in place and keep one copy of the data???)

Cloudfall wrote:
>
> Sorry for this question but its late in the day and I need the answer
> tomorrow. I have a "master" spreadsheet with records in rows with
> unique numbers in the "ABN" column (in column "E"). I have a subset of
> "ABN"s which are valid. I want to use this subset somehow to copy valid
> rows of records from the "master" spreadsheet to another spreadsheet I
> have created. I think you can do this with vLookup, I think I have done
> this before with vLookup, but I can no longer understand my own notes
> on how to do this. I want to do this manually, not using VBA. Thanking
> you now for any assistance and I will definitely get back to everyone
> with my feedback.


--

Dave Peterson
 
Reply With Quote
 
Cloudfall
Guest
Posts: n/a
 
      29th Sep 2005
Thank you yet again for your help. It has worked just as you said. I'm
only now starting to get into worksheet functions and hope to get the
hang of them, and then possibly find out the range of what they do. All
the best to you and yours.

 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      29th Sep 2005
Glad it worked for you.

Cloudfall wrote:
>
> Thank you yet again for your help. It has worked just as you said. I'm
> only now starting to get into worksheet functions and hope to get the
> hang of them, and then possibly find out the range of what they do. All
> the best to you and yours.


--

Dave Peterson
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Comparing common values in either different worksheets or columns Cesar Microsoft Excel Misc 1 7th May 2009 03:49 AM
Select rows with certain values, cut, paste into new worksheet =?Utf-8?B?TWVsdGFk?= Microsoft Excel Programming 11 7th Aug 2006 09:58 AM
copy nonblank rows from many worksheets and paste them onto one worksheet starman Microsoft Excel Programming 2 21st Jun 2006 12:21 PM
Search columns and rows for values to return common value Dale Microsoft Excel Worksheet Functions 2 18th Dec 2003 03:45 PM
excel 97: copy and paste values from one worksheet to another worksheet Kathy Microsoft Excel Programming 0 21st Sep 2003 03:03 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:25 PM.