you still might be better off with your access db
play with distinct
group by
having clause
learn it.
If that's too much trouble, then you can simply learn how to loop a recordset with some if statements.
It's not difficult, but for your first time it will be.
Isn't this almost the same thing as your other post?
I could be wrong.
Instead of using excel as your data storage, move on up...use a table in access.
Then you can do all sorts of things which are easy.
The reason you have another sheet is that you want a report/view of some data combination.
It's easier when it is in a table. Really. Its worth your time to learn it, as you can then do anything you ever wanted or can dream up. The things you ask for are done within minutes or less by me, and you can too.
Convert your data for both to a table.
Then you can you drag and drop query until you learn the SQL (structured query language)...
with it you can create new custom fields that do not exist in the table...
to satisfy you desired output.
really, it will be easier for you to put it in access db
if you don't have access, well...
you can use OpenOffice... and have something very similar
trying to paste values from one spreadsheet to another is more complicated than it is to write simple code using tables