ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   function to return days (https://www.excelbanter.com/excel-programming/333399-function-return-days.html)

crapit

function to return days
 
Is there any built-in function to return value i.e Monday, Tuesday



Bob Phillips[_7_]

function to return days
 
=TEXT(A1,"dddd")

--
HTH

Bob Phillips

"crapit" wrote in message
...
Is there any built-in function to return value i.e Monday, Tuesday





K Dales[_2_]

function to return days
 
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




Niek Otten

function to return days
 
=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





All times are GMT +1. The time now is 02:11 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com