Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Ricki Miles
 
Posts: n/a
Default SEeing if a number in one column is in another column

I am working in Excel 2003. I have two columns of numbers (ID numbers for
employees of 6 digits each). If a number appears in column A (there are no
duplicates of this number in column A), the number must NOT appear in column
B. Is there any way, besides VBA, to check if a number appearing in column
A is also listed in Column B?

Thanks,

Ricki


  #2   Report Post  
Posted to microsoft.public.excel.misc
Narianna
 
Posts: n/a
Default SEeing if a number in one column is in another column

Hey *smiles* Hope this helps...
http://office.microsoft.com/en-us/as...289521033.aspx Good luck!

"Ricki Miles" wrote:

I am working in Excel 2003. I have two columns of numbers (ID numbers for
employees of 6 digits each). If a number appears in column A (there are no
duplicates of this number in column A), the number must NOT appear in column
B. Is there any way, besides VBA, to check if a number appearing in column
A is also listed in Column B?

Thanks,

Ricki



  #3   Report Post  
Posted to microsoft.public.excel.misc
L. Howard Kittle
 
Posts: n/a
Default SEeing if a number in one column is in another column

Hi Ricki,

Put this formula in C1 and fill down. The cells will be blank or have a
number in them. These are duplicates.

=IF(COUNTIF($A$1:$A$5,B1)0,B1,"")

HTH
Regards,
Howard

"Ricki Miles" wrote in message
...
I am working in Excel 2003. I have two columns of numbers (ID numbers for
employees of 6 digits each). If a number appears in column A (there are
no
duplicates of this number in column A), the number must NOT appear in
column
B. Is there any way, besides VBA, to check if a number appearing in
column
A is also listed in Column B?

Thanks,

Ricki




  #4   Report Post  
Posted to microsoft.public.excel.misc
Ricki Miles
 
Posts: n/a
Default SEeing if a number in one column is in another column

Thanks for the information.


"Narianna" .(DO_NOT_SPAM). wrote in message
...
Hey *smiles* Hope this helps...
http://office.microsoft.com/en-us/as...289521033.aspx Good

luck!

"Ricki Miles" wrote:

I am working in Excel 2003. I have two columns of numbers (ID numbers

for
employees of 6 digits each). If a number appears in column A (there are

no
duplicates of this number in column A), the number must NOT appear in

column
B. Is there any way, besides VBA, to check if a number appearing in

column
A is also listed in Column B?

Thanks,

Ricki





  #5   Report Post  
Posted to microsoft.public.excel.misc
Ricki Miles
 
Posts: n/a
Default SEeing if a number in one column is in another column

It worked perfectly. Thanks again.

"L. Howard Kittle" wrote in message
. ..
Hi Ricki,

Put this formula in C1 and fill down. The cells will be blank or have a
number in them. These are duplicates.

=IF(COUNTIF($A$1:$A$5,B1)0,B1,"")

HTH
Regards,
Howard

"Ricki Miles" wrote in message
...
I am working in Excel 2003. I have two columns of numbers (ID numbers

for
employees of 6 digits each). If a number appears in column A (there are
no
duplicates of this number in column A), the number must NOT appear in
column
B. Is there any way, besides VBA, to check if a number appearing in
column
A is also listed in Column B?

Thanks,

Ricki






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
Need to Improve Code Copying/Pasting Between Workbooks David Excel Discussion (Misc queries) 1 January 6th 06 04:56 AM
Program Column B to record numerical range based on number in colm Nikole Excel Discussion (Misc queries) 2 August 17th 05 08:37 PM
Running total w/2 columns - Excel Anna / Ideal Excel Worksheet Functions 14 August 10th 05 04:28 PM
look up number in column eioval Excel Worksheet Functions 2 July 30th 05 08:16 PM
How do I sort a column a unique number? ChelleA Excel Worksheet Functions 7 February 19th 05 11:38 AM


All times are GMT +1. The time now is 12:30 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"