I have a bunch of names in a column - Mike, Bob, Al, John, Fred, Jim, etc.
Does Excel have some sort of include or find that I can combine in an IF statement to tag only the guys I need?
If I find the names I need then enter some code like BD, otherwise blank.
Something like this:
=IF(EXISTS("Mike","John","Bob", A1),"BD","")
so if the A1 cell has Mike, John, or Bob, then the target cell equals BD, otherwise nothing.
thanks, J