N
Naran Hirani
Hi,
I need to do the following and am wondering if it is possible to
`join' or merge data from two sheets in a workbook. For example:
WS1 contains columns (A, B, C, D) and WS2 contains (E, F, C, G, H)
what I would like to do is generate a third sheet based on the values
contained in the common column `C' i.e. where the values match return:
A, B, C, D, E, F, G, H
in addition if the common column values don't match in the second sheet
then return A,B,C,D,'mismatch','mistmatch',...
Is this sort of thing possible using VBA, macros or whatever?
TIA.
Naran
I need to do the following and am wondering if it is possible to
`join' or merge data from two sheets in a workbook. For example:
WS1 contains columns (A, B, C, D) and WS2 contains (E, F, C, G, H)
what I would like to do is generate a third sheet based on the values
contained in the common column `C' i.e. where the values match return:
A, B, C, D, E, F, G, H
in addition if the common column values don't match in the second sheet
then return A,B,C,D,'mismatch','mistmatch',...
Is this sort of thing possible using VBA, macros or whatever?
TIA.
Naran