+ Reply to Thread
Results 1 to 6 of 6

Thread: using Exact with isnumber

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

    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 12:00 AM.

  2. #2
    Forum Guru 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Vienna, VA, USA
    MS-Off Ver
    Excel 2003, 2007
    Posts
    2,257

    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.
    Making the world a better place one fret at a time
    ||||||

    If someone helped you, please click on the star icon at the bottom of their post

    If your problem is solved, please update the first post:
    EDIT, Go Advanced button, set Prefix to SOLVED

    [code]
    ' Enclose code in tags like this
    [/code]

    Don't attach a screenshot
    --just attach your Excel file! It's easier and will let us experiment with your data, formulas, and code.

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

    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-25-2011 at 11:35 PM.

  4. #4
    Forum Guru jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    San Antonio, TX
    MS-Off Ver
    Excel 2007
    Posts
    2,573

    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

    If you like the answer(s) provided, why not add some reputation by clicking the * below
    Please use [ Code ] tags when posting [ /Code ]
    Please view/read the Forum rules --- How to mark a thread as solved

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

    Re: using Exact with isnumber

    Yes it does perfect thankyou!

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

    Cheers!

  6. #6
    Forum Guru jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    San Antonio, TX
    MS-Off Ver
    Excel 2007
    Posts
    2,573

    Re: using Exact with isnumber

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

    Glad it is all sorted for you.
    HTH
    Regards, Jeff

    If you like the answer(s) provided, why not add some reputation by clicking the * below
    Please use [ Code ] tags when posting [ /Code ]
    Please view/read the Forum rules --- How to mark a thread as solved

+ 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.2.0