looking into a cell

  • Thread starter Thread starter Ant
  • Start date Start date
A

Ant

i have a Jun-04 in cell A1

Is there a forulma that will look in cell A1 and return
JUNE?

if its Jul-03 it will return JULY

In other words... it will spell out the monuh

Ant
 
One way:

=A1

Format the cell with Format/Cells/Number/Custom mmmm
 
=Upper(text(A1,"mmmm"))

This formula basically returns June and capitalizes it.
 

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