Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 14
Default Filtering sheet data in another sheet

Dears,

here is my problem:

Source sheet Filtered sheet
A B A
B
Ticker Balance Ticker
Balance

HRHO 1000 ...... ......
ACGC 500 ......
.......
ESRS 0
ORHD 500
ELEC 0

I want to filter the data in the "Source sheet" to another sheet to only
display those Tickers " A" that have Balance " B" Zero


regards,

Khaled

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CLR CLR is offline
external usenet poster
 
Posts: 594
Default Filtering sheet data in another sheet

Try Data Filter Autofilter........select zero from the dropdown arrow in
column B.......then copy and paste the visible rows over to the Filtered
sheet.............note, this can all be done by macro if it's something yo
do frequently........

Vaya con Dios,
Chuck, CABGx3



"khaled shaheen" wrote in message
...
Dears,

here is my problem:

Source sheet Filtered

sheet
A B A
B
Ticker Balance Ticker
Balance

HRHO 1000 ...... ......
ACGC 500 ......
......
ESRS 0
ORHD 500
ELEC 0

I want to filter the data in the "Source sheet" to another sheet to only
display those Tickers " A" that have Balance " B" Zero


regards,

Khaled



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 299
Default Filtering sheet data in another sheet

Insert a few rows on top of the table,
in A1 put Ticker in B1 put Balance
leave A2 blank (you really don't need the values in A1 but if you want to
filter on values in A as well it could be handy)

in B2 put

0



now go to the sheet where you want the filtered table, select for instance
A1 in sheet3
do datafilteradvanced filter, click in the list range box and then click
the source sheet tab and select the table, could look like
Sheet1!$A$4:$B$100

click in the criteria range box and select Sheet1!$B$1:$B$2

now select copy to another location, go sheet3 and click in the cell where
you want the filtered table to start
click OK

That should do it


--


Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com
(Remove ^^ from email)


"khaled shaheen" wrote in message
...
Dears,

here is my problem:

Source sheet Filtered
sheet
A B A
B
Ticker Balance Ticker
Balance

HRHO 1000 ...... ......
ACGC 500 ......
......
ESRS 0
ORHD 500
ELEC 0

I want to filter the data in the "Source sheet" to another sheet to only
display those Tickers " A" that have Balance " B" Zero


regards,

Khaled


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default Filtering sheet data in another sheet

Try this:
Assuming your source sheet in Sheet 1 and Filter sheet in sheet 2

For Ticker in sheet 2
A2
=IF(ISERR(SMALL(IF(Sheet1!$B$2:$B$1000,ROW(INDIRE CT("1:"&ROWS(Sheet1!$B$2:$B$100)))),ROWS($1:1)))," ",INDEX(Sheet1!$A$2:$A$100,SMALL(IF(Sheet1!$B$2:$B $1000,ROW(INDIRECT("1:"&ROWS(Sheet1!$B$2:$B$100)) )),ROWS($1:1))))

ctrl+shift+enter, not just enter

For Balance in sheet 2
B2 =IF(A2="","",VLOOKUP(A2,Sheet1!$A$2:$B$100,2,0))
Just enter

Select A2:B2 and drag down as far as needed


"khaled shaheen" wrote:

Dears,

here is my problem:

Source sheet Filtered sheet
A B A
B
Ticker Balance Ticker
Balance

HRHO 1000 ...... ......
ACGC 500 ......
......
ESRS 0
ORHD 500
ELEC 0

I want to filter the data in the "Source sheet" to another sheet to only
display those Tickers " A" that have Balance " B" Zero


regards,

Khaled

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
sorting 2 colums of numbers and incremening them down blk&wht Excel Discussion (Misc queries) 10 October 9th 06 10:12 PM
Inputting data to one worksheet for it effect another daedalus1 Excel Discussion (Misc queries) 1 June 25th 06 04:39 PM
Combining data from cells from several excel sheets to a new sheet Rik Excel Discussion (Misc queries) 4 February 22nd 06 09:16 AM
Help PLEASE! Not sure what answer is: Match? Index? Other? baz Excel Worksheet Functions 7 September 3rd 05 03:47 PM
pull data from sheet two, then fill in the data to sheet one (part Jim Excel Worksheet Functions 3 December 11th 04 04:51 AM


All times are GMT +1. The time now is 04:49 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"