Bracketing Issue COUNTA COUNTIF

ozbeachbum

Board Regular
Joined
Jun 3, 2015
Messages
237
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

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
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,224,521
Messages
6,179,289
Members
452,902
Latest member
Knuddeluff

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