views:

16

answers:

0

Hi, first time here, so please treat me like a fool who knows nothing about anything. I have a very specific problem that i'm trying to find an answer to, and i'm hoping you might find this quite easy...

I'm working on a project where we need to create very long boolean queries from lists of keywords (up to 500), and i'm looking for a shortcut to create these (ideally in excel or notepad?).

So for example, my list might be:

dog
cat
bone
house

And my desired query would be:

(dog OR cat OR bone OR house)

Can anyone help?

Thanks!