Hi all,
Hope someone can help with this - im trying to create a formula which takes the results of 2 lookup formulas and adds them together.
For example if I have 2 tables, which are not in the same order, I want to add 2 values and display the result in a third table.
A ......................B
1Apples.............10
2Oranges...........7
3Pears...............5
E ......................F
1Pears...............20
2Apples..............15
3Oranges............10
So what i want to do is:
=LOOKUP("apples",A1:B3) which would result in 10
Plus
=LOOKUP("apples",E1:F3) which would result in 15
So in the third table, Apples would result in 25
Is there a way to do this? it's breaking my head!!
Thanks
Hope someone can help with this - im trying to create a formula which takes the results of 2 lookup formulas and adds them together.
For example if I have 2 tables, which are not in the same order, I want to add 2 values and display the result in a third table.
A ......................B
1Apples.............10
2Oranges...........7
3Pears...............5
E ......................F
1Pears...............20
2Apples..............15
3Oranges............10
So what i want to do is:
=LOOKUP("apples",A1:B3) which would result in 10
Plus
=LOOKUP("apples",E1:F3) which would result in 15
So in the third table, Apples would result in 25
Is there a way to do this? it's breaking my head!!
Thanks