AND statement help to simplify it

ItalianPlatinum

Well-known Member
Joined
Mar 23, 2017
Messages
870
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

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
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,224,542
Messages
6,179,424
Members
452,914
Latest member
echoix

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