Hi,
I am using the following formula (in Excel 2010) to test if a condition is TRUE or FALSE then summing the result from the previous cell above as I copy down each row (210,000 rows x 12 columns). All named ranges are single cell references except qRange, qDateDFC which 6000 rows x 1 column.
=SUM(($A1<=dDateTo)*($A1>=dDateFrom)*($L1=dCallBuyM1)*(INDEX(qRange,MATCH($A1,qDateDFC,0),9)<=INDEX(qRange,MATCH($A1,qDateDFC,0),19)),L209464)
I want the calculations to be dynamic as my reference cells are changing often
Given this is volatile it is extremely slow. Can anyone suggest a smarter solution.
regards
GB
I am using the following formula (in Excel 2010) to test if a condition is TRUE or FALSE then summing the result from the previous cell above as I copy down each row (210,000 rows x 12 columns). All named ranges are single cell references except qRange, qDateDFC which 6000 rows x 1 column.
=SUM(($A1<=dDateTo)*($A1>=dDateFrom)*($L1=dCallBuyM1)*(INDEX(qRange,MATCH($A1,qDateDFC,0),9)<=INDEX(qRange,MATCH($A1,qDateDFC,0),19)),L209464)
I want the calculations to be dynamic as my reference cells are changing often
Given this is volatile it is extremely slow. Can anyone suggest a smarter solution.
regards
GB