Formula to filter data to a new sheet?

revdanuren

New Member
Joined
Jan 17, 2018
Messages
1
Sheet one contains data with range titled "Expenses"

Line ItemLine descriptionVendorDate
22129BenelovenceWalmart Grocery4-Dec
22129BenelovenceBuy For Less7-Dec
51892MiscHilton7-Dec
51892MiscHobby Lobby1-Dec
60150WorshipAmazon11-Dec
<colgroup><col width="64" style="width: 48pt;"> <col width="105" style="width: 79pt; mso-width-source: userset; mso-width-alt: 3726;"> <col width="121" style="width: 91pt; mso-width-source: userset; mso-width-alt: 4295;"> <col width="89" style="width: 67pt; mso-width-source: userset; mso-width-alt: 3157;"> <tbody> </tbody>


On sheet2 I want the results to look like this

Line ItemLine descriptionVendorDate
51892MiscHilton7-Dec
51892MiscHobby Lobby1-Dec
<colgroup><col width="111" style="width: 83pt; mso-width-source: userset; mso-width-alt: 3953;"> <col width="105" style="width: 79pt; mso-width-source: userset; mso-width-alt: 3726;"> <col width="94" style="width: 70pt; mso-width-source: userset; mso-width-alt: 3328;"> <col width="64" style="width: 48pt;"> <tbody> </tbody>



I can accomplish this with an advanced filter but I have to rerun the filter each time I add data to sheet1. I would like a formula that keeps a running sheet of this. I tried vlookup and it only returns the first row and stops looking. I looked into index and match but again those did not seem to accomplish what I want. I want it to autopopulate sheet2 when I input data on sheet 1 Is there a way to do this without VBA?

I know there is a simple solution I am overlooking and have spent 2 hours searching through forums and other formula suggestions but am unable to locate exactly how to extract data based on one criteria to a new sheet. Thank you
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.

Forum statistics

Threads
1,215,981
Messages
6,128,080
Members
449,418
Latest member
arm56

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