Here is an example data set - a series of cash flows
A1: 0 A2: -50 A3: -25 A4: 50 A5: 80 A6: 100
I need the following...
In the first cell (B1) I need to have the first year of cash flow regardless of whether the cell is < or > 0
In the next cells (B2) I need to have an equation that looks up the value in B1 in the series A1:A6 and then return the cell value to the right of that value.
Needed output
B1: -50 B2: -25 B3: 50 B4: 80 B5: 100 B6:0 B7...:0
A different set of data...
A1: 0 A2: 0 A3: 0 A4: -50 A5: 20 A6: 30 A7: 50 A8: 90
Needed Output
B1: -50 B2: 20 B3: 30 B4: 50 B5: 90 B6:0 B7....:0
THANK YOU!
A1: 0 A2: -50 A3: -25 A4: 50 A5: 80 A6: 100
I need the following...
In the first cell (B1) I need to have the first year of cash flow regardless of whether the cell is < or > 0
In the next cells (B2) I need to have an equation that looks up the value in B1 in the series A1:A6 and then return the cell value to the right of that value.
Needed output
B1: -50 B2: -25 B3: 50 B4: 80 B5: 100 B6:0 B7...:0
A different set of data...
A1: 0 A2: 0 A3: 0 A4: -50 A5: 20 A6: 30 A7: 50 A8: 90
Needed Output
B1: -50 B2: 20 B3: 30 B4: 50 B5: 90 B6:0 B7....:0
THANK YOU!