Forum Discussion
Albertoalej
Dec 27, 2022Copper Contributor
Why do I have to hit enter for format to work?
Okay so I remember having this question back in college, but never actually had the interest to google this question. So I have the following data (non-table), And in order for the Date format to ...
- Dec 27, 2022
Lorenzo
Dec 27, 2022Silver Contributor
Try the following in E2 and format the cell as Date:
=DATEVALUE(CONCAT("01","-",B2,"-",A2))
- AlbertoalejDec 27, 2022Copper Contributor
- LorenzoDec 27, 2022Silver Contributor
- AlbertoalejDec 27, 2022Copper Contributoromg, I had already done the manual approach so I had to recreate the excel sheet just to try your approach and missed that letter. Did It this way and It now works, thanks a lot!