+ Reply to Thread
Results 1 to 6 of 6

using Exact with isnumber

  1. #1
    Registered User
    Join Date
    08-31-2009
    Location
    Australia
    MS-Off Ver
    Excel 2003
    Posts
    19

    using Exact with isnumber

    I want to use "exact" insted of "search" in column G because of cell b4.

    exact and search retun true but when i put into isnumber i dont get the result i am expecting see I2

    does not work {
    =IF(OR(D3=0,D3=""),"",SUMPRODUCT(--ISNUMBER(EXACT("Yes",Con)),--ISNUMBER(EXACT(D3,List))))
    /} (Ctrl+Shift+Enter)
    Attached Files Attached Files
    Last edited by benaw; 02-26-2011 at 01:00 AM.

  2. #2
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,696

    Re: using Exact with isnumber

    I'm afraid it is impossible to tell what you are trying to do from your description, and it is just as impossible to tell from your sample file which does not have explanations or data that is meaningful.

    It is even more impossible to tell why the result you are getting is not what you want.

    I suggest you describe what you are trying to do and what are the relationships among all the data.
    Jeff
    | | |會 |會 |會 |會 | |:| | |會 |會
    Read the rules
    Use code tags to [code]enclose your code![/code]

  3. #3
    Registered User
    Join Date
    08-31-2009
    Location
    Australia
    MS-Off Ver
    Excel 2003
    Posts
    19

    Re: using Exact with isnumber

    I want a formula that will tell me the number of times "aa" ONLY is entered in List (B2:B17) with Yes next to it in Con (A2:A17) not to include aag (B4).

    i wanted to change search with exact thinking the result would be 2 in cell G2.
    Last edited by benaw; 02-26-2011 at 12:35 AM.

  4. #4
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: using Exact with isnumber

    Does this work and if not why? What should be returned?

    In J2 returns 2

    =SUMPRODUCT(--(Con="Yes"),--(List=$J$1))
    HTH
    Regards, Jeff

  5. #5
    Registered User
    Join Date
    08-31-2009
    Location
    Australia
    MS-Off Ver
    Excel 2003
    Posts
    19

    Re: using Exact with isnumber

    Yes it does perfect thankyou!

    way simpler, cant believe how complex i was makeing it...

    Cheers!

  6. #6
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: using Exact with isnumber

    No problem, we all have moments of over complicting things.

    Glad it is all sorted for you.

+ 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