I have a column of dates and depending on the date, my conditional format will fill the cell with a specific color.
I am trying to count the number of cells with a specific color.
I've tried the GET.CELL function (although I may be doing it wrong) to try and return the background color value and the use the COUNT function get me my info. However from what I am understanding is GET.CELL won't return a color value if the color is produced automatically and seeing that I need my conditional formats in place to automatically highlight my cells I won't get that color number to count.
Due to how our sheets are setup I can't filter the values based on color which is why I am going the GET.CELL route. Basically I can't move or adjust the table. We're trying to have this done automatically.
Is there a way to work around this or is there a step I am missing to get this color count?
Thank you in advance
I am trying to count the number of cells with a specific color.
I've tried the GET.CELL function (although I may be doing it wrong) to try and return the background color value and the use the COUNT function get me my info. However from what I am understanding is GET.CELL won't return a color value if the color is produced automatically and seeing that I need my conditional formats in place to automatically highlight my cells I won't get that color number to count.
Due to how our sheets are setup I can't filter the values based on color which is why I am going the GET.CELL route. Basically I can't move or adjust the table. We're trying to have this done automatically.
Is there a way to work around this or is there a step I am missing to get this color count?
Thank you in advance