R
rbulph
How can I determine how many cells in a range contain at least one of
range of possible values? For example suppose each cell contains a lis
of colours such as "Red, Blue, Yellow". I can use COUNTIF with "*Red*
as the second argument to count the number of cells that contain "Red"
But if I want to count the number of cells that contain either or bot
of "Red" and "Blue" it seems much harder. How do I do this
range of possible values? For example suppose each cell contains a lis
of colours such as "Red, Blue, Yellow". I can use COUNTIF with "*Red*
as the second argument to count the number of cells that contain "Red"
But if I want to count the number of cells that contain either or bot
of "Red" and "Blue" it seems much harder. How do I do this