lookup or autofilter display results on another sheet

jinx_uk_98

Board Regular
Joined
Jul 3, 2005
Messages
105
I have a sheet called 'source' on which I have 365 rows (1 of each day).

On another sheet I want to show all the data for any particlaur day which will be looked up from a cell value, almost like an auto filter but on another sheet.

Is there any way I can do this?

many thanks
Kevin
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
jinx_uk_98 said:
I have a sheet called 'source' on which I have 365 rows (1 of each day).

On another sheet I want to show all the data for any particlaur day which will be looked up from a cell value, almost like an auto filter but on another sheet.

Is there any way I can do this?

many thanks
Kevin

See if the following setup applies to your situation:

http://www.mrexcel.com/board2/viewtopic.php?t=146895
 
Upvote 0
Assuming that Source!A1:D365 contains your data, enter on another sheet the lookup value/day of interest in A1, enter the following formula in B1, and copy across:

=INDEX(Source!B$1:B$365,MATCH($A1,Source!$A$1:$A$365,0))

Adjust the ranges accordingly. Is this what you're looking for?
 
Upvote 0

Forum statistics

Threads
1,214,377
Messages
6,119,183
Members
448,872
Latest member
lcaw

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