Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there any built-in function to return value i.e Monday, Tuesday
|
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
It could be done this way (if the date to check is in A1):
=CHOOSE(WEEKDAY(A1,1),"Sunday","Monday","Tuesday", "Wednesday","Thursday","Friday","Saturday") "crapit" wrote: Is there any built-in function to return value i.e Monday, Tuesday |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=TEXT(A1,"dddd")
-- HTH Bob Phillips "crapit" wrote in message ... Is there any built-in function to return value i.e Monday, Tuesday |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=TEXT(A1,"dddd")
Or just format the date as dddd, so that it remains a date -- Kind regards, Niek Otten Microsoft MVP - Excel "crapit" wrote in message ... Is there any built-in function to return value i.e Monday, Tuesday |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
formula to return 1st of the month following 60 days | Excel Discussion (Misc queries) | |||
Create Calculation to return number of weeks and days | Excel Worksheet Functions | |||
Return only work days | Excel Discussion (Misc queries) | |||
Return Days since Date Entered in Column. | Excel Programming | |||
Return Days since Date Entered in Column. | Excel Programming |