+ Reply to Thread
Results 1 to 4 of 4

Sm Product a Calendar Month Range?

  1. #1
    John
    Guest

    Sm Product a Calendar Month Range?

    I have a list of days for the year 2005 in Col A. In Col B opposite each day
    in 2005 (Col A) I have the location I have visited. Is it possible to add up
    the number of times I was say in London, for the month of January, without
    having to enter a specific sumproduct range in the formula?

    Thanks




  2. #2
    Peo Sjoblom
    Guest

    RE: Sm Product a Calendar Month Range?

    No, you need to enter a range, you might want to enter a range that will
    cater to future needs (making it larger than at present necessary)

    =SUMPRODUCT(--(MONTH(Range1)=1),--(ISNUMBER(Range1)),--(Range2="London"))

    Regards,

    Peo Sjoblom

    "John" wrote:

    > I have a list of days for the year 2005 in Col A. In Col B opposite each day
    > in 2005 (Col A) I have the location I have visited. Is it possible to add up
    > the number of times I was say in London, for the month of January, without
    > having to enter a specific sumproduct range in the formula?
    >
    > Thanks
    >
    >
    >
    >


  3. #3
    Don Guillett
    Guest

    Re: Sm Product a Calendar Month Range?

    assuming valid dates in A to count
    =sumproduct((month(rngA)=1)*1)

    --
    Don Guillett
    SalesAid Software
    [email protected]
    "John" <[email protected]> wrote in message
    news:[email protected]...
    > I have a list of days for the year 2005 in Col A. In Col B opposite each

    day
    > in 2005 (Col A) I have the location I have visited. Is it possible to add

    up
    > the number of times I was say in London, for the month of January, without
    > having to enter a specific sumproduct range in the formula?
    >
    > Thanks
    >
    >
    >




  4. #4
    Peo Sjoblom
    Guest

    Re: Sm Product a Calendar Month Range?

    Note that it will count blank cells as January


    Regards,

    Peo Sjoblom

    "Don Guillett" wrote:

    > assuming valid dates in A to count
    > =sumproduct((month(rngA)=1)*1)
    >
    > --
    > Don Guillett
    > SalesAid Software
    > [email protected]
    > "John" <[email protected]> wrote in message
    > news:[email protected]...
    > > I have a list of days for the year 2005 in Col A. In Col B opposite each

    > day
    > > in 2005 (Col A) I have the location I have visited. Is it possible to add

    > up
    > > the number of times I was say in London, for the month of January, without
    > > having to enter a specific sumproduct range in the formula?
    > >
    > > Thanks
    > >
    > >
    > >

    >
    >
    >


+ 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