I have 2 columns of ID's, both of which may contain duplicates or blanks. What I need to do is if an ID in column A has textlonger than 3 characters in the same row in column B then *every occurance* of that Id in column A should be coloured red. I am basically flagging up that if an Id in column A has been allocated to something in column B then all occurances of that Id in colunm A can no longer be used, so colour anything with that Id in red.
So if column A had 5 occurances of LP111, and any one of those had XYZABCDE in column B then all 5 cells with that ID in column A would be red.
I'm sure its not that hard, just struggling to get my head around the logic for it.
So if column A had 5 occurances of LP111, and any one of those had XYZABCDE in column B then all 5 cells with that ID in column A would be red.
I'm sure its not that hard, just struggling to get my head around the logic for it.