Hi,
I have a large dataset where each case reference may have multiple lines. For example showing which staff member made a visit.
I have been asked to join these staff members in a single cell so I use the following formula:
=IF(A2=A1," ",TEXTJOIN(", ",TRUE,OFFSET(P2,0,0,COUNTIF(A:A,A2,1)))
Column A holds all case references. Column P holds the visit staff.
This works fine. But when asked to do the same and join all the visit dates, I just get the 5 digits numbers instead of a string of dd/mm/yyyy dates separed by commas.
The number format is already set to date but the dates still appear as 5 digit numbers.
Can anybody suggest a solution please?
I have a large dataset where each case reference may have multiple lines. For example showing which staff member made a visit.
I have been asked to join these staff members in a single cell so I use the following formula:
=IF(A2=A1," ",TEXTJOIN(", ",TRUE,OFFSET(P2,0,0,COUNTIF(A:A,A2,1)))
Column A holds all case references. Column P holds the visit staff.
This works fine. But when asked to do the same and join all the visit dates, I just get the 5 digits numbers instead of a string of dd/mm/yyyy dates separed by commas.
The number format is already set to date but the dates still appear as 5 digit numbers.
Can anybody suggest a solution please?