hi , expects
how to get weekday base on those format 09/07/2013 to come out = SAT ? i had trying formula asbut wrongly shown me TUE ?![]()
=CHOOSE(WEEKDAY(Q3),"SUN","MON","TUE","WED","THU","FRI","SAT")
![]()
hi , expects
how to get weekday base on those format 09/07/2013 to come out = SAT ? i had trying formula asbut wrongly shown me TUE ?![]()
=CHOOSE(WEEKDAY(Q3),"SUN","MON","TUE","WED","THU","FRI","SAT")
![]()
I'm guessing, that weekday is interpreting your date as the 9th of July, which was a Tuesday, rather than the 7th September?
Maybe try using date(year,month,day) to make sure the date is correct?
Also you can get same result using:
=Q3
Format this cell as: ddd
Regards
Fotis.
-This is my Greek whisper to Europe.
--Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.
Advanced Excel Techniques: http://excelxor.com/
--KISS(Keep it simple Stupid)
--Bring them back.
---See about Acropolis of Athens.
--Visit Greece.
We suspect that Your data are in this format
mm/dd/yyyy
Change to:
dd/mm/yyyy
I see that you marked your thread as solved. Well done!
The feedback is always appreciated from the people that helped you to find your solution.
Or
Formula:
=TEXT(Q3,"DDD")
If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
Mark your thread as Solved
If the suggestion helps you, then Click *below to Add Reputation
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks