STEVEMILLS04
Board Regular
- Joined
- Oct 8, 2009
- Messages
- 113
I run a report from our HR system that outputs a True/False column as a string (verified using =TYPE() formula). When attempting to do the countif formula below on the column it does not count them:
It works when I change the column to a Boolean and change the formula to FALSE rather than "False" but this would not be my preferred method because I don't want to have to edit the column every time I run the report.
Any tips?
Code:
=COUNTIF(TermList[Is Voluntary?],"False")
It works when I change the column to a Boolean and change the formula to FALSE rather than "False" but this would not be my preferred method because I don't want to have to edit the column every time I run the report.
Any tips?
Last edited: