+ Reply to Thread
Results 1 to 2 of 2

Can I use an array function to solve my question???

  1. #1
    Oshtruck user
    Guest

    Can I use an array function to solve my question???

    I have a spreadsheet that I am importing external data into. The Data has a
    Date in column A some other stuff in columns B,C,and D, a numerical Value in
    Column E, and a value or nothing in column F. This is probably a stupid
    question but I am not very familiar with array functions. What I want to do
    is sum column E for each month in a year, and for each month in a year as
    well I would like to count the number of entries in column F. Can this be
    done with array functions, and if so can someone give me a hint?

  2. #2
    Toppers
    Guest

    RE: Can I use an array function to solve my question???

    For month of July (7) use:

    (1)
    =SUMPRODUCT(--(MONTH(A1:A100)=7),--(E1:E100))

    (2)
    =SUMPRODUCT(--(MONTH(A1:A100)=7),--(F1:F100<>""))

    HTH

    "Oshtruck user" wrote:

    > I have a spreadsheet that I am importing external data into. The Data has a
    > Date in column A some other stuff in columns B,C,and D, a numerical Value in
    > Column E, and a value or nothing in column F. This is probably a stupid
    > question but I am not very familiar with array functions. What I want to do
    > is sum column E for each month in a year, and for each month in a year as
    > well I would like to count the number of entries in column F. Can this be
    > done with array functions, and if so can someone give me a hint?


+ 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