Answered
Is there a SUMIF equivalent in Acrobat?
What I'm looking to do is get a sum of the "B" fields (b_1, b_2, b_3,...b_52) where the code in the corresponding "A" fields (a_1, a_2, a_3,...a_52) matches x, y or z. I just need a total of the amounts in "B" separated by their coding in "A". Is this possible?
Something like this would work in excel (three separate expressions):
=SUMIF(A$2:A$52, “X”, B$2:B$52)
=SUMIF(A$2:A$52, “Y”, B$2:B$52)
=SUMIF(A$2:A$52, “Z”, B$2:B$52)
Thanks in advance for any help you can give.
A possilbe solution is:
George Kaiser