Hello
Can someone tell me if there is a formula that can display the actual day from a numerical date:
ie
Cell A1 - 07/06/2013
Cell B1 - Friday
TIA
Clive
Hello
Can someone tell me if there is a formula that can display the actual day from a numerical date:
ie
Cell A1 - 07/06/2013
Cell B1 - Friday
TIA
Clive
Formula in B1: =A1
Format on cell B1: "DDDD"
Highlight the cell, press CTRL-1, then select Number tab, select CUSTOM and apply the format DDDD.
_________________
Microsoft MVP 2010 - Excel
Visit: Jerry Beaucaire's Excel Files & Macros
If you've been given good help, use theicon below to give reputation feedback, it is appreciated.
Always put your code between code tags. [CODE] your code here [/CODE]
?None of us is as good as all of us? - Ray Kroc
?Actually, I *am* a rocket scientist.? - JB (little ones count!)
or may be
Change ref as per your needPHP Code:
=TEXT(A1,"dddd")
Thanks guys!!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks