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: 6

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
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,221,522
Messages
6,160,308
Members
451,637
Latest member
hvp2262

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