Forum Discussion
JQuinn
Jul 23, 2020Copper Contributor
Excel formatting in a mixed cell
Hello, I'm trying to set up a cell to display "on mm/dd/yy", where the date is pulled from another cell via an index and match function. The cell formula is ="on "&INDEX(...)). However, instead o...
JQuinn
Jul 23, 2020Copper Contributor
Thank you, Sergei.
That would be an elegant solution. However, I can't seem to apply that format to the cell and get the intended response. It still displays as 'on 44034'. (See capture image.)
Do you know if that formatting is restricted to certain versions of Excel? I'm using Excel 2016.
JQuinn
SergeiBaklan
Jul 24, 2020Diamond Contributor
In general it shall work. If I apply custom format to such number
result is
If you apply simple date format to the value returned by formula, is it converted to date form? Hard to say what's wrong without sample file.