I try to use the formulas next 2 formulas but no works, say (#INVALID COLUM VALUE)
=DATE [Created Date]@row)
=DATEONLY [Created Date]@row)
the only formula that works little bit is:
=MONTH([Created Date]@row) + "/" + DAY([Created Date]@row) + "/" + YEAR([Created Date]@row)
the problem is with this last formula some arrows is not the correct date, the correct date is from created day but when I apply the formula not all dates area correct, example in the picture:
I need help, I appreciate and idea.