View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
splat splat is offline
external usenet poster
 
Posts: 22
Default find and add values in different worksheets

Hi,

I need to do the following:
ws1 and 2
column A has item number, column B has quantity.

Same format, different data.
If both worksheets have the same item number, then add the quantities
together and ammend worksheet 1, if data only exists in worksheet 2 and
not in 1, then add row to ws1. If data exists in worksheet 1 and not
in 2, then leave alone. WS1 to be the master.

Thanks in advance