+ Reply to Thread
Results 1 to 5 of 5

Simple array formula not working

  1. #1
    Registered User
    Join Date
    02-21-2007
    Posts
    7

    Simple array formula not working

    Hi to all. I´m kinda new to array formulas, and I can´t seem to make this one work.

    Given a worksheet called "tabla" where all my data is, I´m building a dashboard in another worksheet called "dashboard". So, here is what I am trying to do:

    I´m trying to count the rows which contain in column I (status) the term "pipeline", and in column U (Campaign) the term "MR", so here´s the formula I used:

    {=SUM((Tabla!I:I="Pipeline")*(Tabla!U:U="MR"))}

    The result I get, instead of the nubmer of rows with "Pipeline" status and belonging to the "MR" Campaign is: #NUM! so I guess I am doing something wrong.

    Can anyone help please? I´m using Excel 2000.

    Thank you

    Alejandro

  2. #2
    Forum Expert Carim's Avatar
    Join Date
    04-07-2006
    Posts
    4,070
    Hi,

    Have you tried to limit your columns ....? I1:I65000 - U1:U65000 ...
    HTH
    Carim


    Top Excel Links

  3. #3
    Registered User
    Join Date
    02-21-2007
    Posts
    7
    I did, but it didn´t work. I thought it was a simple error, such as not pressing CSE or so, but it still didn´t work.

    So, what I did was re-install Excell...and now it does. The error was simple actually: Excell was not working well.

    Thanks for the tip, it helped me realize I had to re-install!
    Last edited by alecabral; 02-21-2007 at 11:53 AM.

  4. #4
    Forum Expert
    Join Date
    01-12-2007
    Location
    New Jersey
    Posts
    2,127
    i just ran a quick sample, and this worked for me, i hope you can incorporate it:


    =COUNT(IF(I1:I10="pipeline",IF(U1:U10="mr",A1:A10)))

    validate this by hitting ctrl+shift+enter

    let me know if it works

    EDIT: I posted too late. Glad you fixed your problem.

  5. #5
    Registered User
    Join Date
    02-21-2007
    Posts
    7
    Thanks for the tip though, I´ll try it anyway. Always good to know more than 1 way to do things.

    Quote Originally Posted by BigBas
    i just ran a quick sample, and this worked for me, i hope you can incorporate it:


    =COUNT(IF(I1:I10="pipeline",IF(U1:U10="mr",A1:A10)))

    validate this by hitting ctrl+shift+enter

    let me know if it works

    EDIT: I posted too late. Glad you fixed your problem.

+ 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