Sorting and Matching Columns in Excel
Closed
jchapman1964
-
Mar 11, 2010 at 06:22 AM
rizvisa1 Posts 4479 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Mar 11, 2010 at 10:42 AM
rizvisa1 Posts 4479 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Mar 11, 2010 at 10:42 AM
Related:
- Sorting and Matching Columns in Excel
- Excel date format dd.mm.yyyy - Guide
- Number to words in excel - Guide
- Screenshot in excel - Guide
- 1st, 2nd, 3rd position formula in excel ✓ - Office Software Forum
- Excel intersection of two columns - Excel Forum
1 reply
rizvisa1
Posts
4479
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
767
Mar 11, 2010 at 10:42 AM
Mar 11, 2010 at 10:42 AM
Not sure exactly what you want
Lets say you want to see in last year status, how you are doing this year.
Assumption
Data on sheet1 starts at row 2
Column D in sheet 1 is available
In D2 write
=IF(ISERROR(VLOOKUP(A2, Sheet2!A:B, 2, FALSE)), "", VLOOKUP(A2, Sheet2!A:B, 2, FALSE))
Drag this formula to the last line
Lets say you want to see in last year status, how you are doing this year.
Assumption
Data on sheet1 starts at row 2
Column D in sheet 1 is available
In D2 write
=IF(ISERROR(VLOOKUP(A2, Sheet2!A:B, 2, FALSE)), "", VLOOKUP(A2, Sheet2!A:B, 2, FALSE))
Drag this formula to the last line