Excel TEXT Function to Display Date in Formula
Don't miss that in Excel when you want to reference a date in another column (that is formatted as a date, not as text) in a formula in another cell and display it in the correct date format, you can use the TEXT function.
In this example we see that when a reference is made to a date in a formula using a simple cell reference, we get the date converted to a number.
![](https://static.wixstatic.com/media/af7fa4_6c08dca8ed0448f6a6a49e54f6e8bddc~mv2.png/v1/fill/w_920,h_621,al_c,q_90,enc_auto/af7fa4_6c08dca8ed0448f6a6a49e54f6e8bddc~mv2.png)
If instead the formula is written using the TEXT function:
="Letter dated, "&TEXT(A2,"mm/dd/yyyy")
. . . the date will be shown in the result of formula.
![](https://static.wixstatic.com/media/af7fa4_fc190d4cd2704be6af5605613518bccc~mv2.png/v1/fill/w_906,h_612,al_c,q_90,enc_auto/af7fa4_fc190d4cd2704be6af5605613518bccc~mv2.png)