Identify the month from specific accumulation number without helper row/column

Hendric

New Member
Joined
Jan 4, 2018
Messages
14
Hi All,

Can you help what formula to identify the month with specific accumulation number as per table below please?
I need to identify which month has given result 300 (accumulation A2:L2/A3:L3) for column M2/M3 without helper row.

A
B
C
D
E
F
G
H
H
J
K
L
M
1
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2
0
0
100
100
100
100
100
0
0
0
0
0
May
3
0
0
0
0
50
50
100
100
100
100
0
0
Aug

<tbody>
</tbody>

Really much appreciated for your help.

Thanks,
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
it doesn't appear difficult but i guess you might have to explain better.

Maybe use an example, of an accumulation and what month results from it, that should help
 
Upvote 0
Maybe...

M2 copied down
=INDEX(A$1:L$1,MATCH(1,INDEX(--(SUBTOTAL(9,OFFSET(A2,,,,COLUMN(A2:L2)-COLUMN(A2)+1))>=300),),0))

M.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,216,438
Messages
6,130,632
Members
449,584
Latest member
c_clark

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