Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default create list based on criteria

Hello,

I want some data from another sheet to automatically populate in a new
sheet.

The sheet holding the data is in A19:I150 and it has the heading is
the following:

Date Desc Code No Dep Disb Balance
GL Cleared
Balance
100,000.00
1/1/10 ABC zxcv 10-01 -1500
98,500.00 Y N
1/2/10 CVB werv 10-02 -78.69
98,421.31 Y N
1/5/10 CVB zxcv 10-08 -10.00
98,411.31 N Y
1/6/10 PPP werc 1023 -5.00
98,406.31 N Y

I would like the records marked "N" from the "Cleared" column to
populate in a new sheet and display only the following information
Date Desc No Disb

Based on data provided in this example, it should populate
1/1/10 ABC 10-01 -1500
1/2/10 CVB 10-02 -78.69

Please help me,
Thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Eva Eva is offline
external usenet poster
 
Posts: 197
Default create list based on criteria

Assumptions:
Date Desc - Col A
N - Col C
Disp - col E
Put this formula in col A in Sheet2
=IF(ROW(A1)<=COUNTIF(Sheet1!$C:$C,"N"),INDEX(Sheet 1!A:A,SMALL(IF(Shee1!$C$1:$C$200="N",ROW($A$1:$A$2 00)),ROW(A1))),"")

Put this formula in col B in Sheet2
=IF(ROW(C1)<=COUNTIF(Sheet1!$C:$C,"N"),INDEX(Sheet 1!C:C,SMALL(IF(Shee1!$C$1:$C$200="N",ROW($C$1:$C$2 00)),ROW(C1))),"")

Put this formula in col C in Sheet2
=IF(ROW(E1)<=COUNTIF(Sheet1!$C:$C,"N"),INDEX(Sheet 1!E:E,SMALL(IF(Shee1!$C$1:$C$200="N",ROW($E$1:$E$2 00)),ROW(E1))),"")


CLick yes if helped
--
Greatly appreciated
Eva


"Bexi" wrote:

Hello,

I want some data from another sheet to automatically populate in a new
sheet.

The sheet holding the data is in A19:I150 and it has the heading is
the following:

Date Desc Code No Dep Disb Balance
GL Cleared
Balance
100,000.00
1/1/10 ABC zxcv 10-01 -1500
98,500.00 Y N
1/2/10 CVB werv 10-02 -78.69
98,421.31 Y N
1/5/10 CVB zxcv 10-08 -10.00
98,411.31 N Y
1/6/10 PPP werc 1023 -5.00
98,406.31 N Y

I would like the records marked "N" from the "Cleared" column to
populate in a new sheet and display only the following information
Date Desc No Disb

Based on data provided in this example, it should populate
1/1/10 ABC 10-01 -1500
1/2/10 CVB 10-02 -78.69

Please help me,
Thanks
.

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
Query criteria based on a changing criteria list bwilk77 Excel Discussion (Misc queries) 2 May 27th 09 04:03 PM
How to create multiple new workbooks based on sort criteria JKR Excel Discussion (Misc queries) 7 November 4th 07 10:30 PM
Extract list of units based on error criteria to new list Sheila Excel Worksheet Functions 14 August 9th 07 03:57 AM
Extract list of units based on error criteria to new list Sheila Excel Worksheet Functions 0 August 9th 07 01:50 AM
Create a list based on single shared criteria David127 Excel Worksheet Functions 5 December 15th 05 02:36 AM


All times are GMT +1. The time now is 04:12 PM.

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"