J
J_Dodds
=SUM(IF(($S$4:$S$600="Y")*
ISNUMBER(SEARCH("ASDA",'$K$4:$K$600)),'$N$4:$N$600))
I have a spreadsheet which currently uses the above formula, which
basically checks if one coloumn contains "asda", another coloumn
contains "Y" and adds u any figures in another column where both of
these instances are found.
However I need to create a similiar formular that will search for
multiple text and not just "asda" eg any of "asda", "ress" "consumer"
"assurance".
Finally I also need to use the multiple search but use a NOT eg
as above but does NOT contain ... eg any of "asda", "ress" "consumer"
"assurance".
Any help would be appreciated
ISNUMBER(SEARCH("ASDA",'$K$4:$K$600)),'$N$4:$N$600))
I have a spreadsheet which currently uses the above formula, which
basically checks if one coloumn contains "asda", another coloumn
contains "Y" and adds u any figures in another column where both of
these instances are found.
However I need to create a similiar formular that will search for
multiple text and not just "asda" eg any of "asda", "ress" "consumer"
"assurance".
Finally I also need to use the multiple search but use a NOT eg
as above but does NOT contain ... eg any of "asda", "ress" "consumer"
"assurance".
Any help would be appreciated