KATYCUSHEN
New Member
- Joined
- Sep 9, 2019
- Messages
- 2
I am struggling with creating a formula that works for the below scenario
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Item[/TD]
[TD]Budget v1[/TD]
[TD]Budget v2[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Item A[/TD]
[TD]50[/TD]
[TD]55[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Item B[/TD]
[TD]60[/TD]
[TD]65[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Item C[/TD]
[TD]70[/TD]
[TD]75[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Item D[/TD]
[TD]80[/TD]
[TD]85[/TD]
[/TR]
</tbody>[/TABLE]
I have two sheets in one workbook. One with full budget data with in this scenario a Budget v1 and Budget v2 along with individual item names
I want to set up a formula in a separate sheet to input the correct number based on two criteria, the specific item name and the specific budget number
I can get SUM IF to work if there is only one criteria but not both. I have also tried SUMPRODUCT and INDEX MATCH scenarios but not successfully!
I also want to avoid writing "Item A" as this formula will need to scan hundreds of lines of data - all individually named
All help appreciated
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Item[/TD]
[TD]Budget v1[/TD]
[TD]Budget v2[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Item A[/TD]
[TD]50[/TD]
[TD]55[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Item B[/TD]
[TD]60[/TD]
[TD]65[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Item C[/TD]
[TD]70[/TD]
[TD]75[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Item D[/TD]
[TD]80[/TD]
[TD]85[/TD]
[/TR]
</tbody>[/TABLE]
I have two sheets in one workbook. One with full budget data with in this scenario a Budget v1 and Budget v2 along with individual item names
I want to set up a formula in a separate sheet to input the correct number based on two criteria, the specific item name and the specific budget number
I can get SUM IF to work if there is only one criteria but not both. I have also tried SUMPRODUCT and INDEX MATCH scenarios but not successfully!
I also want to avoid writing "Item A" as this formula will need to scan hundreds of lines of data - all individually named
All help appreciated