Determining the month name base on text in a cell

  • Thread starter Thread starter PCLIVE
  • Start date Start date
P

PCLIVE

I've got a cell (A1) with the following contents.

9/1/2005 To 9/30/2005

This cell will always contain from the first to the last day of the month.
However, the month will obviously vary. I'm trying to come up with a
formula in which the result would return the month name that is being
referred to by the cell contents. In this case it would be "September".

Any ideas?

Thanks,
Paul
 
one way of several
=TEXT(VALUE(LEFT(C2,FIND("To",C2)-3)),"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