Hello all,
Aladin helped me out with the following Formula.
The problem with it is, that every cell change in my workbook takes now about 15 seconds calculating time.
I thought by putting the formula in a macro and running it only when neccessary to circumvent this problem.
However I can't record the formula, as it keeps on giving a "syntax error in visual basic".
Do you guys know of a solution?
Aladin helped me out with the following Formula.
Code:
=SUM(IF((WERKBLAD!B6:B1000>=AD2)*(WERKBLAD!B6:B1000<=AE2)*(WERKBLAD!D4:IV4=AF2),IF(WERKBLAD!D6:IV1000="C",8,IF(ISNUMBER(SUBSTITUTE(WERKBLAD!D6:IV1000,"C",0)+0),SUBSTITUTE(WERKBLAD!D6:IV1000,"C",0)+0))))
The problem with it is, that every cell change in my workbook takes now about 15 seconds calculating time.
I thought by putting the formula in a macro and running it only when neccessary to circumvent this problem.
However I can't record the formula, as it keeps on giving a "syntax error in visual basic".
Do you guys know of a solution?