LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Comparing 2 spreadsheets

You could certainly loop through one range/sheet and for each row, compare
it to the rows in the second range/worksheet.

You requirement doesn't make a lot of sense, however. You say if you find
a match between IMG and Config, then copy the matched row from config to
IMG. this would put two copies of that row in IMG, since you are copying
row that matches.

Also, it is unclear what constitutes a match. Is there a single column that
is compared or must the match occur across all the columns from D to L for a
given row? If the row is copied, where is it placed in IMG - at the
Bottom?

Regards,
Tom Ogilvy

Charlene wrote in message
...
I have 2 worksheets... One (config) consisting of old
data and a second (IMG) spreadsheet consisting of old and
new data. I would like to take the spreadsheet 'config'
with range (D9:L509) and match up with 'IMG' range
(D9:L443). If the cells within the match up between the 2
worksheets I would like the row in 'config' to be pasted
into 'IMG'. I have used the compare from
http://www.cpearson.com but that is doing rows
sequentical. That would be great expect the IMG file has
rows added that the config file dosent have....

Please let me know what can be done... VBA, macro, etc??

Hope this makes sense.
Thanks in advance for the help!!
Charlene



 
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
Comparing Two Spreadsheets JenC Excel Discussion (Misc queries) 5 March 17th 10 05:51 PM
COMPARING SPREADSHEETS Leon Excel Discussion (Misc queries) 3 October 1st 09 11:59 PM
Comparing spreadsheets VSExcel Excel Worksheet Functions 2 February 5th 07 11:01 PM
Comparing two spreadsheets Freddo Excel Worksheet Functions 2 May 2nd 06 11:40 AM
comparing 2 spreadsheets Danny Excel Discussion (Misc queries) 3 July 11th 05 12:56 PM


All times are GMT +1. The time now is 11:57 PM.

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

About Us

"It's about Microsoft Excel"