ok almighty people.....
I currently have
=COUNTIFS({Depots1}, [Column1]23, {Product1}, FIND("Other", @cell) > 0)
This counts cells that depot is = column 1 row 23, if the product column contains the word Other (product column a multiple select cell, with free type option)
However I want to count cells that depot is = column 1 row 23, & Product column is not blank, & if product column does not contain data in primary column rows 24 - 47, this is a list of products...
I want it to basically count cells that have been free typed :)
Thank you