Date formula question

  • Thread starter Thread starter totallyintheblue
  • Start date Start date
T

totallyintheblue

if i put the formula =TODAY() and set the cell format to Date and the
function to mmmm i get out february and cell value..all well and
fine..but i want February..with a capital F..so...how do resolve this
nitpicking question

TIA
and thx for all other tips i have swooped up here
 
It should be returning February with a capital F anyway. But if not, you can
use =PROPER(TEXT(TODAY(),"mmmm"))
 
Back
Top