You can use this formula to format the date as you have shown (with an
ordinal suffix)...
=DAY(NOW())&MID("thstndrdth",MIN(9,2*RIGHT(DAY(NOW()))*
(MOD(DAY(NOW())-11,100)>2)+1),2)&TEXT(NOW()," mmmm yyyy")
Since NOW() is a Volatile function, it would be more efficient to put this
formula in a cell...
=NOW()
and replace each of the 4 NOW() function calls in my formula with a
reference to that cell.
>> Stay informed about: Current date in cell