![]() |
|
|
|
#1
|
||||
|
||||
|
I am using my cellphone soI can't work on your attached sample. Try this in B2
=IF(COUNTIF(Sheet1!A$2:$A$14,A2)>0,"TRUE","FALSE") Copy down. |
|
#2
|
|||
|
|||
|
IF() is not needed.
Code:
=COUNTIF(Sheet1!A$2:$A$14,$A2)>0 |
|
#3
|
||||
|
||||
|
Right Arvi. Thank you.
|
|
#4
|
|||
|
|||
|
Thank you both for your help!
![]() Karen |
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Loop through cells and return only unique values
|
trevorc | Excel Programming | 4 | 10-11-2018 03:49 PM |
Sorting cells with duplicates values
|
allex011 | Excel | 4 | 12-27-2017 12:31 PM |
Finding Duplicates with Multiple Criteria
|
balajigade | Excel | 2 | 12-06-2015 10:16 PM |
Combining Records of two sheets with Loop till Unique ID
|
abhilashv | Mail Merge | 1 | 01-22-2014 04:02 AM |
| If two geographical data match in two sheets, copy unique id/code found in one sheet | alliage | Excel | 1 | 09-01-2011 05:23 AM |