Bracketing Issue COUNTA COUNTIF

ozbeachbum

Board Regular
Joined
Jun 3, 2015
Messages
243
Office Version
  1. 2021
Platform
  1. Windows
Hi,
I have the following formula which returns FALSE and I require TRUE.
I have tried numerous combinations and this is the closest I have gotten.
=COUNTA(BG64:BG356)-COUNTIF(BG64:BG356,0)=COUNTA(BI64:BI356)-COUNTIF(BI64:BI356,0)+(COUNTA(BK64:BK356)-COUNTIF(BK64:BK356,0))/2
COUNTA(BG64:BG356)-COUNTIF(BG64:BG356,0) RETURNS 7
COUNTA(BI64:BI356)-COUNTIF(BI64:BI356,0) RETURNS 7
(COUNTA(BK64:BK356)-COUNTIF(BK64:BK356,0))/2 RETURNS (53-46)/2; (7)/2; 3.5
7=7+3.5 RESULT 7=10.5 FALSE
What I am trying to achieve is:
7=(7+7) giving 14/2 giving 7 RESULT 7=7 TRUE
Trust this makes sense,
Thanks in advance.
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
Maybe
Excel Formula:
=COUNTA(BG64:BG356)-COUNTIF(BG64:BG356,0)=(COUNTA(BI64:BI356)-COUNTIF(BI64:BI356,0)+(COUNTA(BK64:BK356)-COUNTIF(BK64:BK356,0)))/2
 
Upvote 0
Solution
Thanks Fluff works perfectly.
The Wallabies have had a good run other than Scotland.
I am Looking forward to the Lions Tour next year.
 
Upvote 0
You're welcome & thanks for the feedback.
You're definitely better now that Jones has gone.
 
Upvote 0

Forum statistics

Threads
1,225,628
Messages
6,186,103
Members
453,337
Latest member
fiaz ahmad

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