Countif not working in a table

hutch27

New Member
Joined
May 5, 2014
Messages
37
So I have a table in which i'm trying to add a check to see if any values in the last column of this table return a value of "FALSE" (it's worth mentioning that this "FALSE" is not strictly text - it's an IF formula result) . I'm using the CountIf formula but I can't seem to get it to work.

Here is my formula:

Code:
=IF(COUNTIF(Table_main[CHECK (GL Date)],"FALSE"),"YES","NO")


Here is an example of the table -

Column 1 Column 2 Column 3 Column 4
Name A 4/2/2018 4/3/2018 FALSE =IF(B2=C2,"TRUE","FALSE")
Name B 4/3/2018 4/3/2018 TRUE =IF(B3=C3,"TRUE","FALSE")
Name C 4/4/2018 4/4/2018 TRUE =IF(B4=C4,"TRUE","FALSE")
 
Last edited:

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
If you remove the quotes from "TRUE" and "FALSE" in all your formulas, it should work. Does that meet your needs?
 
Upvote 0

Forum statistics

Threads
1,214,780
Messages
6,121,522
Members
449,037
Latest member
tmmotairi

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top