Recent blog postsNavigation |
custom functionThis is the custom function, also known as User Defined Function that will count the number of cells in a specified range for the specified background color. 1. This function takes two arguments, first argument is the range of cells like A1:A2 and the second argument is cell that has the background color that you want to count. 2. How to use this function. Enter this in the cell where you want the count to be displayed. =count_background_color(A2:A16,A5) A2:A16 is the Range of Cells A5 is the cell with the background color that you want to count. Here is the function code. |
Recent comments
14 weeks 6 days ago