Hi Ozgrid Member,
I built up this formula to calculate multiple criteria cells:
Code
=IFERROR((U230/(SUMIFS($R$22:$DP$22,$R$15:$DP$15,U$225&"*",$R$15:$DP$15,V$225&"*",$R$15:$DP$15,W$225&"*"))), "N/A")
asterisks represent T1, T2, and T3 to sum the data where T1W1, T1W2, T2W1, T2W2, T3W1... etc were seen. My main goal is to divide A (U230) to B (SUM parts) after SUM process.
It does not do SUM operation and nothing calculated. What is wrong with it?
Thank you in advance.