Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
orbojeff
 
Posts: n/a
Default 2 Columns - Show extra items in Column B

I have 2 Columns A & B
Column B contains all of the data in Column A and then some.
I need a function that will show all of the extra items in Column B.

  #2   Report Post  
Duke Carey
 
Posts: n/a
Default

Put this formula in C2 and copy down the length of column B's entries

"orbojeff" wrote:

I have 2 Columns A & B
Column B contains all of the data in Column A and then some.
I need a function that will show all of the extra items in Column B.


  #3   Report Post  
Domenic
 
Posts: n/a
Default

Try...

C1, copied down:

=INDEX($B$1:$B$100,SMALL(IF(COUNTIF($A$1:$A$50,$B$ 1:$B$100)=0,ROW($B$1:$B
$100)-ROW($B$1)+1),ROWS($C$1:C1)))

To include an error trap, try...

=IF(ROWS($C$1:C1)<=SUM(--(COUNTIF($A$1:$A$50,$B$1:$B$100)=0)),INDEX($B$1:
$B$100,SMALL(IF(COUNTIF($A$1:$A$50,$B$1:$B$100)=0, ROW($B$1:$B$100)-ROW($B
$1)+1),ROWS($C$1:C1))),"")

Both formulas need to be confirmed with CONTROL+SHIFT+ENTER, not just
ENTER. Adjust the ranges accordingly.

Hope this helps!

In article . com,
"orbojeff" wrote:

I have 2 Columns A & B
Column B contains all of the data in Column A and then some.
I need a function that will show all of the extra items in Column B.

  #4   Report Post  
Duke Carey
 
Posts: n/a
Default

Oops...

Put this formula in C2 and copy it down the length of column B's entries

=IF(COUNTIF(A:A,B2)=0,"Unique","")

"orbojeff" wrote:

I have 2 Columns A & B
Column B contains all of the data in Column A and then some.
I need a function that will show all of the extra items in Column B.


  #5   Report Post  
Ashish Mathur
 
Posts: n/a
Default

Hi,

You can use the following array formula (Ctrl+Shift+Enter)

=if(or(exact(A3,$B$3:$B$80)),"",A3)

Regards,

Ashish Mathur

"orbojeff" wrote:

I have 2 Columns A & B
Column B contains all of the data in Column A and then some.
I need a function that will show all of the extra items in Column B.


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Running total w/2 columns - Excel Anna / Ideal Excel Worksheet Functions 14 August 10th 05 04:28 PM
match and count words David Excel Worksheet Functions 5 July 4th 05 02:24 AM
Lookup Table Dilemma Karen Excel Worksheet Functions 2 June 10th 05 08:22 PM
merge data from multiple columns to single column triggerthehorse Excel Worksheet Functions 2 January 17th 05 07:19 PM
hide column but show chart Svetlana Charts and Charting in Excel 1 January 14th 05 09:49 AM


All times are GMT +1. The time now is 02:40 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"