Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to find which items in Column B are missing from A (finding the
reverse would be helpful to; any in column A not in column b) Column A has data in 389 rows (A2:A389) Column B has data in 400 rows (B2:B400) I thought the formula below in Column C will call out the differences =IF(B2=$A$2:$A$389,"Yes", "") then drag down to 400. Ideas. Thanks. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=IF(COUNTIF($A$2:$A$389,B2),"yes","")
copy down "PAL" wrote: I am trying to find which items in Column B are missing from A (finding the reverse would be helpful to; any in column A not in column b) Column A has data in 389 rows (A2:A389) Column B has data in 400 rows (B2:B400) I thought the formula below in Column C will call out the differences =IF(B2=$A$2:$A$389,"Yes", "") then drag down to 400. Ideas. Thanks. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=IF(COUNTIF($A$2:$A$389,B2)=0,"missing","")
-- Gary''s Student - gsnu200798 "PAL" wrote: I am trying to find which items in Column B are missing from A (finding the reverse would be helpful to; any in column A not in column b) Column A has data in 389 rows (A2:A389) Column B has data in 400 rows (B2:B400) I thought the formula below in Column C will call out the differences =IF(B2=$A$2:$A$389,"Yes", "") then drag down to 400. Ideas. Thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Comparing two lists | Excel Discussion (Misc queries) | |||
Comparing Lists | Excel Worksheet Functions | |||
comparing lists - i think | Excel Discussion (Misc queries) | |||
Comparing Lists | Excel Worksheet Functions | |||
comparing lists | Excel Discussion (Misc queries) |