G
Guest
The formula below work fine. However, it's come to my attention that I need to trap or look for certain codes the Events sheet column H10:H311 which are as follows: J, K, M, N, P, Q, R, S, T, U.
=IF(B11<>"",SUMPRODUCT((Events!$A$10:$A$311=B11)*(Events!$B$10:$B$311+Events!$C$10:$C$311>='General log'!Y11 + 'General log'!Z11),Events!$N$10:$N$311),""
Then grab the related value for that record as seen above. So, within the second section of the formula : *(Events!$B$10:$B$311+Events!$C$10:$C$311>='General log'!Y11 + 'General log'!Z11),Events!$N$10:$N$311),"") I need to place a reference to column H10:H311 to grab the code value of if it's there for (J, K, M, N, P, Q, R, S, T, U), then, the whatever value is found in column Events!$N$10:$N$311 for that record
Is this possible? Can someone assist. I would apprciate any help on this
Thanks,...
=IF(B11<>"",SUMPRODUCT((Events!$A$10:$A$311=B11)*(Events!$B$10:$B$311+Events!$C$10:$C$311>='General log'!Y11 + 'General log'!Z11),Events!$N$10:$N$311),""
Then grab the related value for that record as seen above. So, within the second section of the formula : *(Events!$B$10:$B$311+Events!$C$10:$C$311>='General log'!Y11 + 'General log'!Z11),Events!$N$10:$N$311),"") I need to place a reference to column H10:H311 to grab the code value of if it's there for (J, K, M, N, P, Q, R, S, T, U), then, the whatever value is found in column Events!$N$10:$N$311 for that record
Is this possible? Can someone assist. I would apprciate any help on this
Thanks,...