I apologize in advance that I have not included the workbook or a screenshot of the workbook. Due to the sensitive nature of the information I am not able to show this data.
I have a single sheet table (report) that consists of over 20,000 rows across 18 columns. The vast majority of cells have the default white background. Any engineering changes to the information from the previous report are indicated by a background color of yellow.
The change in data could be a single cell in a row, multiple cells in a row, or an entire row. I need to filter the table to show only rows where any cell(s) have had engineering changes, or a yellow background.
I have tried to Filter by Color, and tried GET.CELL(63,OFFSET(INDIRECT neither of which result in what we are looking to do.
From a post I read I am testing using a 19th column where a formula will return TRUE if any of the cells in that row has a background other than white. Then I can filter the table to show only cells with a value of TRUE.
I can’t for the life of me figure out the IF formula to test for cell background color. Is this even possible? My hair can’t get much grayer…
If push comes to shove, I can use VBA but would prefer to do this with a formula instead.
Thanks in advance for reviewing my question and for any guidance that may help me on my way.