Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I am new to Excel VBA and needs some help with this comparing data between columns. Column A and Column B are comparing with each others. Column A has 10 rows and column B has 5. If it matches, then output "TRUE" otherwise "False" on Column C, outputs are on the same row as the letter it matches of Column B. In this case Column C, row 3 and row 5. It is much easier if it compare straight across using IF Else but this not the case. Thank you very much for the help. Allan For example. Column A: Column B: Column C: Row 1 A U FALSE Row 2 B X FALSE Row 3 C G TRUE Row 4 D Y FALSE Row 5 E H TRUE Row 6 F Row 7 G Row 8 H Row 9 I Row 10 J |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
comparing two columns of data and return unique data in another co | Excel Discussion (Misc queries) | |||
Comparing data between sheets, and copying rows with data | Excel Programming | |||
help comparing two sets od data to find the odd data | Excel Worksheet Functions | |||
comparing lists of data to remove duplicate data | Excel Discussion (Misc queries) | |||
Comparing data in two columns and highlighting the data | Excel Worksheet Functions |