search and display rows

naciovica

New Member
Joined
Feb 4, 2019
Messages
4
Dear all,
I have a table with 34 columns and a couple hundred rows. In column no. 5 there in a name that repeats from time to time.
In a different sheet i want to make a formula that searches the last row where that name appears in column 5 and display that entire row.
Is this possible to make?
if yes, can you help me with some hints how to do this?
Thank in advance!
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
below is a formula, i have assumed your table starts in column A and ends in AH, also the name of the sheet where your table is is Sheet1.

=LOOKUP(2,1/(Sheet1!$E$1:$E$1000="Name"),Sheet1!A$1:A$1000)

put the formula in A2 and copy across. This could slow down your excel however.
 
Upvote 0
thanks but this does not display the entire row. i need a formula that displays in Sheet2 the entire row that contains the last "Name".
 
Upvote 0

Forum statistics

Threads
1,214,515
Messages
6,119,973
Members
448,933
Latest member
Bluedbw

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