+ Reply to Thread
Results 1 to 2 of 2

SUMIF Alternative?

  1. #1
    Registered User
    Join Date
    06-20-2005
    Posts
    15

    SUMIF Alternative?

    Hey folks,

    I'm a pilot and to remain "current" I must fly 6 instrument approaches within the past 180 days. I have my logbook on a spreadsheet and column A lists the dates of every flight, and column F lists any instrument approaches flown on each flight. I'd like to sum the values in column F if the date is greater than TODAY()-180. The formula would look like =SUMIF(A50:A3000,">TODAY()-180",F50:F3000).

    The SUMIF formula won't compute anything with a TODAY() in it, so I have to manually enter in the date I'd like to look after (=SUMIF(A50:A3000,">12/20/2004",F50:F3000)). How can I SUM the number of approaches flown within the past 180 days without using a SUMIF?

    Thanks a lot,
    Scott

  2. #2
    JMB
    Guest

    RE: SUMIF Alternative?

    You just need to make some minor changes. The Today()-180 needs to be
    outside the quotes with an & in front of it.

    =SUMIF(A50:A3000,">"&TODAY()-180,F50:F3000).



    "qflyer" wrote:

    >
    > Hey folks,
    >
    > I'm a pilot and to remain "current" I must fly 6 instrument approaches
    > within the past 180 days. I have my logbook on a spreadsheet and
    > column A lists the dates of every flight, and column F lists any
    > instrument approaches flown on each flight. I'd like to sum the values
    > in column F if the date is greater than TODAY()-180. The formula would
    > look like =SUMIF(A50:A3000,">TODAY()-180",F50:F3000).
    >
    > The SUMIF formula won't compute anything with a TODAY() in it, so I
    > have to manually enter in the date I'd like to look after
    > (=SUMIF(A50:A3000,">12/20/2004",F50:F3000)). How can I SUM the number
    > of approaches flown within the past 180 days without using a SUMIF?
    >
    > Thanks a lot,
    > Scott
    >
    >
    > --
    > qflyer
    > ------------------------------------------------------------------------
    > qflyer's Profile: http://www.excelforum.com/member.php...o&userid=24448
    > View this thread: http://www.excelforum.com/showthread...hreadid=380454
    >
    >


+ 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