MID command

  • Thread starter Thread starter Michael May
  • Start date Start date
M

Michael May

In cell A1 I have a date in the 'DD-MMM-YY' format and in
cell A2 I want to return the value 'Aug' using the
MID(A1,4,3) command. When I try this I get the value 16
which is, of course, MID(A1,4,3) of 38216, the numerical
value of 17-AUG-04.

I want to include the returned 'AUG' vlaue within a
Concatenate command.
 

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