Compare Data Between 2 Sheets with Unique Fie
Closed
B-Ri
-
Aug 4, 2009 at 12:46 PM
venkat1926 Posts 1863 Registration date Sunday June 14, 2009 Status Contributor Last seen August 7, 2021 - Aug 4, 2009 at 08:38 PM
venkat1926 Posts 1863 Registration date Sunday June 14, 2009 Status Contributor Last seen August 7, 2021 - Aug 4, 2009 at 08:38 PM
Related:
- Compare Data Between 2 Sheets with Unique Fie
- Tentacle locker 2 - Download - Adult games
- Fnia 2 - Download - Adult games
- Euro truck simulator 2 download free full version pc - Download - Simulation
- Feeding frenzy 2 download - Download - Arcade
- Red dead redemption 2 free download - Download - Action and adventure
1 response
venkat1926
Posts
1863
Registration date
Sunday June 14, 2009
Status
Contributor
Last seen
August 7, 2021
811
Aug 4, 2009 at 08:38 PM
Aug 4, 2009 at 08:38 PM
in D3 of sheet1 against ID 234 (Jim Smith) type this formula
=VLOOKUP(A3,Sheet2!$A$1:$B$100,2,FALSE)
copy this to the blsnk cells in column D in sheet 1
It may be difficult to successively copy to blank cells
you can sort sheet 1 according to column D in which case all the blank email cell rows will be in group and it is easy to copy. if you do not want to sort
copy this formula in D2 even though email is already filled this formula
=VLOOKUP(A2,Sheet2!$A$1:$B$100,2,FALSE)
and copy it down.
=VLOOKUP(A3,Sheet2!$A$1:$B$100,2,FALSE)
copy this to the blsnk cells in column D in sheet 1
It may be difficult to successively copy to blank cells
you can sort sheet 1 according to column D in which case all the blank email cell rows will be in group and it is easy to copy. if you do not want to sort
copy this formula in D2 even though email is already filled this formula
=VLOOKUP(A2,Sheet2!$A$1:$B$100,2,FALSE)
and copy it down.