I have the following data on two separate sheets:
Sheet1
ABCD a ff dd ff ee b 12 10 10 12
Sheet2:
ABCD a ge ff ff ee b 11 13 14 10
Now I want to write a formula for summing all the values ββin line 2 that contain ff immediately above (i.e., in line 1)
In my example above, I want to add (Cell Sheet1 [A, b], Sheet1 [C, b], Sheet2 [B, b], Sheet2 [C, b]), which is 49.
Am1rr3zA
source share