+ Reply to Thread
Results 1 to 2 of 2

Help needed on Date formulas

  1. #1
    Registered User
    Join Date
    04-29-2006
    Posts
    1

    Help needed on Date formulas

    Hi,
    I need to keep track of weekly bug counts on a periodic basis.Here is an example

    Date logged P1 bugs P2 bugs Week Logged(Sunday)
    [To be calculated using formula]
    01/02/2006 2 3 01/0/12006
    01/05/2006 3 5 01/01/2006
    01/10/2006 5 5 01/10/2006

    In Excel,I would like to find out using formulas, the exact bug counts for each week,by manipulating the date logged.Irrespective of any date it was logged,there should be a column which contains the formula,to find the week in which the bug was logged.Is it possible in Excel ?

    Please help.

    Shantha

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    This formula always returns the previous Sunday (or on a Sunday that day's date) for a date in A1

    =A1+1-WEEKDAY(A1)

+ 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