Is it possible to have the COUNTIF function operate on a set of noncontiguous cells?
For example, I’d like to create a named range of cells (Named). The cells in the named range are noncontiguous (e.g. B5, C7, D2).
Then I’d like to create a formula that is “=COUNTIF(Named,”test”)” so that it will count the number of cells in my named range that contain the word test.
Thanks…