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

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
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,224,823
Messages
6,181,181
Members
453,022
Latest member
Mohamed Magdi Tawfiq Emam

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