vba - Compare Two Columns in Excel and Output Matched Results -
I'm not sure how to write it in VBA using macros
I have a workbook Compare, compare. Xls
Sheet 1 sheet 2 and this data, I need to compare the Chain column from sheet 2 to the record chain record of a record in sheet 2, and the output is linked to the data from both the sheets. Example output will be: On a snippet, on Just see if you want to use VBA - not too sure Do that when it can be easily built into formulas? Because you are not going to back using A simplified version ...
Date ID Other sub-chain 10000 100 Repeat X 30 10000 101 Repeat X 40
TTC event Chan XYZ L 30 XYZ L 40 XYZ L 6
date id other sub-chain ttc 10000 100 repeat x 30 xyz
VLLOKUP can not be the best option
INDEX and
Try using a MATCH ...
Comments
Post a Comment