Yeah a compute statement that goes like
If(And(@Col1@ = true,@Col2@ =true,@Col3@ = true),true,false)
Note: this is is an example with just three columns as true, in your case we would need to apply this formula going all the way to the 25th column that should be true.
Thank You,
Akshay