Excel: looking a Variable data from row 1 then return data 3 rows below formula.

andy0o0o

New Member
Joined
Feb 28, 2017
Messages
2
I am having trouble coming up with a formula that I need, I'm seeking help to see if one of you guys at help me with. I have attached a screen shot of the table and the "worded" formula. http://img.photobucket.com/albums/v332/andy0o0o/IMG_5118.gif

in another sheet I want to pick up the data from the table below with the
Tom's ending balance of Column B in one cell and Column C in another
Jeff's Ending balance of Column B in one cell and Column C in another

the ending balance line will always be 3 row under the person's name but the row between each person are not always 4 row under. I tried offset function but it always need a reference point which can't be used in this situation.

Table
ABC
1TOM
2beg bal11200
3act220
4end bal13220
5Jeff
6beg bal25154
7act10045
8end bal125200
9

<tbody>
</tbody>
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
Try something like this:


Excel 2010
ABCDEFG
1TOMTOM13220
2beg bal11200
3act220
4end bal13220
5Jeff
6beg bal25154
7act10045
8end bal125200
Sheet2
Cell Formulas
RangeFormula
F1=INDEX(B1:B8,MATCH($E$1,$A$1:$A$8,0)+3)


Drag the formula to the right. Edit ranges as needed.
 
Last edited:
Upvote 0
Try something like this:

Excel 2010
ABCDEFG
1TOMTOM13220
2beg bal11200
3act220
4end bal13220
5Jeff
6beg bal25154
7act10045
8end bal125200

<colgroup><col><col><col><col><col><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Sheet2

Worksheet Formulas
CellFormula
F1=INDEX(B1:B8,MATCH($E$1,$A$1:$A$8,0)+3)

<thead>
</thead><tbody>
</tbody>

<tbody>
</tbody>



Drag the formula to the right. Edit ranges as needed.

Thanks that worked so far however I ran into another issue, as I state before that ""the ending balance line will always be 3 row under the person's name"" this statement is not true as I come to find as I looked further. it could be like the table below - is there a remedy for that?


abcde
1tom
2beg bal
3act
4end bal
5jeff
6beg bal
7empty line empty lineempty line
8act
9end bal
10
11jone
12empty lineempty lineempty line
13empty lineempty lineempty line
14beg bal....

<tbody>
</tbody>
 
Upvote 0

Forum statistics

Threads
1,216,753
Messages
6,132,516
Members
449,732
Latest member
Viva

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