Hi all,
Here is a formulas problem:
I am a big fan of array calculations as formula. This enables me to apply multiple criteria to certain operations.
=SUM(Array*IF(Array1=Cond1;1;0)*IF(Array2=Cond2;1;0)....)
My problem - this gives me complexes formulas that makes difficult controls.
How could I possibly store my condition in cells (cond 1 in A1, cond 2 in cell A2...); knowing that IF(Array1=Cond1;1;0) is an array.
Would indirect () help?
Any idea?
Thanks
Here is a formulas problem:
I am a big fan of array calculations as formula. This enables me to apply multiple criteria to certain operations.
=SUM(Array*IF(Array1=Cond1;1;0)*IF(Array2=Cond2;1;0)....)
My problem - this gives me complexes formulas that makes difficult controls.
How could I possibly store my condition in cells (cond 1 in A1, cond 2 in cell A2...); knowing that IF(Array1=Cond1;1;0) is an array.
Would indirect () help?
Any idea?
Thanks