Could you point me to where I get some assistrance on how to incorperate this in my userform VBA please...
Jannis Today, 01:07 AMA guess:
=SUM((('CE PCOE PTSA'!M1:M19="SP")+('CE PCOE PTSA'!M1:M19="DP"))*("X"=('CE PCOE PTSA'!AN1:AN19))*(("X"='CE
Dear Both,
I really appreciate your efforts in helping me resolve this problem.
I managed to resolve it my self by using the...
try:
=SUM(((A2:A19="SP")+(A2:A19="DP"))*(((""(D2:D19))+(""(E2:E19))+(""(F2:F19)))>0)*(B2:B19="X"))
Calculate a total (countifs)
Dear p45cal,
vonryan Today, 01:21 AMI know the use use of whole column references is not a good idea, but I have many sheets that have a different number or rows....