How can I create a dynamic view (filter) of a worksheet?

c7s9

New Member
Joined
Mar 27, 2013
Messages
2
I'm trying to modify a an excel file to improve its functionality, but unfortunately I don't have much experience with excel.
To explain my problem, let's say I have 2 worksheets: WS1 and WS2. WS1 contains all the data entered by the user. The first column contains integer numbers. I would like WS2 to contain a dynamic view of WS1. In particular WS2 should contain all the lines in WS1 whose first column contains "1". The content of WS2 should change automatically every time WS1 is updated.
Can I achieve this functionality with standard excel functionalities?
Thanks!

 

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
Hi and welcome to MrExcel.

If I understand you correctly, does this work for you?....

Sample data......

Excel Workbook
ABCD
1NumberData1Data2
212345BillRed
32345BenBlue
43456BobGreen
5134456TedPink
654321TimYellow
755555TodGreen
8551555TomOrange
9
WS1


Example results.......

Excel Workbook
ABCD
1NumberData1Data2
212345BillRed
3134456TedPink
454321TimYellow
5551555TomOrange
6
WS2


The formula in A2 needs entering with ctrl shift enter NOT just enter, it can then be copied across and down.
You will need to change your cell references to suit your layout.

I hope that helps.

Good luck.

Ak
 
Upvote 0
This thing is amazing, it worked very good for me, until I had the following problem: I needed an exact match. For example, if I have the number "8" for filtering, I do not want to have the results containing "8", like "28", "58", or "83". It is this possible?
 
Upvote 0
Hi vladutnea

Does this help?....

Sample data....

Excel Workbook
ABCD
1NumberData1Data2
28BillRed
32345BenBlue
48BobGreen
5134456TedPink
654321TimYellow
755555TodGreen
88TomOrange
9
WS1


Example results....

Excel Workbook
ABCDE
1Data1Data2Number
2BillRed8
3BobGreen
4TomOrange
5
WS2


The formula in A2 on sheet WS2 needs to be entered using ctrl-shift-enter and NOT just enter.
You will need to change the cell references and sheet names to suit your layout.

I hope that helps.

Ak
 
Upvote 0
Thank you very much for your help people. Special thanks to Akashwani .;) I have been using this formula for some time, it is really useful. Sorry for late reply.
 
Upvote 0

Forum statistics

Threads
1,214,642
Messages
6,120,701
Members
448,980
Latest member
CarlosWin

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