+ Reply to Thread
Results 1 to 5 of 5

How to find the day when you enter a date in excel

  1. #1
    Registered User
    Join Date
    11-16-2012
    Location
    Santa Barbara
    MS-Off Ver
    Excel 2010
    Posts
    29

    How to find the day when you enter a date in excel

    How to find which day it is when a date is entered.

  2. #2
    Forum Expert icestationzbra's Avatar
    Join Date
    01-07-2004
    MS-Off Ver
    2007, 2010
    Posts
    1,421

    Re: How to find the day when you enter a date in excel

    try:

    Please Login or Register  to view this content.
    with your date in A1, this will show Friday (for today).

    in case you want the day's number,
    Please Login or Register  to view this content.
    the other thing you can do is to format the cell (where date is being entered) in such a way that the Date and Day are both displayed simultaneously within the same cell. in order to do that, just right-click on the cell where date will be entered, select Format Cells, select Date, and select the formatting from the Type list where both Day and Date are being displayed. or, in the same Format Cells window, you can choose to create a Custom format, and Type could be "dddd mm-dd-yyyy" (without the quotes). this way, you would not need to have a formula in another cell.

    1194
    Last edited by icestationzbra; 03-29-2013 at 01:29 PM.
    - i.s.z -
    CSE, aka Array aka { }, formulae are confirmed with CONTROL+SHIFT+ENTER.
    Replace commas ( , ) with semicolons ( ; ) in formulae, if your locale setting demands.
    All good ideas are courtesy resources from this forum as well as others around the web.
    - e.o.m -

  3. #3
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    Re: How to find the day when you enter a date in excel

    Something like this?

    =TEXT(TODAY(),"dddd")

  4. #4
    Registered User
    Join Date
    11-16-2012
    Location
    Santa Barbara
    MS-Off Ver
    Excel 2010
    Posts
    29

    Re: How to find the day when you enter a date in excel

    Thanks,

    I'm sorry, i should have been more clear with what i was asking. I have a template which has over 1000 row of data. It has dates and day. I want to automate the worksheet. If i enter just the year in one cell the entire worksheet should change to the date it has say 1 jan, 2 jan, 3 jan etc with day also displayed in a cell.

    Hope this will help you to be able to help me. Maybe if may require and if statement "If year such, then day 1 equal Jan 1 and Day equals Tuesday"

    Thanks
    Last edited by rageshprasad; 03-29-2013 at 01:41 PM.

  5. #5
    Registered User
    Join Date
    11-16-2012
    Location
    Santa Barbara
    MS-Off Ver
    Excel 2010
    Posts
    29

    Re: How to find the day when you enter a date in excel

    Here you go,
    Now i can attach the file.SampleCashFlow.xlsx

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1