Hi i have the data below and another set of data with updated Dates in F4:G6
What I need is to check if the Names below in B2:B11 appear in F4:F6.
If they do enter the new date and if they don't enter the existing Date
e.g. Adam isn't in 2nd list so would be 03/07/1988, Ben appears in 2nd list so would be 12/08/1996 and Carl who doesn't appear would be Blank as his original date is Blank
This formula would appear in Column J and then i can overwrite the original dates in Column C with results of formula
I did an xlookup but got 0s where there were blanks. Added &"" and Dates were formatted as text even used =let to get ""
One thing I noticed was when i copied across they weren't proper blanks e.g when you highlighted all the date column the count was 10 when it should be 7
Only way to get 7 was manually go into each cell that looks like a blank and press delete key
Updated Data is
What I need is to check if the Names below in B2:B11 appear in F4:F6.
If they do enter the new date and if they don't enter the existing Date
e.g. Adam isn't in 2nd list so would be 03/07/1988, Ben appears in 2nd list so would be 12/08/1996 and Carl who doesn't appear would be Blank as his original date is Blank
This formula would appear in Column J and then i can overwrite the original dates in Column C with results of formula
I did an xlookup but got 0s where there were blanks. Added &"" and Dates were formatted as text even used =let to get ""
One thing I noticed was when i copied across they weren't proper blanks e.g when you highlighted all the date column the count was 10 when it should be 7
Only way to get 7 was manually go into each cell that looks like a blank and press delete key
Name | Date |
Adam | 03/07/1988 |
Ben | 10/05/1985 |
Carl | |
Dave | 10/04/1985 |
Emily | 29/09/1989 |
Freda | 13/10/1986 |
Greg | 05/07/1985 |
Harry | |
Isla | |
Jane | 08/01/1990 |
Updated Data is
Ben | 12/08/1986 |
Emily | 14/06/1988 |
Greg | 05/10/1994 |