Comparing one sheet to another in excel
Closed
B
-
10 Mar 2010 à 14:39
rizvisa1 Posts 4478 Registration date Thursday 28 January 2010 Status Contributor Last seen 5 May 2022 - 12 Mar 2010 à 14:29
rizvisa1 Posts 4478 Registration date Thursday 28 January 2010 Status Contributor Last seen 5 May 2022 - 12 Mar 2010 à 14:29
Related:
- Comparing one sheet to another in excel
- Excel hyperlink to another sheet - Guide
- How to copy data from one excel sheet to another - Guide
- Excel move data from one sheet to another - Guide
- How to open excel sheet in notepad ++ - Guide
- Google sheet right to left - Guide
3 responses
rizvisa1
Posts
4478
Registration date
Thursday 28 January 2010
Status
Contributor
Last seen
5 May 2022
766
12 Mar 2010 à 13:58
12 Mar 2010 à 13:58
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 28 January 2010
Status
Contributor
Last seen
5 May 2022
766
12 Mar 2010 à 14:15
12 Mar 2010 à 14:15
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 28 January 2010
Status
Contributor
Last seen
5 May 2022
766
12 Mar 2010 à 14:29
12 Mar 2010 à 14:29
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