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)
Last edited by benaw; 02-26-2011 at 12:00 AM.
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.
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.
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
Yes it does perfect thankyou!
way simpler, cant believe how complex i was makeing it...
Cheers!
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
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks