Hello,
I'm trying to use the textjoin function to combine multiple dates into one cell and ignore blank cell. I was able to get to work using this function =TEXTJOIN(",",TRUE,D8:P8) but it brough the dates over in a number format like 44655, 44683, 44718. I want it to look like this 4/4/22, 5/2/22, 6/6/22. I tried to use the formula like this =TEXTJOIN(" ",TRUE,TEXT(D5:P5,"mm/dd/yy")) but it didn't ignore the blank cells and it look like this
. How do I write the formula to get rid of 01/00/00 and only keep the dates I want?
I'm trying to use the textjoin function to combine multiple dates into one cell and ignore blank cell. I was able to get to work using this function =TEXTJOIN(",",TRUE,D8:P8) but it brough the dates over in a number format like 44655, 44683, 44718. I want it to look like this 4/4/22, 5/2/22, 6/6/22. I tried to use the formula like this =TEXTJOIN(" ",TRUE,TEXT(D5:P5,"mm/dd/yy")) but it didn't ignore the blank cells and it look like this