P
PRodgers4284
I want to sum fields within a table if they equal certain values. I have a
fields in a table called "Action1", "Action2", "Action3" and i want to sum
these fields if the equal certain values, "rub" and "wash".
I have made an attempt at writing a function for this:
=Sum(IIf(EqualTo([Action1]) & ([Action2]) & ([Action1]) , “rubâ€, "wash,1,0))
Can anyone help
fields in a table called "Action1", "Action2", "Action3" and i want to sum
these fields if the equal certain values, "rub" and "wash".
I have made an attempt at writing a function for this:
=Sum(IIf(EqualTo([Action1]) & ([Action2]) & ([Action1]) , “rubâ€, "wash,1,0))
Can anyone help