AND statement help to simplify it

ItalianPlatinum

Well-known Member
Joined
Mar 23, 2017
Messages
774
Office Version
  1. 365
  2. 2019
Platform
  1. Windows
Hello - I am 100% there is a better way to do this but I couldnt seem to do it without yielding the results i didnt expect. Is there way quicker cleaner way to do the below?

=AND(A4=TRUE,B4=TRUE,D4=TRUE,E4=TRUE,F4=TRUE,G4=TRUE,H4=TRUE,I4=TRUE,J4=TRUE,K4=TRUE,L4=TRUE,M4=TRUE,N4=TRUE,O4=TRUE,P4=TRUE,Q4=TRUE,R4=TRUE,S4=TRUE,T4=TRUE,U4=TRUE,X4=TRUE,Y4=TRUE,Z4=TRUE,AA4=TRUE,AD4=TRUE,AK4=TRUE,AZ4=TRUE,BB4=TRUE,BC4=TRUE)
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
How about
Excel Formula:
=AND(A4,B4,COUNTIFS(D4:U4,TRUE)=18,COUNTIFS(X4:AA4,TRUE)=4,AD4,AK4,AZ4,BB4,BC4)
 
Upvote 0
Solution

Forum statistics

Threads
1,214,583
Messages
6,120,380
Members
448,955
Latest member
BatCoder

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