I'm having an issue trying to figure out the formula for what I'm trying to accomplish. Here is what I'm trying to do:
Word1 1 1
Word1 2 1
Word1 3 2
Word1 4 3
Name1 1 0
Name1 2 1
Name1 3 1
Word2 1 0
Word2 2 0
Word2 3 1
Word2 4 2
Name2 1 1
Name2 2 2
Name3 3 3
I'm trying to "pull" the max number in column 3 (a) that matches the max number of column2 and column1, and then add that number to the next highest number (b) for the next match, and so on.
Word1 4 3 = a
Name1 3 1 = b
Word2 4 2 = c
Name2 3 3 = d
a+b+c+d=x
Any help would be appreciated.
Thank you.
Word1 1 1
Word1 2 1
Word1 3 2
Word1 4 3
Name1 1 0
Name1 2 1
Name1 3 1
Word2 1 0
Word2 2 0
Word2 3 1
Word2 4 2
Name2 1 1
Name2 2 2
Name3 3 3
I'm trying to "pull" the max number in column 3 (a) that matches the max number of column2 and column1, and then add that number to the next highest number (b) for the next match, and so on.
Word1 4 3 = a
Name1 3 1 = b
Word2 4 2 = c
Name2 3 3 = d
a+b+c+d=x
Any help would be appreciated.
Thank you.