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  

yes/ No on multiple sheet



 
 
Thread Tools Display Modes
  #1  
Old June 16th, 2009, 03:21 PM posted to microsoft.public.excel.worksheet.functions
Muskrat24
external usenet poster
 
Posts: 21
Default yes/ No on multiple sheet

I am trying to make a spread sheet so if for example on sheet 1 I have

A B C D
1 Big $5 3
2 Medium $3 5 yes
3 Small $1 4

I have a "yes" for the Medium row, How do I make it so that only the medim
row shows up on sheet 2 but if the other 2 would have "yes" in the D column
they would too?
  #2  
Old June 16th, 2009, 04:16 PM posted to microsoft.public.excel.worksheet.functions
Luke M
external usenet poster
 
Posts: 2,672
Default yes/ No on multiple sheet

something like this should work:

=IF(ISERROR(INDEX('Sheet1'!A:A,SMALL(IF('Sheet1'!$ D$1:$D$10="yes",ROW('Sheet1'!$D$1:$D$10)),ROW()))) ,"",INDEX('Sheet1'!A:A,SMALL(IF('Sheet1'!$D$1:$D$1 0="yes",ROW('Sheet1'!$D$1:$D$10)),ROW())))


Note that the reference to column D can't callout the entire column (might
be able to in 2007, I can't confirm). increase range callout as needed. Note
this formula should be placed in desired start of column A. Copy down and
across as needed.

--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Muskrat24" wrote:

I am trying to make a spread sheet so if for example on sheet 1 I have

A B C D
1 Big $5 3
2 Medium $3 5 yes
3 Small $1 4

I have a "yes" for the Medium row, How do I make it so that only the medim
row shows up on sheet 2 but if the other 2 would have "yes" in the D column
they would too?

  #3  
Old June 16th, 2009, 04:40 PM posted to microsoft.public.excel.worksheet.functions
Muskrat24
external usenet poster
 
Posts: 21
Default yes/ No on multiple sheet

it came up as error, there are not the same number of grouping brackets
"Luke M" wrote:

something like this should work:

=IF(ISERROR(INDEX('Sheet1'!A:A,SMALL(IF('Sheet1'!$ D$1:$D$10="yes",ROW('Sheet1'!$D$1:$D$10)),ROW()))) ,"",INDEX('Sheet1'!A:A,SMALL(IF('Sheet1'!$D$1:$D$1 0="yes",ROW('Sheet1'!$D$1:$D$10)),ROW())))


Note that the reference to column D can't callout the entire column (might
be able to in 2007, I can't confirm). increase range callout as needed. Note
this formula should be placed in desired start of column A. Copy down and
across as needed.

--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Muskrat24" wrote:

I am trying to make a spread sheet so if for example on sheet 1 I have

A B C D
1 Big $5 3
2 Medium $3 5 yes
3 Small $1 4

I have a "yes" for the Medium row, How do I make it so that only the medim
row shows up on sheet 2 but if the other 2 would have "yes" in the D column
they would too?

  #4  
Old June 17th, 2009, 02:50 AM posted to microsoft.public.excel.worksheet.functions
Ashish Mathur[_2_]
external usenet poster
 
Posts: 1,764
Default yes/ No on multiple sheet

Hi,

I have something similar in question 7 of the following link -
http://ashishmathur.com/knowledgebaseII.aspx

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"Muskrat24" wrote in message
...
I am trying to make a spread sheet so if for example on sheet 1 I have

A B C D
1 Big $5 3
2 Medium $3 5 yes
3 Small $1 4

I have a "yes" for the Medium row, How do I make it so that only the medim
row shows up on sheet 2 but if the other 2 would have "yes" in the D
column
they would too?


 




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


All times are GMT +1. The time now is 12:08 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.