Hi,
Some help would be really appreciated, going out of my mind and feel it should be painfully easy. I have a Gallery with 6 columns and each of them is a dropdown box with the same 3 choices which is a choices field in Sharepoint "Work", "Home", "A/L". I want to be able to count the rows and given me a total of how many times "Office" appears on a row.
CountRows( Filter( Gallery4.AllItems, DropdownKaren.Value = "Office" ))
I've been trying all sorts of variations around this but getting nowhere