IFERROR(IF(MONTH(A32)<>MONTH(A33),TEXT(A32,"m"),""),TEXT(A32,"M))
This formula will return "11" (numerical month)
I am trying to have it produce "N" a text month,
I know "MMM" will return "NOV"
I thought that logicaly this should work but it does
not.
Thank you for your help.
IFERROR(IF(MONTH(A32)<>MONTH(A33),(A32,"m"),""),(A32,"M))
This formula will return "11" (numerical month)
I am trying to have it produce "N" a text month,
I know "MMM" will return "NOV"
I thought that logicaly this should work but it does
not.
Thank you for your help.
IFERROR(IF(MONTH(A32)<>MONTH(A33),(A32,"m"),""),(A32,"M))