The VBA FORMAT(expression,[format]) function's format argument is able to handle "short date". Is there a workaround to use "short date" with the TEXT function? I don't want to use VBA.
I tried using the excel CELL("format",reference) function to get the system short date format to use with the TEXT function but it is useless as it returns mm/dd/yyyy even if I use m/d/yyyy in my windows regional settings.
So basically my question is this - Is there a workaround to use "short date" with the TEXT function?