Not sure what function will allow me to pull the correct period! Please Help!!

Jarodjp42

New Member
Joined
Nov 21, 2017
Messages
35
I am completely lost and I am not sure what function or formula will pull the correct period if the data changes. Can you please help.

What period do we start to see revenue?


PeriodRevenue
10
20
30
40
50
610
710
825
930
1050

<tbody>
</tbody>

What formula would be able to pull the correct period if the data updates?
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
Excel 2010
ABCDEFGH
1PeriodRevenue
210What period do we start to see revenue?
320
430
540Period
6506
7610
8710
9825
10930
111050

<colgroup><col style="width: 25pxpx"><col><col><col><col><col><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Sheet1

Array Formulas
CellFormula
E6{=INDEX(A2:A11,MIN(IF(B2:B11>0,ROW(B2:B11))))-1}

<thead>
</thead><tbody>
</tbody>
Entered with Ctrl+Shift+Enter. If entered correctly, Excel will surround with curly braces {}.
Note: Do not try and enter the {} manually yourself

<tbody>
</tbody>
 
Upvote 0
=INDEX(A2:A11,MATCH(TRUE,B2:B11>0,0))
Confirm with CTRL-SHIFT-ENTER rather than just Enter.


Excel 2010
ABCD
1PeriodRevenue
2106
320
430
540
650
7610
8710
9825
10930
111050
Sheet1
Cell Formulas
RangeFormula
D2{=INDEX(A2:A11,MATCH(TRUE,B2:B11>0,0))}
Press CTRL+SHIFT+ENTER to enter array formulas.
 
Upvote 0

Forum statistics

Threads
1,215,459
Messages
6,124,947
Members
449,198
Latest member
MhammadishaqKhan

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