I have a large table (many rows and columns, and the numbers of both change from time to time). I want to have a column - call it "highlight" - such that an 'x' in the column automatically changes the background color of the whole table row in which the 'x' appears to something distinct. This row highlighting would be persistent, meaning that it remains until the 'x' is deleted.
Ideally, rather than a simple 'x,' the mark might be, say, 'y' to change the background to yellow, or 'r' to change it to red, etc. I can live with changing the background for the whole SHEET row, rather than just the TABLE row if that's necessary. It should be possible to highlight more than one row.
I've tried all of the usual formatting techniques (I think) but maybe not. Suffice it to say I'm comfortable enough with Excel to work in that arena if asomebody points the way.
I realize that accomplishing what I want may be an easy thing to do in VBA (maybe an if-else mechanism, or a case-of mechanism for this?), but I'm less comfortable in that environment. If that's the only way to do it however, so be it. I think I've played with VBA enough to 'maintain' a formula I've been provided with, and even modify it, but not enough to write one of any sophistication myself.
Any help appreciated. thanks in advance. - Jim