I am trying to count the number of selections in cells in a multi-select column (call it Column B) based on the values entered in Column A.
For example, IF Column A = "APPLE" how many total items have been selected in Column B for those rows.
Can this even be done?
I can get the value I need using COUNTM and selecting the specific cells myself, but when I need to add another row with "Apple" for example, I will have to go back and adjust my formula to include the new cell. I am trying to avoid doing that if at all possible.
Thanks to anyone who can help.