Hi
I am trying to combine this statement "The report was approved on " with today's date automatically
Formatting required is
The report was approved on 11 March 2018
I have tried using the CONCATENATE function as follows
=CONCATENATE("This report was approved on ",TODAY())
however it outputs the following
This report was approved on 43170
how do I modify this to what I require, any help would be great
I am trying to combine this statement "The report was approved on " with today's date automatically
Formatting required is
The report was approved on 11 March 2018
I have tried using the CONCATENATE function as follows
=CONCATENATE("This report was approved on ",TODAY())
however it outputs the following
This report was approved on 43170
how do I modify this to what I require, any help would be great