Sumifs forumla without repeating name

DenialDan

New Member
Joined
May 31, 2017
Messages
15
NameCodePeriod123456789101112
Company Name0001Subdivision 1153
0005Subdivision 21
0007Subdivision 31
0008Subdivision 43
0009Subdivision 51
0023Subdivision 61
0038Subdivision 719
0063Subdivision 844
0076Subdivision 926
0371Subdivision 101
Result250

<tbody>
</tbody>
I've been trying to extract the value 250 (result, period 1, red) with a sumifs formula into another cell, but I've had no luck so far.

Sadly, I can't change the layout of the table to repeat the Company Name so the sumifs formula doesn't find the values I'm looking for.

I'm hoping someone has an idea what other formula I could use or if there is a workaround.
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
Do you mean something like this?
=INDEX(B1:O20,MATCH("Result",B1:B20,0),MATCH(1,B1:O1,0))
 
Upvote 0

Forum statistics

Threads
1,215,043
Messages
6,122,822
Members
449,096
Latest member
Erald

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