Compare data in multiple columns

S

ShaileshC

I have data in this format, I want to know what is the diff of quantit
between warehouse and the store, storewise

Warehouse
ItemId ItemDesc StoreId Qnty
i101 ItemA str21 9
i201 itemB str21 8
i101 ItemA str25 7
i201 itemB str25 9

Store
ItemId StoreId Qnty
i101 str21 5
i101 str25 3
i201 str21 2
i201 str25 3

Thanks in advance..
 
S

Spencer101

ShaileshC;1603865 said:
I have data in this format, I want to know what is the diff of quantit
between warehouse and the store, storewise

Warehouse
ItemId ItemDesc StoreId Qnty
i101 ItemA str21 9
i201 itemB str21 8
i101 ItemA str25 7
i201 itemB str25 9

Store
ItemId StoreId Qnty
i101 str21 5
i101 str25 3
i201 str21 2
i201 str25 3

Thanks in advance...


Hi,

Could you clarify a few points...?

What you asking is for the number difference of any given item betwee
store and warehouse? So you want to know how many more/less of eac
item there are in each store than there are in the warehouse?

Also, which version of Excel are you using
 
S

ShaileshC

Spencer101;1603875 said:
Have a look at the example attached. Is this what you mean?

Thanks for the exact solution which I needed! Thanks a lot

+-------------------------------------------------------------------
+-------------------------------------------------------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top