="Date: "&TODAY()
Results in 
…which I’m assuming is numeric code for today, but I would like to format it as MM/DD/YY as if I were using the TODAY() function without text, which returns today’s date in the proper format…
 
 
 
      
    ="Date: "&TODAY()
Results in 
…which I’m assuming is numeric code for today, but I would like to format it as MM/DD/YY as if I were using the TODAY() function without text, which returns today’s date in the proper format…
 
 
Awesome! Thank you.