i have a named range:
Set myrng = ActiveSheet.Range(Cells(x_rows, 2), Cells(y_rows, 2))
i want to get an average of the values in that range of all the cells where the cell is not colored red
i'm stuck.
concept is : average (myrng, cells where interior.color <>3)
suggestions?
thanks in advance,
rob
Set myrng = ActiveSheet.Range(Cells(x_rows, 2), Cells(y_rows, 2))
i want to get an average of the values in that range of all the cells where the cell is not colored red
i'm stuck.
concept is : average (myrng, cells where interior.color <>3)
suggestions?
thanks in advance,
rob