I am trying to pull data from different sheets, when pulling through it is showing in days not date (00/00/0000). How can I change this?
=TEXTJOIN(", "&CHAR(10),1,IF('Machine 1'!A2:F2>0,'Machine 1'!$A$1:$F$1&": "&'Machine 1'!A2:F2,TEXT('Machine 1'!D2:F2,"mm/dd/yyyy,""")))
=TEXTJOIN(", "&CHAR(10),1,IF('Machine 1'!A2:F2>0,'Machine 1'!$A$1:$F$1&": "&'Machine 1'!A2:F2,TEXT('Machine 1'!D2:F2,"mm/dd/yyyy,""")))