A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Choosing Data and skipping other



 
 
Thread Tools Display Modes
  #1  
Old October 14th, 2005, 10:15 AM
DavidBr318
external usenet poster
 
Posts: n/a
Default Choosing Data and skipping other

I wish to have Excel choos items from another worksheet according to the
criteria I set (ie: if =1, then choose ... but skip if not = 1 and select the
next item = to 1 ...) I can set this up so it replicates the other worksheet
- but I end up with a lot of blank lines - I don't want the lines blank - but
only have lines with information = to my querry.

Thanks,
David
  #2  
Old October 14th, 2005, 11:38 AM
Max
external usenet poster
 
Posts: n/a
Default Choosing Data and skipping other

One way using non-array formulas ..

Demo file available at: http://www.savefile.com/files/4090857
Choosing_Data_and_skipping_other_DavidBr318_wksht. xls

Assume you have in Sheet1, cols A & B, data from row2 down, where the key
col is col B

Staff Key col
Name1 2
Name2 1
Name3 2
Name4 1
Name5 1

Use an empty col to the right, say col E ?
Put in E2: =IF(B2="","",IF(B2=1,ROW(),""))
Copy E2 down to say, E10, to cover the max expected data range
(Leave E1 empty)

(Adapt the criteria to suit in col E ..)

In Sheet2
--------
Paste the same headers into A1:B1 : Staff, Key col

Put in A2:
=IF(ISERROR(SMALL(Sheet1!$E:$E,ROWS($A$1:A1))),"",
INDEX(Sheet1!A:A,MATCH(
SMALL(Sheet1!$E:$E,ROWS($A$1:A1)),Sheet1!$E:$E,0)) )

Copy A2 across to B2, fill down to B10
(cover the same range size as done in col E in Sheet1)

Sheet2 will return only the lines satisfying the criteria (i.e. those = 1 in
the key col in Sheet1), all neatly bunched at the top, viz.:

Staff Key col
Name2 1
Name4 1
Name5 1
(blank rows below)

Adapt to suit ..
--
Rgds
Max
xl 97
---
Singapore, GMT+8
xdemechanik
http://savefile.com/projects/236895
--
"DavidBr318" wrote in message
...
I wish to have Excel choos items from another worksheet according to the
criteria I set (ie: if =1, then choose ... but skip if not = 1 and select

the
next item = to 1 ...) I can set this up so it replicates the other

worksheet
- but I end up with a lot of blank lines - I don't want the lines blank -

but
only have lines with information = to my querry.

Thanks,
David



  #3  
Old October 14th, 2005, 03:09 PM
Richard Buttrey
external usenet poster
 
Posts: n/a
Default Choosing Data and skipping other

On Fri, 14 Oct 2005 02:15:04 -0700, "DavidBr318"
wrote:

I wish to have Excel choos items from another worksheet according to the
criteria I set (ie: if =1, then choose ... but skip if not = 1 and select the
next item = to 1 ...) I can set this up so it replicates the other worksheet
- but I end up with a lot of blank lines - I don't want the lines blank - but
only have lines with information = to my querry.

Thanks,
David


Have you tried Data Filter Advanced?

Rgds
__
Richard Buttrey
Grappenhall, Cheshire, UK
__________________________
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
skipping data for a chart Glenn Vatter Charts and Charting 3 June 9th, 2005 04:20 PM
strategy for data entry in multiple tables LAF Using Forms 18 April 25th, 2005 04:04 AM
Formula skipping data Joey General Discussion 1 June 14th, 2004 04:23 PM
Average 5 columns of data skipping blank columns marvin Worksheet Functions 10 January 28th, 2004 06:33 PM


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


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