A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
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"