+ Reply to Thread
Results 1 to 4 of 4

Find Saturdays using formula :)

  1. #1
    Registered User
    Join Date
    07-29-2009
    Location
    Suffolk, England
    MS-Off Ver
    Excel 2007
    Posts
    18

    Talking Find Saturdays using formula :)

    Hi,

    I have the following list of information (but for the whole year).

    I want a formula to say if the day equals Saturday then give me the date.

    I want to end up with a list of the saturday dates.


    A1 A2
    Day Date
    Friday 01/01/2010
    Saturday 02/01/2010
    Sunday 03/01/2010
    Monday 04/01/2010
    Tuesday 05/01/2010
    Wednesday06/01/2010
    Thursday 07/01/2010
    Friday 08/01/2010
    Saturday 09/01/2010

    Thank You In Advance!!

  2. #2
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    re: Find Saturdays using formula :)

    Your post does not comply with Rule 1 of our Forum RULES. Your post title should accurately and concisely describe your problem, not your anticipated solution. Use terms appropriate to a Google search. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will be addressed according to the OP's experience in the forum: If you have less than 10 posts, expect (and respond to) a request to change your thread title. If you have 10 or more posts, expect your post to be locked, so you can start a new thread with an appropriate title.
    To change a Title on your post, click EDIT then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.

    Thread Title edited this time!
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

  3. #3
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: Find Saturdays using formula :)

    In the adjacent column add this formula & copy down

    =IF(WEEKDAY(A1,2)=6,A1,"")

    Now you shoud have a list of all Saturdays, AutoFilter the list for non-blanks to remove the blanks
    Last edited by royUK; 01-15-2010 at 05:31 AM.

  4. #4
    Forum Expert pike's Avatar
    Join Date
    12-11-2005
    Location
    Alstonville, Australia
    MS-Off Ver
    2016
    Posts
    5,330

    Re: Find Saturdays using formula :)

    Hi Chloesnowling
    or
    Three formulae
    D1=IF(A1="Saturday",ROW(),"") fill down to D10
    E1=IF(ROW(A1)-ROW(A$1)+1>COUNT(D1:D10),"",INDEX(A:A,SMALL(D1:D10,1+ROW(A1)-ROW(A$1)))) fill down to E10
    F1=IF(ROW(A1)-ROW(A$1)+1>COUNT(D1:D10),"",OFFSET(INDEX(A:A,SMALL(D1:D10,1+ROW(A1)-ROW(A$1))),0,1)) fill down to F10
    If the solution helped please donate to RSPCA

    Site worth visiting: Rabbitohs

+ 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