I have the branch names in Col A and the criteria in U6
I want to sum the values in Col Q & R, based on the branch names in Col A pertaining to the branch name in U6
the above formula gives me the correct result, but I would like to make combine the two formula's into one formula
Your assistance is most appreciated
I want to sum the values in Col Q & R, based on the branch names in Col A pertaining to the branch name in U6
Code:
=SUMIFS(Q:Q,A:A,U6)+SUMIFS(R:R,A:A,U6)
the above formula gives me the correct result, but I would like to make combine the two formula's into one formula
Your assistance is most appreciated