snowman1976
Board Regular
- Joined
- Nov 4, 2008
- Messages
- 191
hello
I have this formula that I use to determine if I can 'kill' a row if it meets the 4 criteria's in a different tab called kill_list.
it works fine, but if I try to apply a wildcard in column B of the kill_list the formula fails. It wants a numeric value in order for it to work
what is the proper wildcard to use so I can apply the formula ? I have tried * and ? and neither work. is there a better method?
IF(COUNTIFS(kill_list!A:A,B17,kill_list!B:B,D17,kill_list!C:C,"<="&K17,kill_list!D:D,">="&K17)>0,"KILL","")
I have this formula that I use to determine if I can 'kill' a row if it meets the 4 criteria's in a different tab called kill_list.
it works fine, but if I try to apply a wildcard in column B of the kill_list the formula fails. It wants a numeric value in order for it to work
what is the proper wildcard to use so I can apply the formula ? I have tried * and ? and neither work. is there a better method?
IF(COUNTIFS(kill_list!A:A,B17,kill_list!B:B,D17,kill_list!C:C,"<="&K17,kill_list!D:D,">="&K17)>0,"KILL","")