Ollie at Sky
New Member
- Joined
- Jan 3, 2014
- Messages
- 2
sheet 1
<tbody>
</tbody>
sheet 2
<tbody>
</tbody>
I need to have sum total of fruit ( answer is 93 ) in 3rd spread sheet.
I tried with sumifs and sum with index/match, couldn't get the formula.
I know I can use vlookup to date match from sheet 1 to sheet 2, or reverse.
Than I can have sum total of fruit, but is there any other way to have not doing that and finish at once in 3rd sheet?
Is it even possible ?
A | B | C | D | |
1 | banana | fruit | ||
2 | apple | fruit | ||
3 | tuna | fish | ||
4 | veal | meat |
<tbody>
</tbody>
sheet 2
A | B | C | |
1 | veal | 25 | |
2 | banana | 31 | |
3 | tuna | 72 | |
4 | apple | 43 | |
5 | banana | 19 |
<tbody>
</tbody>
I need to have sum total of fruit ( answer is 93 ) in 3rd spread sheet.
I tried with sumifs and sum with index/match, couldn't get the formula.
I know I can use vlookup to date match from sheet 1 to sheet 2, or reverse.
Than I can have sum total of fruit, but is there any other way to have not doing that and finish at once in 3rd sheet?
Is it even possible ?