re-indexing increments

Calimer06

New Member
Joined
Jan 25, 2018
Messages
12
Hello - this is my first post on this forum !

I might not be an excel Master, but I do work a lot with it and on pretty complex formulas, but on this one I feel stuck, close to a solution that eludes me everytime :).

I have attached a file with the data and the desired outcome. Basically I have increments based on a unit in the laid out form and I would like to have them in a compact form (precisely this one ... unfortunatly).

Maybe someone here could have a look and give me a second opinion ?

Thank you very much :)
 
Solved it: added a Numbervalue formula around the whole matrix - it works ! Thank you both so much for your help :)
 
Upvote 0

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
Solved it: added a Numbervalue formula around the whole matrix - it works ! Thank you both so much for your help :)

Try this array formula:

=IF(M3="","",SUM(INDEX(IF($A$3:$A$55>L3,IF($A$3:$A$55<=M3,$B$3:$I$55)),,MATCH(N$2,$B$2:$I$2,0))))

Markmzz
 
Upvote 0

Forum statistics

Threads
1,223,904
Messages
6,175,295
Members
452,631
Latest member
a_potato

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