Copy and paste VISIBLE data

J

Jaytee

I've formatted a column with a date serial number so that the cell shows just
the Month ( Cell value is "1/31/2008 10:26:34 PM" but the cell just shows
"Jan"). How do I copy that and paste it into a new cell so that the cell
VALUE becomes "Jan"?
 
J

Jaytee

NM, I figured it out...In Column A I have ""1/31/2008 10:26:34 PM", In B I
put "=TEXT(A1,"MMM"). The "MMM" is formatting data to produce a three letter
month code like "JAN". Pivot table likes this data much better.
 
P

Pete_UK

Suppose that date/time is in D1 of Sheet1 and you want it in another
cell on Sheet2. Put this formula in the cell:

=TEXT(Sheet1!D1,"mmm")

You could then fix the values on this using copy then paste special |
values.

Hope this helps.

Pete
 

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

Top