L
LordJezo
Say in one cell (B26) I have the data:
5/31/2004
In another cell on a different file I have the formula:
=YEAR([EMAIL_STATS.xls]Sheet1!$B$26)
That returns 2004 since in that cell on that linked sheet the dat
5/31/2004 is posted, so 2004 is returned.
Say I want to return the month name.
If I do
=MONTH([EMAIL_STATS.xls]Sheet1!$B$26)
I get back 5. How would I make it return May instead of 5
5/31/2004
In another cell on a different file I have the formula:
=YEAR([EMAIL_STATS.xls]Sheet1!$B$26)
That returns 2004 since in that cell on that linked sheet the dat
5/31/2004 is posted, so 2004 is returned.
Say I want to return the month name.
If I do
=MONTH([EMAIL_STATS.xls]Sheet1!$B$26)
I get back 5. How would I make it return May instead of 5