Formula help INDEX and MATCH Please :)

BeckyLH88

New Member
Joined
Aug 8, 2022
Messages
23
Office Version
  1. 365
Platform
  1. Web
Hello all,

I have added a formula, which on the first input returns the right result.

But when I drag this down, it then returns the result of the cell before but the result of the right so therefore moves the look up onto the next month.

Here's my formula:

=SUMIF('[Budget FY2024.xlsx] Budget'!$C$3:$N$3,$E$3,INDEX('[Budget FY2024.xlsx] Budget'!$C$6:$N$133,0,MATCH($B7,'[Budget FY2024.xlsx] Budget'!$B$6:$B$133,0)))

C3 - N3 being the date range
E3 is the date to be looked up
C6 - N133 being the range of data
B7 is the text for example 'staff costs' to look up
B6 - B133 is the text range

So for example:

1st October staff cost is 10, the first field has 10 returned. Formula is then dragged down, the look up changes to office costs, but then it brings the November Staff cost into this figure.


Really appreciate the help. Thank you in advance
 
Do you understand SUMIF? So the first part is the criteria range which in this case needs to look at the products, the 2nd is the criteria so needs to point at 'Product 1' etc. The 3rd is the sum range and is using the INDEX to chop the number columns based on the date in the MATCH.
 
Upvote 0

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
Thank you for all your help, I've used a different formula and solved it.
 
Upvote 0

Forum statistics

Threads
1,215,124
Messages
6,123,189
Members
449,090
Latest member
bes000

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top