Share via

join date and text data

Anonymous
2024-12-04T18:50:06+00:00

I'm trying to have date (yyyy-mm-yy) and text T00:00:00 display in a cell. i've tried jointext and concate, but i'm being advised there is a problem with the formula :/

=(TEXT(D5,"yyyy-mm-dd")"T00:00:00")

Microsoft 365 and Office | Excel | For business | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

triptotokyo-5840 36,686 Reputation points Volunteer Moderator
2024-12-04T19:05:55+00:00

I'm trying to have date (yyyy-mm-yy) and text T00:00:00 display in a cell. i've tried jointext and concate, but i'm being advised there is a problem with the formula :/

=(TEXT(D5,"yyyy-mm-dd")"T00:00:00")

=TEXT(D5,"yyyy-mm-dd")& " "& "T00:00:00"

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Anonymous
    2024-12-04T19:10:26+00:00

    Thank You!

    Was this answer helpful?

    0 comments No comments