Match column B in both worksheets
Closed
P
-
Sep 20, 2010 at 04:13 PM
rizvisa1
rizvisa1
- Posts
- 4479
- Registration date
- Thursday January 28, 2010
- Status
- Contributor
- Last seen
- May 5, 2022
Related:
- Match column B in both worksheets
- Matching columns ✓ - Forum - Excel
- Excel partial match two columns - Guide
- Excel match two columns and output third ✓ - Forum - Excel
- How to match data in excel from 2 worksheets - Guide
- Excel find matching values in two worksheets - Guide
2 replies
rizvisa1
Sep 20, 2010 at 04:49 PM
- Posts
- 4479
- Registration date
- Thursday January 28, 2010
- Status
- Contributor
- Last seen
- May 5, 2022
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
Sep 20, 2010 at 05:49 PM
- Posts
- 4479
- Registration date
- Thursday January 28, 2010
- Status
- Contributor
- Last seen
- May 5, 2022
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")