=COUNTIFS({Client Name/Planter Location}, Client@row, {Bed Plants (Early Spring)}, 1)
I'm trying to match a name on a current sheet with that on another sheet; and on the other sheet, the name may appear multiple times with one or more checked boxes under Bed Plants Early spring.
The results are: a box gets checked or i get the boolean expected error. I checked the source sheet: if the Bed Plants early spring has multiple checked boxes, I get a boolean expected; if there is only one box checked, I get a box checked.
How do i just get the box to be checked.