+ Reply to Thread
Results 1 to 67 of 67

sumproduct w/horizontal range not working

Hybrid View

dcd123 sumproduct w/horizontal range... 08-22-2005, 03:00 PM
Domenic Try... ... 08-22-2005, 03:43 PM
dcd123 Thank you. It did work! Can... 08-22-2005, 04:01 PM
Domenic SUMPRODUCT doesn't accept... 08-22-2005, 06:48 PM
Guest Re: sumproduct w/horizontal... 08-22-2005, 07:05 PM
Guest Re: sumproduct w/horizontal... 09-06-2005, 05:05 AM
Guest Re: sumproduct w/horizontal... 09-05-2005, 10:05 PM
Guest Re: sumproduct w/horizontal... 09-06-2005, 04:05 AM
Guest Re: sumproduct w/horizontal... 09-05-2005, 11:05 PM
Guest Re: sumproduct w/horizontal... 09-06-2005, 06:05 AM
Guest Re: sumproduct w/horizontal... 09-06-2005, 12:05 AM
Guest Re: sumproduct w/horizontal... 09-06-2005, 09:05 AM
Guest Re: sumproduct w/horizontal... 09-06-2005, 07:05 AM
Guest Re: sumproduct w/horizontal... 09-06-2005, 01:05 AM
Guest Re: sumproduct w/horizontal... 09-06-2005, 04:05 PM
Guest Re: sumproduct w/horizontal... 09-06-2005, 05:05 PM
Guest Re: sumproduct w/horizontal... 09-06-2005, 02:05 PM
Guest Re: sumproduct w/horizontal... 09-06-2005, 11:05 AM
Guest Re: sumproduct w/horizontal... 09-06-2005, 02:05 AM
Guest Re: sumproduct w/horizontal... 09-06-2005, 03:05 PM
Guest Re: sumproduct w/horizontal... 09-06-2005, 10:05 AM
Guest Re: sumproduct w/horizontal... 09-06-2005, 06:05 PM
Guest Re: sumproduct w/horizontal... 09-06-2005, 03:05 AM
Guest Re: sumproduct w/horizontal... 09-06-2005, 07:05 PM
Guest Re: sumproduct w/horizontal... 09-06-2005, 12:05 PM
Guest RE: sumproduct w/horizontal... 08-22-2005, 04:05 PM
Guest Re: sumproduct w/horizontal... 08-22-2005, 04:05 PM
Guest RE: sumproduct w/horizontal... 09-05-2005, 10:05 PM
Guest RE: sumproduct w/horizontal... 09-06-2005, 04:05 AM
Guest Re: sumproduct w/horizontal... 09-05-2005, 10:05 PM
Guest Re: sumproduct w/horizontal... 09-06-2005, 04:05 AM
Guest RE: sumproduct w/horizontal... 09-06-2005, 05:05 AM
Guest Re: sumproduct w/horizontal... 09-06-2005, 05:05 AM
Guest RE: sumproduct w/horizontal... 09-05-2005, 11:05 PM
Guest Re: sumproduct w/horizontal... 09-05-2005, 11:05 PM
Guest RE: sumproduct w/horizontal... 09-06-2005, 06:05 AM
Guest RE: sumproduct w/horizontal... 09-06-2005, 12:05 AM
Guest Re: sumproduct w/horizontal... 09-06-2005, 12:05 AM
Guest Re: sumproduct w/horizontal... 09-06-2005, 06:05 AM
Guest RE: sumproduct w/horizontal... 09-06-2005, 07:05 AM
Guest RE: sumproduct w/horizontal... 09-06-2005, 09:05 AM
Guest RE: sumproduct w/horizontal... 09-06-2005, 01:05 AM
Guest Re: sumproduct w/horizontal... 09-06-2005, 09:05 AM
Guest Re: sumproduct w/horizontal... 09-06-2005, 01:05 AM
Guest Re: sumproduct w/horizontal... 09-06-2005, 07:05 AM
Guest RE: sumproduct w/horizontal... 09-06-2005, 05:05 PM
Guest RE: sumproduct w/horizontal... 09-06-2005, 04:05 PM
Guest RE: sumproduct w/horizontal... 09-06-2005, 11:05 AM
Guest RE: sumproduct w/horizontal... 09-06-2005, 02:05 PM
Guest RE: sumproduct w/horizontal... 09-06-2005, 02:05 AM
Guest Re: sumproduct w/horizontal... 09-06-2005, 11:05 AM
Guest Re: sumproduct w/horizontal... 09-06-2005, 02:05 AM
Guest Re: sumproduct w/horizontal... 09-06-2005, 02:05 PM
Guest Re: sumproduct w/horizontal... 09-06-2005, 04:05 PM
Guest Re: sumproduct w/horizontal... 09-06-2005, 05:05 PM
Guest RE: sumproduct w/horizontal... 09-06-2005, 10:05 AM
Guest RE: sumproduct w/horizontal... 09-06-2005, 03:05 PM
Guest RE: sumproduct w/horizontal... 09-06-2005, 03:05 AM
Guest RE: sumproduct w/horizontal... 09-06-2005, 07:05 PM
Guest RE: sumproduct w/horizontal... 09-06-2005, 06:05 PM
Guest Re: sumproduct w/horizontal... 09-06-2005, 07:05 PM
Guest Re: sumproduct w/horizontal... 09-06-2005, 03:05 AM
Guest Re: sumproduct w/horizontal... 09-06-2005, 06:05 PM
Guest Re: sumproduct w/horizontal... 09-06-2005, 03:05 PM
Guest Re: sumproduct w/horizontal... 09-06-2005, 10:05 AM
Guest RE: sumproduct w/horizontal... 09-06-2005, 12:05 PM
Guest Re: sumproduct w/horizontal... 09-06-2005, 12:05 PM
  1. #1
    Registered User
    Join Date
    07-20-2005
    Posts
    23

    Arrow sumproduct w/horizontal range not working

    I am trying to run sumproduct with two criteria, both with a horizontal range. It does not seem to be working and is returnig a zero count. Here is what my formula looks like:

    =SUMPRODUCT((E1:AS1="*Discussed*")*(E2:AS2="YES"))

    The criteria for E1:AS1 (Discussed) is one of several words.

    Any help would be greatly appreciated.

    Thanks!

  2. #2
    Forum Expert
    Join Date
    06-18-2004
    Location
    Canada
    MS-Off Ver
    Office 2016
    Posts
    1,474
    Try...

    =SUMPRODUCT(ISNUMBER(SEARCH("Discussed",E1:AS1))*(E2:AS2="Yes"))

    Hope this helps!

    Quote Originally Posted by dcd123
    I am trying to run sumproduct with two criteria, both with a horizontal range. It does not seem to be working and is returnig a zero count. Here is what my formula looks like:

    =SUMPRODUCT((E1:AS1="*Discussed*")*(E2:AS2="YES"))

    The criteria for E1:AS1 (Discussed) is one of several words.

    Any help would be greatly appreciated.

    Thanks!

  3. #3
    Registered User
    Join Date
    07-20-2005
    Posts
    23

    Thumbs up

    Thank you. It did work! Can you explain why the ISNUMBER and SEARCH made the difference?

  4. #4
    Forum Expert
    Join Date
    06-18-2004
    Location
    Canada
    MS-Off Ver
    Office 2016
    Posts
    1,474
    Quote Originally Posted by dcd123
    Thank you. It did work! Can you explain why the ISNUMBER and SEARCH made the difference?
    SUMPRODUCT doesn't accept wildcards. ISNUMBER/SEARCH is a way of achieving the same result. Let's assume that E1:I2 contains the following data...

    To_be_discussed	x	y	To_be_discussed	z
    Yes	No	No	Yes	Yes
    ...and that we have the following formula...

    =SUMPRODUCT(ISNUMBER(SEARCH("Discussed",E1:I1))*(E2:I2="Yes"))
    SEARCH("Discussed",E1:I1) returns the following array of values...

    {7,#VALUE!,#VALUE!,7,#VALUE!}
    
    Note that SEARCH returns a #VALUE! error when the text being searched is not found.
    (ISNUMBER(SEARCH("Discussed",E1:AS1))) returns the following array of values...

    {TRUE,FALSE,FALSE,TRUE,FALSE}
    (E2:AS2="Yes") returns the following array of values...

    {TRUE,FALSE,FALSE,TRUE,TRUE}
    SUMPRODUCT then multiplies the two arrays...

    (ISNUMBER(SEARCH("Discussed",E1:I1))*(E2:I2="Yes")
    ...and returns the folloiwng...

    {1,0,0,1,0}
    ...which is summed, and returns 2. Note that numerical equivalent of TRUE and FALSE is 1 and 0, respectively.

    Hope this helps!
    Last edited by Domenic; 08-22-2005 at 07:00 PM.

  5. #5
    Bob Phillips
    Guest

    Re: sumproduct w/horizontal range not working

    Because SEARCH returns a #VALUE error if the text is not found. Testing this
    for > 0 still returns #VALUE, whereas testing it for a number, ISNUMBER,
    will return FALSE, which is coerced correctly to a number.

    --

    HTH

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


    "dcd123" <dcd123.1u6m6m_1124741195.6834@excelforum-nospam.com> wrote in
    message news:dcd123.1u6m6m_1124741195.6834@excelforum-nospam.com...
    >
    > Thank you. It did work! Can you explain why the ISNUMBER and SEARCH
    > made the difference?
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile:

    http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >




  6. #6
    Bob Phillips
    Guest

    Re: sumproduct w/horizontal range not working

    Because SEARCH returns a #VALUE error if the text is not found. Testing this
    for > 0 still returns #VALUE, whereas testing it for a number, ISNUMBER,
    will return FALSE, which is coerced correctly to a number.

    --

    HTH

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


    "dcd123" <dcd123.1u6m6m_1124741195.6834@excelforum-nospam.com> wrote in
    message news:dcd123.1u6m6m_1124741195.6834@excelforum-nospam.com...
    >
    > Thank you. It did work! Can you explain why the ISNUMBER and SEARCH
    > made the difference?
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile:

    http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >




  7. #7
    Bob Phillips
    Guest

    Re: sumproduct w/horizontal range not working

    Because SEARCH returns a #VALUE error if the text is not found. Testing this
    for > 0 still returns #VALUE, whereas testing it for a number, ISNUMBER,
    will return FALSE, which is coerced correctly to a number.

    --

    HTH

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


    "dcd123" <dcd123.1u6m6m_1124741195.6834@excelforum-nospam.com> wrote in
    message news:dcd123.1u6m6m_1124741195.6834@excelforum-nospam.com...
    >
    > Thank you. It did work! Can you explain why the ISNUMBER and SEARCH
    > made the difference?
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile:

    http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >




  8. #8
    Bob Phillips
    Guest

    Re: sumproduct w/horizontal range not working

    Because SEARCH returns a #VALUE error if the text is not found. Testing this
    for > 0 still returns #VALUE, whereas testing it for a number, ISNUMBER,
    will return FALSE, which is coerced correctly to a number.

    --

    HTH

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


    "dcd123" <dcd123.1u6m6m_1124741195.6834@excelforum-nospam.com> wrote in
    message news:dcd123.1u6m6m_1124741195.6834@excelforum-nospam.com...
    >
    > Thank you. It did work! Can you explain why the ISNUMBER and SEARCH
    > made the difference?
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile:

    http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >




  9. #9
    Bob Phillips
    Guest

    Re: sumproduct w/horizontal range not working

    Because SEARCH returns a #VALUE error if the text is not found. Testing this
    for > 0 still returns #VALUE, whereas testing it for a number, ISNUMBER,
    will return FALSE, which is coerced correctly to a number.

    --

    HTH

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


    "dcd123" <dcd123.1u6m6m_1124741195.6834@excelforum-nospam.com> wrote in
    message news:dcd123.1u6m6m_1124741195.6834@excelforum-nospam.com...
    >
    > Thank you. It did work! Can you explain why the ISNUMBER and SEARCH
    > made the difference?
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile:

    http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >




  10. #10
    Bob Phillips
    Guest

    Re: sumproduct w/horizontal range not working

    Because SEARCH returns a #VALUE error if the text is not found. Testing this
    for > 0 still returns #VALUE, whereas testing it for a number, ISNUMBER,
    will return FALSE, which is coerced correctly to a number.

    --

    HTH

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


    "dcd123" <dcd123.1u6m6m_1124741195.6834@excelforum-nospam.com> wrote in
    message news:dcd123.1u6m6m_1124741195.6834@excelforum-nospam.com...
    >
    > Thank you. It did work! Can you explain why the ISNUMBER and SEARCH
    > made the difference?
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile:

    http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >




  11. #11
    Bob Phillips
    Guest

    Re: sumproduct w/horizontal range not working

    Because SEARCH returns a #VALUE error if the text is not found. Testing this
    for > 0 still returns #VALUE, whereas testing it for a number, ISNUMBER,
    will return FALSE, which is coerced correctly to a number.

    --

    HTH

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


    "dcd123" <dcd123.1u6m6m_1124741195.6834@excelforum-nospam.com> wrote in
    message news:dcd123.1u6m6m_1124741195.6834@excelforum-nospam.com...
    >
    > Thank you. It did work! Can you explain why the ISNUMBER and SEARCH
    > made the difference?
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile:

    http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >




  12. #12
    Bob Phillips
    Guest

    Re: sumproduct w/horizontal range not working

    Because SEARCH returns a #VALUE error if the text is not found. Testing this
    for > 0 still returns #VALUE, whereas testing it for a number, ISNUMBER,
    will return FALSE, which is coerced correctly to a number.

    --

    HTH

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


    "dcd123" <dcd123.1u6m6m_1124741195.6834@excelforum-nospam.com> wrote in
    message news:dcd123.1u6m6m_1124741195.6834@excelforum-nospam.com...
    >
    > Thank you. It did work! Can you explain why the ISNUMBER and SEARCH
    > made the difference?
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile:

    http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >




  13. #13
    Bob Phillips
    Guest

    Re: sumproduct w/horizontal range not working

    Because SEARCH returns a #VALUE error if the text is not found. Testing this
    for > 0 still returns #VALUE, whereas testing it for a number, ISNUMBER,
    will return FALSE, which is coerced correctly to a number.

    --

    HTH

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


    "dcd123" <dcd123.1u6m6m_1124741195.6834@excelforum-nospam.com> wrote in
    message news:dcd123.1u6m6m_1124741195.6834@excelforum-nospam.com...
    >
    > Thank you. It did work! Can you explain why the ISNUMBER and SEARCH
    > made the difference?
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile:

    http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >




  14. #14
    Bob Phillips
    Guest

    Re: sumproduct w/horizontal range not working

    Because SEARCH returns a #VALUE error if the text is not found. Testing this
    for > 0 still returns #VALUE, whereas testing it for a number, ISNUMBER,
    will return FALSE, which is coerced correctly to a number.

    --

    HTH

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


    "dcd123" <dcd123.1u6m6m_1124741195.6834@excelforum-nospam.com> wrote in
    message news:dcd123.1u6m6m_1124741195.6834@excelforum-nospam.com...
    >
    > Thank you. It did work! Can you explain why the ISNUMBER and SEARCH
    > made the difference?
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile:

    http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >




  15. #15
    Bob Phillips
    Guest

    Re: sumproduct w/horizontal range not working

    Because SEARCH returns a #VALUE error if the text is not found. Testing this
    for > 0 still returns #VALUE, whereas testing it for a number, ISNUMBER,
    will return FALSE, which is coerced correctly to a number.

    --

    HTH

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


    "dcd123" <dcd123.1u6m6m_1124741195.6834@excelforum-nospam.com> wrote in
    message news:dcd123.1u6m6m_1124741195.6834@excelforum-nospam.com...
    >
    > Thank you. It did work! Can you explain why the ISNUMBER and SEARCH
    > made the difference?
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile:

    http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >




  16. #16
    Bob Phillips
    Guest

    Re: sumproduct w/horizontal range not working

    Because SEARCH returns a #VALUE error if the text is not found. Testing this
    for > 0 still returns #VALUE, whereas testing it for a number, ISNUMBER,
    will return FALSE, which is coerced correctly to a number.

    --

    HTH

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


    "dcd123" <dcd123.1u6m6m_1124741195.6834@excelforum-nospam.com> wrote in
    message news:dcd123.1u6m6m_1124741195.6834@excelforum-nospam.com...
    >
    > Thank you. It did work! Can you explain why the ISNUMBER and SEARCH
    > made the difference?
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile:

    http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >




  17. #17
    Bob Phillips
    Guest

    Re: sumproduct w/horizontal range not working

    Because SEARCH returns a #VALUE error if the text is not found. Testing this
    for > 0 still returns #VALUE, whereas testing it for a number, ISNUMBER,
    will return FALSE, which is coerced correctly to a number.

    --

    HTH

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


    "dcd123" <dcd123.1u6m6m_1124741195.6834@excelforum-nospam.com> wrote in
    message news:dcd123.1u6m6m_1124741195.6834@excelforum-nospam.com...
    >
    > Thank you. It did work! Can you explain why the ISNUMBER and SEARCH
    > made the difference?
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile:

    http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >




  18. #18
    Bob Phillips
    Guest

    Re: sumproduct w/horizontal range not working

    Because SEARCH returns a #VALUE error if the text is not found. Testing this
    for > 0 still returns #VALUE, whereas testing it for a number, ISNUMBER,
    will return FALSE, which is coerced correctly to a number.

    --

    HTH

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


    "dcd123" <dcd123.1u6m6m_1124741195.6834@excelforum-nospam.com> wrote in
    message news:dcd123.1u6m6m_1124741195.6834@excelforum-nospam.com...
    >
    > Thank you. It did work! Can you explain why the ISNUMBER and SEARCH
    > made the difference?
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile:

    http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >




  19. #19
    Bob Phillips
    Guest

    Re: sumproduct w/horizontal range not working

    Because SEARCH returns a #VALUE error if the text is not found. Testing this
    for > 0 still returns #VALUE, whereas testing it for a number, ISNUMBER,
    will return FALSE, which is coerced correctly to a number.

    --

    HTH

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


    "dcd123" <dcd123.1u6m6m_1124741195.6834@excelforum-nospam.com> wrote in
    message news:dcd123.1u6m6m_1124741195.6834@excelforum-nospam.com...
    >
    > Thank you. It did work! Can you explain why the ISNUMBER and SEARCH
    > made the difference?
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile:

    http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >




  20. #20
    Bob Phillips
    Guest

    Re: sumproduct w/horizontal range not working

    Because SEARCH returns a #VALUE error if the text is not found. Testing this
    for > 0 still returns #VALUE, whereas testing it for a number, ISNUMBER,
    will return FALSE, which is coerced correctly to a number.

    --

    HTH

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


    "dcd123" <dcd123.1u6m6m_1124741195.6834@excelforum-nospam.com> wrote in
    message news:dcd123.1u6m6m_1124741195.6834@excelforum-nospam.com...
    >
    > Thank you. It did work! Can you explain why the ISNUMBER and SEARCH
    > made the difference?
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile:

    http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >




  21. #21
    Bob Phillips
    Guest

    Re: sumproduct w/horizontal range not working

    Because SEARCH returns a #VALUE error if the text is not found. Testing this
    for > 0 still returns #VALUE, whereas testing it for a number, ISNUMBER,
    will return FALSE, which is coerced correctly to a number.

    --

    HTH

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


    "dcd123" <dcd123.1u6m6m_1124741195.6834@excelforum-nospam.com> wrote in
    message news:dcd123.1u6m6m_1124741195.6834@excelforum-nospam.com...
    >
    > Thank you. It did work! Can you explain why the ISNUMBER and SEARCH
    > made the difference?
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile:

    http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >




  22. #22
    Bob Phillips
    Guest

    Re: sumproduct w/horizontal range not working

    Because SEARCH returns a #VALUE error if the text is not found. Testing this
    for > 0 still returns #VALUE, whereas testing it for a number, ISNUMBER,
    will return FALSE, which is coerced correctly to a number.

    --

    HTH

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


    "dcd123" <dcd123.1u6m6m_1124741195.6834@excelforum-nospam.com> wrote in
    message news:dcd123.1u6m6m_1124741195.6834@excelforum-nospam.com...
    >
    > Thank you. It did work! Can you explain why the ISNUMBER and SEARCH
    > made the difference?
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile:

    http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >




  23. #23
    Bob Phillips
    Guest

    Re: sumproduct w/horizontal range not working

    Because SEARCH returns a #VALUE error if the text is not found. Testing this
    for > 0 still returns #VALUE, whereas testing it for a number, ISNUMBER,
    will return FALSE, which is coerced correctly to a number.

    --

    HTH

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


    "dcd123" <dcd123.1u6m6m_1124741195.6834@excelforum-nospam.com> wrote in
    message news:dcd123.1u6m6m_1124741195.6834@excelforum-nospam.com...
    >
    > Thank you. It did work! Can you explain why the ISNUMBER and SEARCH
    > made the difference?
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile:

    http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >




  24. #24
    Bob Phillips
    Guest

    Re: sumproduct w/horizontal range not working

    Because SEARCH returns a #VALUE error if the text is not found. Testing this
    for > 0 still returns #VALUE, whereas testing it for a number, ISNUMBER,
    will return FALSE, which is coerced correctly to a number.

    --

    HTH

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


    "dcd123" <dcd123.1u6m6m_1124741195.6834@excelforum-nospam.com> wrote in
    message news:dcd123.1u6m6m_1124741195.6834@excelforum-nospam.com...
    >
    > Thank you. It did work! Can you explain why the ISNUMBER and SEARCH
    > made the difference?
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile:

    http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >




  25. #25
    Bob Phillips
    Guest

    Re: sumproduct w/horizontal range not working

    Because SEARCH returns a #VALUE error if the text is not found. Testing this
    for > 0 still returns #VALUE, whereas testing it for a number, ISNUMBER,
    will return FALSE, which is coerced correctly to a number.

    --

    HTH

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


    "dcd123" <dcd123.1u6m6m_1124741195.6834@excelforum-nospam.com> wrote in
    message news:dcd123.1u6m6m_1124741195.6834@excelforum-nospam.com...
    >
    > Thank you. It did work! Can you explain why the ISNUMBER and SEARCH
    > made the difference?
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile:

    http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >




  26. #26
    Duke Carey
    Guest

    RE: sumproduct w/horizontal range not working

    Myabe:

    =SUMPRODUCT(--(SEARCH("Discussed",E1:AS1)>0),--(E2:AS2="Yes"))



    "dcd123" wrote:

    >
    > I am trying to run sumproduct with two criteria, both with a horizontal
    > range. It does not seem to be working and is returnig a zero count.
    > Here is what my formula looks like:
    >
    > =SUMPRODUCT((E1:AS1="*Discussed*")*(E2:AS2="YES"))
    >
    > The criteria for E1:AS1 (Discussed) is one of several words.
    >
    > Any help would be greatly appreciated.
    >
    > Thanks!
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile: http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >
    >


  27. #27
    Bob Phillips
    Guest

    Re: sumproduct w/horizontal range not working

    =SUMPRODUCT(--(ISNUMBER(SEARCH("Discussed",E1:AS1))),--(E2:AS2="YES"))

    --

    HTH

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


    "dcd123" <dcd123.1u6jfx_1124738143.3762@excelforum-nospam.com> wrote in
    message news:dcd123.1u6jfx_1124738143.3762@excelforum-nospam.com...
    >
    > I am trying to run sumproduct with two criteria, both with a horizontal
    > range. It does not seem to be working and is returnig a zero count.
    > Here is what my formula looks like:
    >
    > =SUMPRODUCT((E1:AS1="*Discussed*")*(E2:AS2="YES"))
    >
    > The criteria for E1:AS1 (Discussed) is one of several words.
    >
    > Any help would be greatly appreciated.
    >
    > Thanks!
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile:

    http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >




  28. #28
    Duke Carey
    Guest

    RE: sumproduct w/horizontal range not working

    Myabe:

    =SUMPRODUCT(--(SEARCH("Discussed",E1:AS1)>0),--(E2:AS2="Yes"))



    "dcd123" wrote:

    >
    > I am trying to run sumproduct with two criteria, both with a horizontal
    > range. It does not seem to be working and is returnig a zero count.
    > Here is what my formula looks like:
    >
    > =SUMPRODUCT((E1:AS1="*Discussed*")*(E2:AS2="YES"))
    >
    > The criteria for E1:AS1 (Discussed) is one of several words.
    >
    > Any help would be greatly appreciated.
    >
    > Thanks!
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile: http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >
    >


  29. #29
    Duke Carey
    Guest

    RE: sumproduct w/horizontal range not working

    Myabe:

    =SUMPRODUCT(--(SEARCH("Discussed",E1:AS1)>0),--(E2:AS2="Yes"))



    "dcd123" wrote:

    >
    > I am trying to run sumproduct with two criteria, both with a horizontal
    > range. It does not seem to be working and is returnig a zero count.
    > Here is what my formula looks like:
    >
    > =SUMPRODUCT((E1:AS1="*Discussed*")*(E2:AS2="YES"))
    >
    > The criteria for E1:AS1 (Discussed) is one of several words.
    >
    > Any help would be greatly appreciated.
    >
    > Thanks!
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile: http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >
    >


  30. #30
    Bob Phillips
    Guest

    Re: sumproduct w/horizontal range not working

    =SUMPRODUCT(--(ISNUMBER(SEARCH("Discussed",E1:AS1))),--(E2:AS2="YES"))

    --

    HTH

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


    "dcd123" <dcd123.1u6jfx_1124738143.3762@excelforum-nospam.com> wrote in
    message news:dcd123.1u6jfx_1124738143.3762@excelforum-nospam.com...
    >
    > I am trying to run sumproduct with two criteria, both with a horizontal
    > range. It does not seem to be working and is returnig a zero count.
    > Here is what my formula looks like:
    >
    > =SUMPRODUCT((E1:AS1="*Discussed*")*(E2:AS2="YES"))
    >
    > The criteria for E1:AS1 (Discussed) is one of several words.
    >
    > Any help would be greatly appreciated.
    >
    > Thanks!
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile:

    http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >




  31. #31
    Bob Phillips
    Guest

    Re: sumproduct w/horizontal range not working

    =SUMPRODUCT(--(ISNUMBER(SEARCH("Discussed",E1:AS1))),--(E2:AS2="YES"))

    --

    HTH

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


    "dcd123" <dcd123.1u6jfx_1124738143.3762@excelforum-nospam.com> wrote in
    message news:dcd123.1u6jfx_1124738143.3762@excelforum-nospam.com...
    >
    > I am trying to run sumproduct with two criteria, both with a horizontal
    > range. It does not seem to be working and is returnig a zero count.
    > Here is what my formula looks like:
    >
    > =SUMPRODUCT((E1:AS1="*Discussed*")*(E2:AS2="YES"))
    >
    > The criteria for E1:AS1 (Discussed) is one of several words.
    >
    > Any help would be greatly appreciated.
    >
    > Thanks!
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile:

    http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >




  32. #32
    Duke Carey
    Guest

    RE: sumproduct w/horizontal range not working

    Myabe:

    =SUMPRODUCT(--(SEARCH("Discussed",E1:AS1)>0),--(E2:AS2="Yes"))



    "dcd123" wrote:

    >
    > I am trying to run sumproduct with two criteria, both with a horizontal
    > range. It does not seem to be working and is returnig a zero count.
    > Here is what my formula looks like:
    >
    > =SUMPRODUCT((E1:AS1="*Discussed*")*(E2:AS2="YES"))
    >
    > The criteria for E1:AS1 (Discussed) is one of several words.
    >
    > Any help would be greatly appreciated.
    >
    > Thanks!
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile: http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >
    >


  33. #33
    Bob Phillips
    Guest

    Re: sumproduct w/horizontal range not working

    =SUMPRODUCT(--(ISNUMBER(SEARCH("Discussed",E1:AS1))),--(E2:AS2="YES"))

    --

    HTH

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


    "dcd123" <dcd123.1u6jfx_1124738143.3762@excelforum-nospam.com> wrote in
    message news:dcd123.1u6jfx_1124738143.3762@excelforum-nospam.com...
    >
    > I am trying to run sumproduct with two criteria, both with a horizontal
    > range. It does not seem to be working and is returnig a zero count.
    > Here is what my formula looks like:
    >
    > =SUMPRODUCT((E1:AS1="*Discussed*")*(E2:AS2="YES"))
    >
    > The criteria for E1:AS1 (Discussed) is one of several words.
    >
    > Any help would be greatly appreciated.
    >
    > Thanks!
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile:

    http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >




  34. #34
    Duke Carey
    Guest

    RE: sumproduct w/horizontal range not working

    Myabe:

    =SUMPRODUCT(--(SEARCH("Discussed",E1:AS1)>0),--(E2:AS2="Yes"))



    "dcd123" wrote:

    >
    > I am trying to run sumproduct with two criteria, both with a horizontal
    > range. It does not seem to be working and is returnig a zero count.
    > Here is what my formula looks like:
    >
    > =SUMPRODUCT((E1:AS1="*Discussed*")*(E2:AS2="YES"))
    >
    > The criteria for E1:AS1 (Discussed) is one of several words.
    >
    > Any help would be greatly appreciated.
    >
    > Thanks!
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile: http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >
    >


  35. #35
    Bob Phillips
    Guest

    Re: sumproduct w/horizontal range not working

    =SUMPRODUCT(--(ISNUMBER(SEARCH("Discussed",E1:AS1))),--(E2:AS2="YES"))

    --

    HTH

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


    "dcd123" <dcd123.1u6jfx_1124738143.3762@excelforum-nospam.com> wrote in
    message news:dcd123.1u6jfx_1124738143.3762@excelforum-nospam.com...
    >
    > I am trying to run sumproduct with two criteria, both with a horizontal
    > range. It does not seem to be working and is returnig a zero count.
    > Here is what my formula looks like:
    >
    > =SUMPRODUCT((E1:AS1="*Discussed*")*(E2:AS2="YES"))
    >
    > The criteria for E1:AS1 (Discussed) is one of several words.
    >
    > Any help would be greatly appreciated.
    >
    > Thanks!
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile:

    http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >




  36. #36
    Duke Carey
    Guest

    RE: sumproduct w/horizontal range not working

    Myabe:

    =SUMPRODUCT(--(SEARCH("Discussed",E1:AS1)>0),--(E2:AS2="Yes"))



    "dcd123" wrote:

    >
    > I am trying to run sumproduct with two criteria, both with a horizontal
    > range. It does not seem to be working and is returnig a zero count.
    > Here is what my formula looks like:
    >
    > =SUMPRODUCT((E1:AS1="*Discussed*")*(E2:AS2="YES"))
    >
    > The criteria for E1:AS1 (Discussed) is one of several words.
    >
    > Any help would be greatly appreciated.
    >
    > Thanks!
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile: http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >
    >


  37. #37
    Duke Carey
    Guest

    RE: sumproduct w/horizontal range not working

    Myabe:

    =SUMPRODUCT(--(SEARCH("Discussed",E1:AS1)>0),--(E2:AS2="Yes"))



    "dcd123" wrote:

    >
    > I am trying to run sumproduct with two criteria, both with a horizontal
    > range. It does not seem to be working and is returnig a zero count.
    > Here is what my formula looks like:
    >
    > =SUMPRODUCT((E1:AS1="*Discussed*")*(E2:AS2="YES"))
    >
    > The criteria for E1:AS1 (Discussed) is one of several words.
    >
    > Any help would be greatly appreciated.
    >
    > Thanks!
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile: http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >
    >


  38. #38
    Bob Phillips
    Guest

    Re: sumproduct w/horizontal range not working

    =SUMPRODUCT(--(ISNUMBER(SEARCH("Discussed",E1:AS1))),--(E2:AS2="YES"))

    --

    HTH

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


    "dcd123" <dcd123.1u6jfx_1124738143.3762@excelforum-nospam.com> wrote in
    message news:dcd123.1u6jfx_1124738143.3762@excelforum-nospam.com...
    >
    > I am trying to run sumproduct with two criteria, both with a horizontal
    > range. It does not seem to be working and is returnig a zero count.
    > Here is what my formula looks like:
    >
    > =SUMPRODUCT((E1:AS1="*Discussed*")*(E2:AS2="YES"))
    >
    > The criteria for E1:AS1 (Discussed) is one of several words.
    >
    > Any help would be greatly appreciated.
    >
    > Thanks!
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile:

    http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >




  39. #39
    Bob Phillips
    Guest

    Re: sumproduct w/horizontal range not working

    =SUMPRODUCT(--(ISNUMBER(SEARCH("Discussed",E1:AS1))),--(E2:AS2="YES"))

    --

    HTH

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


    "dcd123" <dcd123.1u6jfx_1124738143.3762@excelforum-nospam.com> wrote in
    message news:dcd123.1u6jfx_1124738143.3762@excelforum-nospam.com...
    >
    > I am trying to run sumproduct with two criteria, both with a horizontal
    > range. It does not seem to be working and is returnig a zero count.
    > Here is what my formula looks like:
    >
    > =SUMPRODUCT((E1:AS1="*Discussed*")*(E2:AS2="YES"))
    >
    > The criteria for E1:AS1 (Discussed) is one of several words.
    >
    > Any help would be greatly appreciated.
    >
    > Thanks!
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile:

    http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >




  40. #40
    Duke Carey
    Guest

    RE: sumproduct w/horizontal range not working

    Myabe:

    =SUMPRODUCT(--(SEARCH("Discussed",E1:AS1)>0),--(E2:AS2="Yes"))



    "dcd123" wrote:

    >
    > I am trying to run sumproduct with two criteria, both with a horizontal
    > range. It does not seem to be working and is returnig a zero count.
    > Here is what my formula looks like:
    >
    > =SUMPRODUCT((E1:AS1="*Discussed*")*(E2:AS2="YES"))
    >
    > The criteria for E1:AS1 (Discussed) is one of several words.
    >
    > Any help would be greatly appreciated.
    >
    > Thanks!
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile: http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >
    >


  41. #41
    Duke Carey
    Guest

    RE: sumproduct w/horizontal range not working

    Myabe:

    =SUMPRODUCT(--(SEARCH("Discussed",E1:AS1)>0),--(E2:AS2="Yes"))



    "dcd123" wrote:

    >
    > I am trying to run sumproduct with two criteria, both with a horizontal
    > range. It does not seem to be working and is returnig a zero count.
    > Here is what my formula looks like:
    >
    > =SUMPRODUCT((E1:AS1="*Discussed*")*(E2:AS2="YES"))
    >
    > The criteria for E1:AS1 (Discussed) is one of several words.
    >
    > Any help would be greatly appreciated.
    >
    > Thanks!
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile: http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >
    >


  42. #42
    Duke Carey
    Guest

    RE: sumproduct w/horizontal range not working

    Myabe:

    =SUMPRODUCT(--(SEARCH("Discussed",E1:AS1)>0),--(E2:AS2="Yes"))



    "dcd123" wrote:

    >
    > I am trying to run sumproduct with two criteria, both with a horizontal
    > range. It does not seem to be working and is returnig a zero count.
    > Here is what my formula looks like:
    >
    > =SUMPRODUCT((E1:AS1="*Discussed*")*(E2:AS2="YES"))
    >
    > The criteria for E1:AS1 (Discussed) is one of several words.
    >
    > Any help would be greatly appreciated.
    >
    > Thanks!
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile: http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >
    >


  43. #43
    Bob Phillips
    Guest

    Re: sumproduct w/horizontal range not working

    =SUMPRODUCT(--(ISNUMBER(SEARCH("Discussed",E1:AS1))),--(E2:AS2="YES"))

    --

    HTH

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


    "dcd123" <dcd123.1u6jfx_1124738143.3762@excelforum-nospam.com> wrote in
    message news:dcd123.1u6jfx_1124738143.3762@excelforum-nospam.com...
    >
    > I am trying to run sumproduct with two criteria, both with a horizontal
    > range. It does not seem to be working and is returnig a zero count.
    > Here is what my formula looks like:
    >
    > =SUMPRODUCT((E1:AS1="*Discussed*")*(E2:AS2="YES"))
    >
    > The criteria for E1:AS1 (Discussed) is one of several words.
    >
    > Any help would be greatly appreciated.
    >
    > Thanks!
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile:

    http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >




  44. #44
    Bob Phillips
    Guest

    Re: sumproduct w/horizontal range not working

    =SUMPRODUCT(--(ISNUMBER(SEARCH("Discussed",E1:AS1))),--(E2:AS2="YES"))

    --

    HTH

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


    "dcd123" <dcd123.1u6jfx_1124738143.3762@excelforum-nospam.com> wrote in
    message news:dcd123.1u6jfx_1124738143.3762@excelforum-nospam.com...
    >
    > I am trying to run sumproduct with two criteria, both with a horizontal
    > range. It does not seem to be working and is returnig a zero count.
    > Here is what my formula looks like:
    >
    > =SUMPRODUCT((E1:AS1="*Discussed*")*(E2:AS2="YES"))
    >
    > The criteria for E1:AS1 (Discussed) is one of several words.
    >
    > Any help would be greatly appreciated.
    >
    > Thanks!
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile:

    http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >




  45. #45
    Bob Phillips
    Guest

    Re: sumproduct w/horizontal range not working

    =SUMPRODUCT(--(ISNUMBER(SEARCH("Discussed",E1:AS1))),--(E2:AS2="YES"))

    --

    HTH

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


    "dcd123" <dcd123.1u6jfx_1124738143.3762@excelforum-nospam.com> wrote in
    message news:dcd123.1u6jfx_1124738143.3762@excelforum-nospam.com...
    >
    > I am trying to run sumproduct with two criteria, both with a horizontal
    > range. It does not seem to be working and is returnig a zero count.
    > Here is what my formula looks like:
    >
    > =SUMPRODUCT((E1:AS1="*Discussed*")*(E2:AS2="YES"))
    >
    > The criteria for E1:AS1 (Discussed) is one of several words.
    >
    > Any help would be greatly appreciated.
    >
    > Thanks!
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile:

    http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >




  46. #46
    Duke Carey
    Guest

    RE: sumproduct w/horizontal range not working

    Myabe:

    =SUMPRODUCT(--(SEARCH("Discussed",E1:AS1)>0),--(E2:AS2="Yes"))



    "dcd123" wrote:

    >
    > I am trying to run sumproduct with two criteria, both with a horizontal
    > range. It does not seem to be working and is returnig a zero count.
    > Here is what my formula looks like:
    >
    > =SUMPRODUCT((E1:AS1="*Discussed*")*(E2:AS2="YES"))
    >
    > The criteria for E1:AS1 (Discussed) is one of several words.
    >
    > Any help would be greatly appreciated.
    >
    > Thanks!
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile: http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >
    >


  47. #47
    Duke Carey
    Guest

    RE: sumproduct w/horizontal range not working

    Myabe:

    =SUMPRODUCT(--(SEARCH("Discussed",E1:AS1)>0),--(E2:AS2="Yes"))



    "dcd123" wrote:

    >
    > I am trying to run sumproduct with two criteria, both with a horizontal
    > range. It does not seem to be working and is returnig a zero count.
    > Here is what my formula looks like:
    >
    > =SUMPRODUCT((E1:AS1="*Discussed*")*(E2:AS2="YES"))
    >
    > The criteria for E1:AS1 (Discussed) is one of several words.
    >
    > Any help would be greatly appreciated.
    >
    > Thanks!
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile: http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >
    >


  48. #48
    Duke Carey
    Guest

    RE: sumproduct w/horizontal range not working

    Myabe:

    =SUMPRODUCT(--(SEARCH("Discussed",E1:AS1)>0),--(E2:AS2="Yes"))



    "dcd123" wrote:

    >
    > I am trying to run sumproduct with two criteria, both with a horizontal
    > range. It does not seem to be working and is returnig a zero count.
    > Here is what my formula looks like:
    >
    > =SUMPRODUCT((E1:AS1="*Discussed*")*(E2:AS2="YES"))
    >
    > The criteria for E1:AS1 (Discussed) is one of several words.
    >
    > Any help would be greatly appreciated.
    >
    > Thanks!
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile: http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >
    >


  49. #49
    Duke Carey
    Guest

    RE: sumproduct w/horizontal range not working

    Myabe:

    =SUMPRODUCT(--(SEARCH("Discussed",E1:AS1)>0),--(E2:AS2="Yes"))



    "dcd123" wrote:

    >
    > I am trying to run sumproduct with two criteria, both with a horizontal
    > range. It does not seem to be working and is returnig a zero count.
    > Here is what my formula looks like:
    >
    > =SUMPRODUCT((E1:AS1="*Discussed*")*(E2:AS2="YES"))
    >
    > The criteria for E1:AS1 (Discussed) is one of several words.
    >
    > Any help would be greatly appreciated.
    >
    > Thanks!
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile: http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >
    >


  50. #50
    Duke Carey
    Guest

    RE: sumproduct w/horizontal range not working

    Myabe:

    =SUMPRODUCT(--(SEARCH("Discussed",E1:AS1)>0),--(E2:AS2="Yes"))



    "dcd123" wrote:

    >
    > I am trying to run sumproduct with two criteria, both with a horizontal
    > range. It does not seem to be working and is returnig a zero count.
    > Here is what my formula looks like:
    >
    > =SUMPRODUCT((E1:AS1="*Discussed*")*(E2:AS2="YES"))
    >
    > The criteria for E1:AS1 (Discussed) is one of several words.
    >
    > Any help would be greatly appreciated.
    >
    > Thanks!
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile: http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >
    >


  51. #51
    Bob Phillips
    Guest

    Re: sumproduct w/horizontal range not working

    =SUMPRODUCT(--(ISNUMBER(SEARCH("Discussed",E1:AS1))),--(E2:AS2="YES"))

    --

    HTH

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


    "dcd123" <dcd123.1u6jfx_1124738143.3762@excelforum-nospam.com> wrote in
    message news:dcd123.1u6jfx_1124738143.3762@excelforum-nospam.com...
    >
    > I am trying to run sumproduct with two criteria, both with a horizontal
    > range. It does not seem to be working and is returnig a zero count.
    > Here is what my formula looks like:
    >
    > =SUMPRODUCT((E1:AS1="*Discussed*")*(E2:AS2="YES"))
    >
    > The criteria for E1:AS1 (Discussed) is one of several words.
    >
    > Any help would be greatly appreciated.
    >
    > Thanks!
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile:

    http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >




  52. #52
    Bob Phillips
    Guest

    Re: sumproduct w/horizontal range not working

    =SUMPRODUCT(--(ISNUMBER(SEARCH("Discussed",E1:AS1))),--(E2:AS2="YES"))

    --

    HTH

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


    "dcd123" <dcd123.1u6jfx_1124738143.3762@excelforum-nospam.com> wrote in
    message news:dcd123.1u6jfx_1124738143.3762@excelforum-nospam.com...
    >
    > I am trying to run sumproduct with two criteria, both with a horizontal
    > range. It does not seem to be working and is returnig a zero count.
    > Here is what my formula looks like:
    >
    > =SUMPRODUCT((E1:AS1="*Discussed*")*(E2:AS2="YES"))
    >
    > The criteria for E1:AS1 (Discussed) is one of several words.
    >
    > Any help would be greatly appreciated.
    >
    > Thanks!
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile:

    http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >




  53. #53
    Bob Phillips
    Guest

    Re: sumproduct w/horizontal range not working

    =SUMPRODUCT(--(ISNUMBER(SEARCH("Discussed",E1:AS1))),--(E2:AS2="YES"))

    --

    HTH

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


    "dcd123" <dcd123.1u6jfx_1124738143.3762@excelforum-nospam.com> wrote in
    message news:dcd123.1u6jfx_1124738143.3762@excelforum-nospam.com...
    >
    > I am trying to run sumproduct with two criteria, both with a horizontal
    > range. It does not seem to be working and is returnig a zero count.
    > Here is what my formula looks like:
    >
    > =SUMPRODUCT((E1:AS1="*Discussed*")*(E2:AS2="YES"))
    >
    > The criteria for E1:AS1 (Discussed) is one of several words.
    >
    > Any help would be greatly appreciated.
    >
    > Thanks!
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile:

    http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >




  54. #54
    Bob Phillips
    Guest

    Re: sumproduct w/horizontal range not working

    =SUMPRODUCT(--(ISNUMBER(SEARCH("Discussed",E1:AS1))),--(E2:AS2="YES"))

    --

    HTH

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


    "dcd123" <dcd123.1u6jfx_1124738143.3762@excelforum-nospam.com> wrote in
    message news:dcd123.1u6jfx_1124738143.3762@excelforum-nospam.com...
    >
    > I am trying to run sumproduct with two criteria, both with a horizontal
    > range. It does not seem to be working and is returnig a zero count.
    > Here is what my formula looks like:
    >
    > =SUMPRODUCT((E1:AS1="*Discussed*")*(E2:AS2="YES"))
    >
    > The criteria for E1:AS1 (Discussed) is one of several words.
    >
    > Any help would be greatly appreciated.
    >
    > Thanks!
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile:

    http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >




  55. #55
    Bob Phillips
    Guest

    Re: sumproduct w/horizontal range not working

    =SUMPRODUCT(--(ISNUMBER(SEARCH("Discussed",E1:AS1))),--(E2:AS2="YES"))

    --

    HTH

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


    "dcd123" <dcd123.1u6jfx_1124738143.3762@excelforum-nospam.com> wrote in
    message news:dcd123.1u6jfx_1124738143.3762@excelforum-nospam.com...
    >
    > I am trying to run sumproduct with two criteria, both with a horizontal
    > range. It does not seem to be working and is returnig a zero count.
    > Here is what my formula looks like:
    >
    > =SUMPRODUCT((E1:AS1="*Discussed*")*(E2:AS2="YES"))
    >
    > The criteria for E1:AS1 (Discussed) is one of several words.
    >
    > Any help would be greatly appreciated.
    >
    > Thanks!
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile:

    http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >




  56. #56
    Duke Carey
    Guest

    RE: sumproduct w/horizontal range not working

    Myabe:

    =SUMPRODUCT(--(SEARCH("Discussed",E1:AS1)>0),--(E2:AS2="Yes"))



    "dcd123" wrote:

    >
    > I am trying to run sumproduct with two criteria, both with a horizontal
    > range. It does not seem to be working and is returnig a zero count.
    > Here is what my formula looks like:
    >
    > =SUMPRODUCT((E1:AS1="*Discussed*")*(E2:AS2="YES"))
    >
    > The criteria for E1:AS1 (Discussed) is one of several words.
    >
    > Any help would be greatly appreciated.
    >
    > Thanks!
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile: http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >
    >


  57. #57
    Duke Carey
    Guest

    RE: sumproduct w/horizontal range not working

    Myabe:

    =SUMPRODUCT(--(SEARCH("Discussed",E1:AS1)>0),--(E2:AS2="Yes"))



    "dcd123" wrote:

    >
    > I am trying to run sumproduct with two criteria, both with a horizontal
    > range. It does not seem to be working and is returnig a zero count.
    > Here is what my formula looks like:
    >
    > =SUMPRODUCT((E1:AS1="*Discussed*")*(E2:AS2="YES"))
    >
    > The criteria for E1:AS1 (Discussed) is one of several words.
    >
    > Any help would be greatly appreciated.
    >
    > Thanks!
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile: http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >
    >


  58. #58
    Duke Carey
    Guest

    RE: sumproduct w/horizontal range not working

    Myabe:

    =SUMPRODUCT(--(SEARCH("Discussed",E1:AS1)>0),--(E2:AS2="Yes"))



    "dcd123" wrote:

    >
    > I am trying to run sumproduct with two criteria, both with a horizontal
    > range. It does not seem to be working and is returnig a zero count.
    > Here is what my formula looks like:
    >
    > =SUMPRODUCT((E1:AS1="*Discussed*")*(E2:AS2="YES"))
    >
    > The criteria for E1:AS1 (Discussed) is one of several words.
    >
    > Any help would be greatly appreciated.
    >
    > Thanks!
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile: http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >
    >


  59. #59
    Duke Carey
    Guest

    RE: sumproduct w/horizontal range not working

    Myabe:

    =SUMPRODUCT(--(SEARCH("Discussed",E1:AS1)>0),--(E2:AS2="Yes"))



    "dcd123" wrote:

    >
    > I am trying to run sumproduct with two criteria, both with a horizontal
    > range. It does not seem to be working and is returnig a zero count.
    > Here is what my formula looks like:
    >
    > =SUMPRODUCT((E1:AS1="*Discussed*")*(E2:AS2="YES"))
    >
    > The criteria for E1:AS1 (Discussed) is one of several words.
    >
    > Any help would be greatly appreciated.
    >
    > Thanks!
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile: http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >
    >


  60. #60
    Duke Carey
    Guest

    RE: sumproduct w/horizontal range not working

    Myabe:

    =SUMPRODUCT(--(SEARCH("Discussed",E1:AS1)>0),--(E2:AS2="Yes"))



    "dcd123" wrote:

    >
    > I am trying to run sumproduct with two criteria, both with a horizontal
    > range. It does not seem to be working and is returnig a zero count.
    > Here is what my formula looks like:
    >
    > =SUMPRODUCT((E1:AS1="*Discussed*")*(E2:AS2="YES"))
    >
    > The criteria for E1:AS1 (Discussed) is one of several words.
    >
    > Any help would be greatly appreciated.
    >
    > Thanks!
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile: http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >
    >


  61. #61
    Bob Phillips
    Guest

    Re: sumproduct w/horizontal range not working

    =SUMPRODUCT(--(ISNUMBER(SEARCH("Discussed",E1:AS1))),--(E2:AS2="YES"))

    --

    HTH

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


    "dcd123" <dcd123.1u6jfx_1124738143.3762@excelforum-nospam.com> wrote in
    message news:dcd123.1u6jfx_1124738143.3762@excelforum-nospam.com...
    >
    > I am trying to run sumproduct with two criteria, both with a horizontal
    > range. It does not seem to be working and is returnig a zero count.
    > Here is what my formula looks like:
    >
    > =SUMPRODUCT((E1:AS1="*Discussed*")*(E2:AS2="YES"))
    >
    > The criteria for E1:AS1 (Discussed) is one of several words.
    >
    > Any help would be greatly appreciated.
    >
    > Thanks!
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile:

    http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >




  62. #62
    Bob Phillips
    Guest

    Re: sumproduct w/horizontal range not working

    =SUMPRODUCT(--(ISNUMBER(SEARCH("Discussed",E1:AS1))),--(E2:AS2="YES"))

    --

    HTH

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


    "dcd123" <dcd123.1u6jfx_1124738143.3762@excelforum-nospam.com> wrote in
    message news:dcd123.1u6jfx_1124738143.3762@excelforum-nospam.com...
    >
    > I am trying to run sumproduct with two criteria, both with a horizontal
    > range. It does not seem to be working and is returnig a zero count.
    > Here is what my formula looks like:
    >
    > =SUMPRODUCT((E1:AS1="*Discussed*")*(E2:AS2="YES"))
    >
    > The criteria for E1:AS1 (Discussed) is one of several words.
    >
    > Any help would be greatly appreciated.
    >
    > Thanks!
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile:

    http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >




  63. #63
    Bob Phillips
    Guest

    Re: sumproduct w/horizontal range not working

    =SUMPRODUCT(--(ISNUMBER(SEARCH("Discussed",E1:AS1))),--(E2:AS2="YES"))

    --

    HTH

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


    "dcd123" <dcd123.1u6jfx_1124738143.3762@excelforum-nospam.com> wrote in
    message news:dcd123.1u6jfx_1124738143.3762@excelforum-nospam.com...
    >
    > I am trying to run sumproduct with two criteria, both with a horizontal
    > range. It does not seem to be working and is returnig a zero count.
    > Here is what my formula looks like:
    >
    > =SUMPRODUCT((E1:AS1="*Discussed*")*(E2:AS2="YES"))
    >
    > The criteria for E1:AS1 (Discussed) is one of several words.
    >
    > Any help would be greatly appreciated.
    >
    > Thanks!
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile:

    http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >




  64. #64
    Bob Phillips
    Guest

    Re: sumproduct w/horizontal range not working

    =SUMPRODUCT(--(ISNUMBER(SEARCH("Discussed",E1:AS1))),--(E2:AS2="YES"))

    --

    HTH

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


    "dcd123" <dcd123.1u6jfx_1124738143.3762@excelforum-nospam.com> wrote in
    message news:dcd123.1u6jfx_1124738143.3762@excelforum-nospam.com...
    >
    > I am trying to run sumproduct with two criteria, both with a horizontal
    > range. It does not seem to be working and is returnig a zero count.
    > Here is what my formula looks like:
    >
    > =SUMPRODUCT((E1:AS1="*Discussed*")*(E2:AS2="YES"))
    >
    > The criteria for E1:AS1 (Discussed) is one of several words.
    >
    > Any help would be greatly appreciated.
    >
    > Thanks!
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile:

    http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >




  65. #65
    Bob Phillips
    Guest

    Re: sumproduct w/horizontal range not working

    =SUMPRODUCT(--(ISNUMBER(SEARCH("Discussed",E1:AS1))),--(E2:AS2="YES"))

    --

    HTH

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


    "dcd123" <dcd123.1u6jfx_1124738143.3762@excelforum-nospam.com> wrote in
    message news:dcd123.1u6jfx_1124738143.3762@excelforum-nospam.com...
    >
    > I am trying to run sumproduct with two criteria, both with a horizontal
    > range. It does not seem to be working and is returnig a zero count.
    > Here is what my formula looks like:
    >
    > =SUMPRODUCT((E1:AS1="*Discussed*")*(E2:AS2="YES"))
    >
    > The criteria for E1:AS1 (Discussed) is one of several words.
    >
    > Any help would be greatly appreciated.
    >
    > Thanks!
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile:

    http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >




  66. #66
    Duke Carey
    Guest

    RE: sumproduct w/horizontal range not working

    Myabe:

    =SUMPRODUCT(--(SEARCH("Discussed",E1:AS1)>0),--(E2:AS2="Yes"))



    "dcd123" wrote:

    >
    > I am trying to run sumproduct with two criteria, both with a horizontal
    > range. It does not seem to be working and is returnig a zero count.
    > Here is what my formula looks like:
    >
    > =SUMPRODUCT((E1:AS1="*Discussed*")*(E2:AS2="YES"))
    >
    > The criteria for E1:AS1 (Discussed) is one of several words.
    >
    > Any help would be greatly appreciated.
    >
    > Thanks!
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile: http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >
    >


  67. #67
    Bob Phillips
    Guest

    Re: sumproduct w/horizontal range not working

    =SUMPRODUCT(--(ISNUMBER(SEARCH("Discussed",E1:AS1))),--(E2:AS2="YES"))

    --

    HTH

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


    "dcd123" <dcd123.1u6jfx_1124738143.3762@excelforum-nospam.com> wrote in
    message news:dcd123.1u6jfx_1124738143.3762@excelforum-nospam.com...
    >
    > I am trying to run sumproduct with two criteria, both with a horizontal
    > range. It does not seem to be working and is returnig a zero count.
    > Here is what my formula looks like:
    >
    > =SUMPRODUCT((E1:AS1="*Discussed*")*(E2:AS2="YES"))
    >
    > The criteria for E1:AS1 (Discussed) is one of several words.
    >
    > Any help would be greatly appreciated.
    >
    > Thanks!
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile:

    http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=397880
    >




+ 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