Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Range to find matches to copy values

I have been working on this for a while and getting nowhere. I have a
spreadsheet with 2 worksheets. Worksheet 'rd' has raw data and 'overview' is
being used to summarize the results. I have set a range on 'rd' [ Set r =
..Range(.Range("N1"), .Range("N1").End(xlDown)) ] and want to use each cell in
that range to try and find a match in column B on the 'overview' spreadsheet
[ sh.Range("B7:B150") ].

Once a match is found, it would copy the value of the cell two columns to
the right on 'rd' and copy it in the first open cell on the matching row on
the 'overview' worksheet starting at column "K".

For example, name ABCD is found on the 'overview' range on row 12. I want
to copy the value two columns to the right of ABCD on 'rd' and paste it into
the first open cell on row 12 on the 'overview' sheet.

Any assistance would be greatly appreciated. I have code fragments that
work but nothing that accomplishes everything above.
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Range to find matches to copy values talonega149 Excel Programming 7 November 4th 09 09:57 PM
Add up Values if Find Matches x 2 Sean Excel Worksheet Functions 9 November 16th 07 12:21 PM
Searching for closest matches using wildcards or range.find [email protected] Excel Programming 1 July 28th 06 08:42 AM
Find text in a string that matches value(s) in a range [email protected] Excel Programming 8 March 15th 06 06:32 PM
Find the POSITION IN A RANGE of text in a string that matches value(s) in a range Cornell1992 Excel Programming 0 March 14th 06 07:19 PM


All times are GMT +1. The time now is 04:20 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"