Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Checking for exsitence of values in a different worksheet

I have two work sheets defined, Sheet1 column A contains a list of part
numbers.
Sheet 2 column A contains a list of part numbers.

I would like to create a formula in Sheet1 column B that displays "True" if
the part number exists in Sheet 2 column a.

I tried Vlookup, but seem to be having issues.
--
Dirk
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,688
Default Checking for exsitence of values in a different worksheet

Try this:

=IF(COUNTIF(Sheet2!A:A,A1),TRUE,"")

Copy down as needed.

Biff

"Dirk_Bob" wrote in message
...
I have two work sheets defined, Sheet1 column A contains a list of part
numbers.
Sheet 2 column A contains a list of part numbers.

I would like to create a formula in Sheet1 column B that displays "True"
if
the part number exists in Sheet 2 column a.

I tried Vlookup, but seem to be having issues.
--
Dirk



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
Regarding updating 1000 values using vlookup from another worksheet VirusKid Excel Worksheet Functions 1 July 17th 06 05:24 PM
Search one worksheet for values in another worksheet? ClayShooters Excel Discussion (Misc queries) 1 July 4th 06 03:01 PM
Find corresponding values on another worksheet Reader Excel Discussion (Misc queries) 1 April 28th 06 10:09 AM
Comparing a list to a Calendar worksheet. PatrickL Excel Worksheet Functions 0 August 25th 05 04:21 PM
how to extract only values from an Excel worksheet? young Excel Worksheet Functions 2 December 2nd 04 09:47 AM


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