Hi guys,
I've stumbled into a problem I've got this formula:
I'm creating a countIFs, but I've hit a wall in my knowledge.. the only problem i have with the formula is the ISNUMBER(SEARCH part, for simplicity purposes i'll use the word "hello" that is stored in cell "HD$2".
So there are 4 ways "hello" can appear in Range ("N:N"). I want to countIF the following three ways:
,hello
hello,
hello
The fourth way "hello" can appear is:
?hello
"?" is 1 random character that character is always a letter (i want to avoid counting these):
ghello
phello
thello
I want to try do this with cell references, in one formula. Is this possible?
Thanks,
I've stumbled into a problem I've got this formula:
Code:
=SUMPRODUCT(((*Sheetname*$I:$I=$A37)*(*Sheetname*$H:$H>=$A$93)*(*Sheetname*$H:$H<=$A$94)*(ISNUMBER(SEARCH(HD$2,*Sheetname*$N:$N))))
I'm creating a countIFs, but I've hit a wall in my knowledge.. the only problem i have with the formula is the ISNUMBER(SEARCH part, for simplicity purposes i'll use the word "hello" that is stored in cell "HD$2".
So there are 4 ways "hello" can appear in Range ("N:N"). I want to countIF the following three ways:
,hello
hello,
hello
The fourth way "hello" can appear is:
?hello
"?" is 1 random character that character is always a letter (i want to avoid counting these):
ghello
phello
thello
I want to try do this with cell references, in one formula. Is this possible?
Thanks,