+ Reply to Thread
Results 1 to 11 of 11

Number of Items open longer than 1 week but less than 2 weeks

  1. #1
    Roger Govier
    Guest

    Re: Number of Items open longer than 1 week but less than 2 weeks

    Hi Andi

    One way
    =SUMPRODUCT(--($A$1:$A$100=customer_name),--($B$1:$B$100>=DATE(2005,7,23)),--($B$1:$B$100<=DATE(2005,7,29))
    Change ranges and date to suit.

    --
    Regards
    Roger Govier
    "Andibevan" <[email protected]> wrote in message
    news:O%[email protected]...
    > Hi All,
    >
    > I have data that is setup with Owners in Column A and Date Purchased in
    > Column B.
    >
    > What formula would I use to calculate the number of items that were
    > purchased by Customer 1 between 1 and 2 weeks ago?
    >
    > THanks
    >
    > Andi
    >
    >




  2. #2
    Bob Phillips
    Guest

    Re: Number of Items open longer than 1 week but less than 2 weeks

    =SUMPRODUCT(--($A$2:$A$100="Customer
    1"),--($B$2:$B$100>TODAY()-14),--($B$2:$B$100<=TODAY()-7)


    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Andibevan" <[email protected]> wrote in message
    news:O%[email protected]...
    > Hi All,
    >
    > I have data that is setup with Owners in Column A and Date Purchased in
    > Column B.
    >
    > What formula would I use to calculate the number of items that were
    > purchased by Customer 1 between 1 and 2 weeks ago?
    >
    > THanks
    >
    > Andi
    >
    >




  3. #3
    Andibevan
    Guest

    Re: Number of Items open longer than 1 week but less than 2 weeks

    Great - Thanks Guys


    "Bob Phillips" <[email protected]> wrote in message
    news:[email protected]...
    > =SUMPRODUCT(--($A$2:$A$100="Customer
    > 1"),--($B$2:$B$100>TODAY()-14),--($B$2:$B$100<=TODAY()-7)
    >
    >
    > --
    >
    > HTH
    >
    > RP
    > (remove nothere from the email address if mailing direct)
    >
    >
    > "Andibevan" <[email protected]> wrote in message
    > news:O%[email protected]...
    > > Hi All,
    > >
    > > I have data that is setup with Owners in Column A and Date Purchased in
    > > Column B.
    > >
    > > What formula would I use to calculate the number of items that were
    > > purchased by Customer 1 between 1 and 2 weeks ago?
    > >
    > > THanks
    > >
    > > Andi
    > >
    > >

    >
    >




  4. #4
    Andibevan
    Guest

    Re: Number of Items open longer than 1 week but less than 2 weeks

    How would I get this to work if Column B contains the date and time not just
    the date - i.e. 6/7/2005 11:52:59

    Hadn't spotted that when I originally posted.


    "Bob Phillips" <[email protected]> wrote in message
    news:[email protected]...
    > =SUMPRODUCT(--($A$2:$A$100="Customer
    > 1"),--($B$2:$B$100>TODAY()-14),--($B$2:$B$100<=TODAY()-7)
    >
    >
    > --
    >
    > HTH
    >
    > RP
    > (remove nothere from the email address if mailing direct)
    >
    >
    > "Andibevan" <[email protected]> wrote in message
    > news:O%[email protected]...
    > > Hi All,
    > >
    > > I have data that is setup with Owners in Column A and Date Purchased in
    > > Column B.
    > >
    > > What formula would I use to calculate the number of items that were
    > > purchased by Customer 1 between 1 and 2 weeks ago?
    > >
    > > THanks
    > >
    > > Andi
    > >
    > >

    >
    >




  5. #5
    Bob Phillips
    Guest

    Re: Number of Items open longer than 1 week but less than 2 weeks

    It still works, just starts at the beginning of the day.

    --
    HTH

    Bob Phillips

    "Andibevan" <[email protected]> wrote in message
    news:[email protected]...
    > How would I get this to work if Column B contains the date and time not

    just
    > the date - i.e. 6/7/2005 11:52:59
    >
    > Hadn't spotted that when I originally posted.
    >
    >
    > "Bob Phillips" <[email protected]> wrote in message
    > news:[email protected]...
    > > =SUMPRODUCT(--($A$2:$A$100="Customer
    > > 1"),--($B$2:$B$100>TODAY()-14),--($B$2:$B$100<=TODAY()-7)
    > >
    > >
    > > --
    > >
    > > HTH
    > >
    > > RP
    > > (remove nothere from the email address if mailing direct)
    > >
    > >
    > > "Andibevan" <[email protected]> wrote in message
    > > news:O%[email protected]...
    > > > Hi All,
    > > >
    > > > I have data that is setup with Owners in Column A and Date Purchased

    in
    > > > Column B.
    > > >
    > > > What formula would I use to calculate the number of items that were
    > > > purchased by Customer 1 between 1 and 2 weeks ago?
    > > >
    > > > THanks
    > > >
    > > > Andi
    > > >
    > > >

    > >
    > >

    >
    >




  6. #6
    Andibevan
    Guest

    Number of Items open longer than 1 week but less than 2 weeks

    Hi All,

    I have data that is setup with Owners in Column A and Date Purchased in
    Column B.

    What formula would I use to calculate the number of items that were
    purchased by Customer 1 between 1 and 2 weeks ago?

    THanks

    Andi



  7. #7
    Roger Govier
    Guest

    Re: Number of Items open longer than 1 week but less than 2 weeks

    Hi Andi

    One way
    =SUMPRODUCT(--($A$1:$A$100=customer_name),--($B$1:$B$100>=DATE(2005,7,23)),--($B$1:$B$100<=DATE(2005,7,29))
    Change ranges and date to suit.

    --
    Regards
    Roger Govier
    "Andibevan" <[email protected]> wrote in message
    news:O%[email protected]...
    > Hi All,
    >
    > I have data that is setup with Owners in Column A and Date Purchased in
    > Column B.
    >
    > What formula would I use to calculate the number of items that were
    > purchased by Customer 1 between 1 and 2 weeks ago?
    >
    > THanks
    >
    > Andi
    >
    >




  8. #8
    Bob Phillips
    Guest

    Re: Number of Items open longer than 1 week but less than 2 weeks

    =SUMPRODUCT(--($A$2:$A$100="Customer
    1"),--($B$2:$B$100>TODAY()-14),--($B$2:$B$100<=TODAY()-7)


    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Andibevan" <[email protected]> wrote in message
    news:O%[email protected]...
    > Hi All,
    >
    > I have data that is setup with Owners in Column A and Date Purchased in
    > Column B.
    >
    > What formula would I use to calculate the number of items that were
    > purchased by Customer 1 between 1 and 2 weeks ago?
    >
    > THanks
    >
    > Andi
    >
    >




  9. #9
    Andibevan
    Guest

    Re: Number of Items open longer than 1 week but less than 2 weeks

    Great - Thanks Guys


    "Bob Phillips" <[email protected]> wrote in message
    news:[email protected]...
    > =SUMPRODUCT(--($A$2:$A$100="Customer
    > 1"),--($B$2:$B$100>TODAY()-14),--($B$2:$B$100<=TODAY()-7)
    >
    >
    > --
    >
    > HTH
    >
    > RP
    > (remove nothere from the email address if mailing direct)
    >
    >
    > "Andibevan" <[email protected]> wrote in message
    > news:O%[email protected]...
    > > Hi All,
    > >
    > > I have data that is setup with Owners in Column A and Date Purchased in
    > > Column B.
    > >
    > > What formula would I use to calculate the number of items that were
    > > purchased by Customer 1 between 1 and 2 weeks ago?
    > >
    > > THanks
    > >
    > > Andi
    > >
    > >

    >
    >




  10. #10
    Andibevan
    Guest

    Re: Number of Items open longer than 1 week but less than 2 weeks

    How would I get this to work if Column B contains the date and time not just
    the date - i.e. 6/7/2005 11:52:59

    Hadn't spotted that when I originally posted.


    "Bob Phillips" <[email protected]> wrote in message
    news:[email protected]...
    > =SUMPRODUCT(--($A$2:$A$100="Customer
    > 1"),--($B$2:$B$100>TODAY()-14),--($B$2:$B$100<=TODAY()-7)
    >
    >
    > --
    >
    > HTH
    >
    > RP
    > (remove nothere from the email address if mailing direct)
    >
    >
    > "Andibevan" <[email protected]> wrote in message
    > news:O%[email protected]...
    > > Hi All,
    > >
    > > I have data that is setup with Owners in Column A and Date Purchased in
    > > Column B.
    > >
    > > What formula would I use to calculate the number of items that were
    > > purchased by Customer 1 between 1 and 2 weeks ago?
    > >
    > > THanks
    > >
    > > Andi
    > >
    > >

    >
    >




  11. #11
    Bob Phillips
    Guest

    Re: Number of Items open longer than 1 week but less than 2 weeks

    It still works, just starts at the beginning of the day.

    --
    HTH

    Bob Phillips

    "Andibevan" <[email protected]> wrote in message
    news:[email protected]...
    > How would I get this to work if Column B contains the date and time not

    just
    > the date - i.e. 6/7/2005 11:52:59
    >
    > Hadn't spotted that when I originally posted.
    >
    >
    > "Bob Phillips" <[email protected]> wrote in message
    > news:[email protected]...
    > > =SUMPRODUCT(--($A$2:$A$100="Customer
    > > 1"),--($B$2:$B$100>TODAY()-14),--($B$2:$B$100<=TODAY()-7)
    > >
    > >
    > > --
    > >
    > > HTH
    > >
    > > RP
    > > (remove nothere from the email address if mailing direct)
    > >
    > >
    > > "Andibevan" <[email protected]> wrote in message
    > > news:O%[email protected]...
    > > > Hi All,
    > > >
    > > > I have data that is setup with Owners in Column A and Date Purchased

    in
    > > > Column B.
    > > >
    > > > What formula would I use to calculate the number of items that were
    > > > purchased by Customer 1 between 1 and 2 weeks ago?
    > > >
    > > > THanks
    > > >
    > > > Andi
    > > >
    > > >

    > >
    > >

    >
    >




+ 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