Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I have two lists only containing numbers in columns A and B. How can I see which cells are not in Column B that are in Column A? For Example: Cloumn A Column B 1 1 2 2 3 4 4 6 5 7 6 8 7 9 8 9 10 Is there a way that I can have excel return the missing values from column B (3,5,10) Thanks -- petevang ------------------------------------------------------------------------ petevang's Profile: http://www.excelforum.com/member.php...o&userid=25034 View this thread: http://www.excelforum.com/showthread...hreadid=530926 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=countif(B:B,A1)
in C1, then drag fill down the column. Apply an autofilter to column C and select 0 in the dropdown -- Regards, Tom Ogilvy "petevang" wrote: I have two lists only containing numbers in columns A and B. How can I see which cells are not in Column B that are in Column A? For Example: Cloumn A Column B 1 1 2 2 3 4 4 6 5 7 6 8 7 9 8 9 10 Is there a way that I can have excel return the missing values from column B (3,5,10) Thanks -- petevang ------------------------------------------------------------------------ petevang's Profile: http://www.excelforum.com/member.php...o&userid=25034 View this thread: http://www.excelforum.com/showthread...hreadid=530926 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cannot see both spreadsheets when comparing side by side | Excel Discussion (Misc queries) | |||
How2 setup one page distribution report side by side results | Charts and Charting in Excel | |||
Comparing 2 lists side by side | Excel Discussion (Misc queries) | |||
excel should cut & paste lists side by side to save paper | Excel Worksheet Functions | |||
Converting grid data to side-by-side lists | Excel Discussion (Misc queries) |