Here are two ways to do the same thing (I have not actually tested it but I have done this sort of thing many times). Because you want to take the same action in either case, you can combine the two conditions. It is not necessary; some people might think the original is better for readability and some think that this is better for economy of expression. Also, strictly speaking the parentheses I added are not necessary because And takes precedence over Or, but I always use them in compound logical expressions to avoid any possibility of confusion.
Since you only care about what column the changed cell is in, a shorter way to write this is:
Bookmarks