Guys - could you please help me with the following problem..
I have a thousand of entries in a column. Each entry contains many different entries all separated by a semicolon. Suppose it's the state names, i.e. one cell has Washington; California; Nevada -- and another cell has Illinois; Indiana; Alaska; Arizona.
What I need is to search within each of these 1000 entries (just fill the formula down), but want to search a set number of states (suppose I define Florida, Arizona, Nevada).
So if the entry has one of these states, return a 1, if it doesn't have these states, return a zero.
What complicates this is that it's basically looking up a string within a set of entries. I could try "if(isnumber(find(index of states, entry)), 1, 0)", but it's not working... help?
would be greatly appreciated, thanks..
I have a thousand of entries in a column. Each entry contains many different entries all separated by a semicolon. Suppose it's the state names, i.e. one cell has Washington; California; Nevada -- and another cell has Illinois; Indiana; Alaska; Arizona.
What I need is to search within each of these 1000 entries (just fill the formula down), but want to search a set number of states (suppose I define Florida, Arizona, Nevada).
So if the entry has one of these states, return a 1, if it doesn't have these states, return a zero.
What complicates this is that it's basically looking up a string within a set of entries. I could try "if(isnumber(find(index of states, entry)), 1, 0)", but it's not working... help?
would be greatly appreciated, thanks..