Assigning month to number

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have the following formula =IF(B5>B11,B11/B3). What I want to do is for
the result to display as a month, for example if result is 10 I want October
to display, if 11 then November. Is there a way to do this?
Thanks,
Marta
 
Hi
do you mean
=IF(B11/B3>13,"",TEXT(DATE(2004,IF(B5>B11,B11/B3),1),"mmmm"))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top