Match column B in both worksheets
Closed
P
-
Sep 20, 2010 at 04:13 PM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Sep 20, 2010 at 05:49 PM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Sep 20, 2010 at 05:49 PM
Related:
- Match column B in both worksheets
- Music match jukebox - Download - Audio playback
- Display two columns in data validation list but return only one - Guide
- How to delete column in word - Guide
- Tweetdeck remove column - Guide
- Convert row to column in notepad++ ✓ - Excel Forum
2 responses
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Sep 20, 2010 at 04:49 PM
Sep 20, 2010 at 04:49 PM
What is your definition of a "match"
match = the same values.
example.
worksheet 1
invoice# (column B)
123
456
789
worksheet 2
invoice# (column B)
234
567
123
123 exist on both worksheets. i would like then to have column C in worksheet 2, reflect "yes"
example.
worksheet 1
invoice# (column B)
123
456
789
worksheet 2
invoice# (column B)
234
567
123
123 exist on both worksheets. i would like then to have column C in worksheet 2, reflect "yes"
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Sep 20, 2010 at 05:49 PM
Sep 20, 2010 at 05:49 PM
Use Match Function
=IF(ISERROR(MATCH(B1,Sheet1!B:B,0)),"No","Yes")
=IF(ISERROR(MATCH(B1,Sheet1!B:B,0)),"No","Yes")