Hi guys - I have the following formula set up to give me the date and month of a year
So it will show the date and month eg 01/07. But when I export to a CSV, it saves as 01-Jul - how can I stop it from doing this? It's driving me nuts!
Excel Formula:
=IF(A5="","",LEFT(TEXT(A5,"dd/mm"),5))
So it will show the date and month eg 01/07. But when I export to a CSV, it saves as 01-Jul - how can I stop it from doing this? It's driving me nuts!