Afternoon All,
It is Friday afternoon and my brain has finally given up. Anyone know how I can include two wildcards in the forumla.
=SUMPRODUCT(ISNUMBER(SEARCH("f",B2:B5,1))*(C2:C5="car allowance")*(D2:D5))
I want to look up F and add another wildcard say R for the same column.
=SUMPRODUCT(ISNUMBER(SEARCH("f" & "r",B2:B5,1))*(C2:C5="car allowance")*(D2:D5))
Is this possible?
Thanks all
It is Friday afternoon and my brain has finally given up. Anyone know how I can include two wildcards in the forumla.
=SUMPRODUCT(ISNUMBER(SEARCH("f",B2:B5,1))*(C2:C5="car allowance")*(D2:D5))
I want to look up F and add another wildcard say R for the same column.
=SUMPRODUCT(ISNUMBER(SEARCH("f" & "r",B2:B5,1))*(C2:C5="car allowance")*(D2:D5))
Is this possible?
Thanks all