D
donl
hello! is there a function that can check 3 columns, and based on the 3
columns, perform a calculation. here is what i am trying to do:
colA colB colC
Y N Y
Y Y Y
N N N
if all 3 columns are Y, then I want to add them together
(ColA+ColB+ColC)
Thanks!
columns, perform a calculation. here is what i am trying to do:
colA colB colC
Y N Y
Y Y Y
N N N
if all 3 columns are Y, then I want to add them together
(ColA+ColB+ColC)
Thanks!