Dear Smartsheet Community,
I'm observing a strange problem and not sure whether it's because I'm doing something wrong:
I've used the COUNTIF function many times to count the number of checked checkboxes in a column, for example using =COUNTIF(CheckboxColumn:CheckboxColumn, TRUE) - and using the 'FALSE' equivalent to count unchecked checkboxes. All works fine and as expected - even if there are some rows with no checkboxes - e.g. those that are usually present at the bottom of a sheet.
However, I came across a weird thing the other day: when I use the COUNTIF function with a range reference to another sheet e.g. =COUNTIF({Checkbox Column in other sheet},FALSE) (where I used the reference range picker window to highlight the whole of the CheckboxColumn in order to get he equivalent of CheckboxColumn:CheckboxColumn) instead of getting a value that represents the number of checkboxes un-checked in that range, I get the number of rows with no checked checkbox - which includes the number of empty rows that usually appear at the bottom of a sheet.
The column in question is 'typed' as a Checkbox column, and there are no empty checkboxes in the empty rows at the bottom of the referenced sheet.
I wonder if anyone can shed some light on this behaviour, and how I can fix it to give me the same result I would expect if using the same formula on the same sheet as the column being counted.
Many thanks in advance!