Hi,
I am running an SQL statement query via Azure directly into Excel.
The data is from Salesforce and some of the columns contain Boolean values shown as true or false (left aligned all lower case).
An example of the data set is below:
Salesman Converted Date
Fred true 02/01/2018
Jim false 05/01/2018
Billy true 06/01/2018
I want to count the number of instances of true for the month of January i.e. 2 conversions. When I compile a Countifs formula it doesn't recognise 'True' in my range.
If I click in the cells and hit Enter the true becomes TRUE and centre aligned. Then the formula works.
Any help converting the cells out of Boolean within a Countif formula would be really helpful.
Thanks
I am running an SQL statement query via Azure directly into Excel.
The data is from Salesforce and some of the columns contain Boolean values shown as true or false (left aligned all lower case).
An example of the data set is below:
Salesman Converted Date
Fred true 02/01/2018
Jim false 05/01/2018
Billy true 06/01/2018
I want to count the number of instances of true for the month of January i.e. 2 conversions. When I compile a Countifs formula it doesn't recognise 'True' in my range.
If I click in the cells and hit Enter the true becomes TRUE and centre aligned. Then the formula works.
Any help converting the cells out of Boolean within a Countif formula would be really helpful.
Thanks