Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 75
Default function to return days

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


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,163
Default 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



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,120
Default 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




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,440
Default 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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
formula to return 1st of the month following 60 days Jessica Excel Discussion (Misc queries) 3 November 30th 09 05:41 PM
Create Calculation to return number of weeks and days Lisa D Excel Worksheet Functions 8 December 30th 08 05:22 PM
Return only work days mhart210 Excel Discussion (Misc queries) 1 August 18th 05 04:22 PM
Return Days since Date Entered in Column. Mcasteel[_51_] Excel Programming 0 November 18th 04 04:24 PM
Return Days since Date Entered in Column. Mcasteel[_50_] Excel Programming 3 November 18th 04 04:23 PM


All times are GMT +1. The time now is 10:35 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"