Need a formula to show first month of tracked savings

MPBJR

Board Regular
Joined
Mar 28, 2007
Messages
145
I have the sheet below to track savings projects, but I need to show what was the first month we tracked savings.
In the example below, I need a formula in cell O3 to look at the range R3:AC3 to find the first month with tracked savings and return the month/year value from the matching column in row 1.
So, in the example below, I would need the value if "03/24" from cell T1 to populate in O3 since March was the first month that project showed a savings.

I was thinking an index match formula might work but can't get the formula figured out.

Thank you.


View attachment 116717
 

Attachments

  • savings pic.jpg
    savings pic.jpg
    21.3 KB · Views: 7

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
Thanks, but I just figured out my Index match formula, I have the below formula working.

=INDEX($R$1:$AC$1,MATCH(INDEX(R3:AC3,MATCH(TRUE,INDEX(R3:AC3>0,0),)),R3:AC3,0))
 
Upvote 0
Thanks, but I just figured out my Index match formula, I have the below formula working.

=INDEX($R$1:$AC$1,MATCH(INDEX(R3:AC3,MATCH(TRUE,INDEX(R3:AC3>0,0),)),R3:AC3,0))
Just like this:

=INDEX($R$1:$AC$1,MATCH(TRUE,R3:AC3>0,0))
 
Upvote 0

Forum statistics

Threads
1,223,880
Messages
6,175,157
Members
452,615
Latest member
bogeys2birdies

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