G
GerryK
Hi,
My situation is that I'd like to enter a text string in C2
and find out how many task codes from column B appear
associated with the entered string at C2.
This formula searches for my input text string, then
totals from column J.
SUMPRODUCT(--(ISNUMBER(SEARCH(C2,R3:R9999))),J3:J9999)
This formula (array entered and copied down) gives me an
incremental list of used task codes (there are only 8
codes possible) from the entire column B. List produced
identifies that a code was used only, and as the records
increase so does the list until all 8 are displayed.
INDEX($B$3:$B$9999,MATCH(0,COUNTIF
($I$8:$I8,$B$3:$B$9999),0))
Is there someway to merge the search concept with a unique
listing returned from B?
TIA and thanks to FK for help so far!
My situation is that I'd like to enter a text string in C2
and find out how many task codes from column B appear
associated with the entered string at C2.
This formula searches for my input text string, then
totals from column J.
SUMPRODUCT(--(ISNUMBER(SEARCH(C2,R3:R9999))),J3:J9999)
This formula (array entered and copied down) gives me an
incremental list of used task codes (there are only 8
codes possible) from the entire column B. List produced
identifies that a code was used only, and as the records
increase so does the list until all 8 are displayed.
INDEX($B$3:$B$9999,MATCH(0,COUNTIF
($I$8:$I8,$B$3:$B$9999),0))
Is there someway to merge the search concept with a unique
listing returned from B?
TIA and thanks to FK for help so far!