Rob Sutton
New Member
- Joined
- Feb 21, 2011
- Messages
- 6
Hello,
I am trying to use the countifs function to return the number of instances that meet a particular set of conditions.
One condition is that a particular attribute be False.
=countifs('RA Inductions and Completions'!I:I, "=False")
=countifs('RA Inductions and Completions'!I:I, "='False")
=countifs('RA Inductions and Completions'!I:I, False)
I have tried all three of the above formulae, but all return 0, despite there being a large number of instances that are 'False'.
The actual colum contains items that are strings, not logical values, i.e. the data is: 'False not False.
How do I correctly reference these cells to count the number of instances that are False?
Thanks,
Rob.
I am trying to use the countifs function to return the number of instances that meet a particular set of conditions.
One condition is that a particular attribute be False.
=countifs('RA Inductions and Completions'!I:I, "=False")
=countifs('RA Inductions and Completions'!I:I, "='False")
=countifs('RA Inductions and Completions'!I:I, False)
I have tried all three of the above formulae, but all return 0, despite there being a large number of instances that are 'False'.
The actual colum contains items that are strings, not logical values, i.e. the data is: 'False not False.
How do I correctly reference these cells to count the number of instances that are False?
Thanks,
Rob.