Comparing one sheet to another in excel
Closed
B
-
Mar 10, 2010 at 02:39 PM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Mar 12, 2010 at 02:29 PM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Mar 12, 2010 at 02:29 PM
Related:
- Comparing one sheet to another in excel
- Mark sheet in excel - Guide
- How to open excel sheet in notepad++ - Guide
- Sheet right to left in google sheet - Guide
- Transfer data from one excel worksheet to another automatically - Guide
- How to screenshot excel sheet - Guide
3 responses
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Mar 12, 2010 at 01:58 PM
Mar 12, 2010 at 01:58 PM
I guess you are trying to compare both columns at the same time, i.e, find a match where name and DOB matches.
The most easy way would be if you could add one additional column in Sheet3
Lets say on Sheet3, you have DOB in Column D and Name in column C
If you can add a new column at E location of sheet 2 and have it populated with formula
=C1 & "|" & D1 (just drag it down to last row)
In in sheet 1 where you are doing look up, you can say
=IF(ISERROR(VLOOKUP(C2 & "|" & D2 ,Sheet3!E:E,1,FALSE)),"NO","YES")
Would this work for you
The most easy way would be if you could add one additional column in Sheet3
Lets say on Sheet3, you have DOB in Column D and Name in column C
If you can add a new column at E location of sheet 2 and have it populated with formula
=C1 & "|" & D1 (just drag it down to last row)
In in sheet 1 where you are doing look up, you can say
=IF(ISERROR(VLOOKUP(C2 & "|" & D2 ,Sheet3!E:E,1,FALSE)),"NO","YES")
Would this work for you
I have tried that before but it loses it format I have tried to format it mmddyyyy, yyyymmdd (dob field) and it still does not show the correct DOB. What em I doing wrong?
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Mar 12, 2010 at 02:15 PM
Mar 12, 2010 at 02:15 PM
Guess put your file at a share site so that one can have a look.
my company does not a site to share our files but if you want, can you send me your email address so I can send you what I have.
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Mar 12, 2010 at 02:29 PM
Mar 12, 2010 at 02:29 PM
Would you be able to put at https://authentification.site
I have been asked not to give email address at the forum by Gods of this forum
I have been asked not to give email address at the forum by Gods of this forum