How to display data based on criteria

Roz Davis

New Member
Joined
Sep 23, 2011
Messages
2
I have lets say 3000 rows of data. I know how to use Filter to display only what I want, then copy to a separate spreadsheet. And I've done the copy the entire master sheet to a 2nd sheet and cut on filter to display only what you want......

... is there a function that I can use with the IF statements or something to point from one spreadsheet to another and display ONLY if criteria is met

Or do I have to write VB

I sure hope this makes sense.
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
Yes... I have. Let me see if I can explain better

I have 10 rows and 2 columns of data
SHEET1
A B
1 10 aaa
2 25 bbb
3 10 aaa
4 25 bbb
5 10 ccc
6 10 aaa
7 25 ddd
8 25 bbb
9 10 aaa
10 10 ddd

On SHEET2
I only want any row with 10 in column A
ON SHEET3
I only want any row with 25 in column A

When I use on SHEET2.... IF(sheet1!A,10,...etc)... if its NOT it still takes up a row on SHEET2. I only want it there IF it meets the criteria.

I would end up with 6 on SHEET2 (10), AND 4 rows on SHEET3 (25)

I want to do is there a formula/function or something that can do this?
 
Upvote 0

Forum statistics

Threads
1,224,521
Messages
6,179,290
Members
452,902
Latest member
Knuddeluff

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