WUGNET, the Windows User Group Network
Your Complete Resource Center for "The Best" in Shareware, Computing Tips and Support, Windows Industry News... and much more!
Home Forums Shareware Windows Tips Hot Offers FREE Newsletters Arcade Contact Us About Partners
Search WUGNET: RSS Feeds RSS Feeds Advertise with WUGNET    |    Shareware eBooks
HomeHome FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

A conditional lookup question.

 
   Home -> Office -> General Discussions RSS
Next:  Formula result in multiple cells  
Author Message
Adam

External


Since: Aug 17, 2006
Posts: 150



(Msg. 1) Posted: Wed Sep 10, 2008 1:06 pm
Post subject: A conditional lookup question.
Archived from groups: microsoft>public>excel>misc (more info?)

Hey everyone, I think this is an easy question, but I can't figure it out...

Here goes nothing:

There are two tabs.

The first tab is a master list with eight columns.
The seventh column, "G", will have values of "Y" or "N"

The second tab would only return the rows from the first tab that have a "Y"
for the value in column "G".

Any ideas? I'm stumped...
Back to top
Login to vote
art

External


Since: Aug 26, 2004
Posts: 104



(Msg. 2) Posted: Wed Sep 10, 2008 1:16 pm
Post subject: RE: A conditional lookup question. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Try this:

=IF(Sheet1!G1="y",Sheet1!G12,"")


Let me know if this helps.



"Adam" wrote:

> Hey everyone, I think this is an easy question, but I can't figure it out...
>
> Here goes nothing:
>
> There are two tabs.
>
> The first tab is a master list with eight columns.
> The seventh column, "G", will have values of "Y" or "N"
>
> The second tab would only return the rows from the first tab that have a "Y"
> for the value in column "G".
>
> Any ideas? I'm stumped...
Back to top
Login to vote
Adam

External


Since: Aug 17, 2006
Posts: 150



(Msg. 3) Posted: Wed Sep 10, 2008 1:33 pm
Post subject: RE: A conditional lookup question. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hey Art, I'm kind of confused. Is this a value that I would put in one cell
or in multiple?

I'm a newbie at excel. Thanks!

PS: The name of the first sheet is "Master List".

"art" wrote:

> Try this:
>
> =IF(Sheet1!G1="y",Sheet1!G12,"")
>
>
> Let me know if this helps.
>
>
>
> "Adam" wrote:
>
> > Hey everyone, I think this is an easy question, but I can't figure it out...
> >
> > Here goes nothing:
> >
> > There are two tabs.
> >
> > The first tab is a master list with eight columns.
> > The seventh column, "G", will have values of "Y" or "N"
> >
> > The second tab would only return the rows from the first tab that have a "Y"
> > for the value in column "G".
> >
> > Any ideas? I'm stumped...
Back to top
Login to vote
art

External


Since: Aug 26, 2004
Posts: 104



(Msg. 4) Posted: Wed Sep 10, 2008 1:46 pm
Post subject: RE: A conditional lookup question. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

You do this to the whole amount that has values of y or n. For example:

If you have in the master list in column G Y's and N's down until row # 50.
Them you put this formula in cell G1 in the second tab and then drag down
untill row 50. (dragging is done, when you point the mouse over the right
bottom corner of the cell untill you see a small plus sign).

=IF('Master List'!A1="Y",'Master List'!A1,"")

Let me know if you understand and it works.

Good luck.




"Adam" wrote:

> Hey Art, I'm kind of confused. Is this a value that I would put in one cell
> or in multiple?
>
> I'm a newbie at excel. Thanks!
>
> PS: The name of the first sheet is "Master List".
>
> "art" wrote:
>
> > Try this:
> >
> > =IF(Sheet1!G1="y",Sheet1!G12,"")
> >
> >
> > Let me know if this helps.
> >
> >
> >
> > "Adam" wrote:
> >
> > > Hey everyone, I think this is an easy question, but I can't figure it out...
> > >
> > > Here goes nothing:
> > >
> > > There are two tabs.
> > >
> > > The first tab is a master list with eight columns.
> > > The seventh column, "G", will have values of "Y" or "N"
> > >
> > > The second tab would only return the rows from the first tab that have a "Y"
> > > for the value in column "G".
> > >
> > > Any ideas? I'm stumped...
Back to top
Login to vote
Adam

External


Since: Aug 17, 2006
Posts: 150



(Msg. 5) Posted: Wed Sep 10, 2008 1:52 pm
Post subject: RE: A conditional lookup question. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Art,

Got it! Thanks! I dragged down and also to the right adjusting to the
proper cell.

A1 formula is: =IF('Master List'!$G$4="Y",'Master List'!A4,"")


When I drag down it works perfectly, however, there are blank rows where the
non "Y" rows are.

Is there a way to automatically condense the results?

"art" wrote:

> You do this to the whole amount that has values of y or n. For example:
>
> If you have in the master list in column G Y's and N's down until row # 50.
> Them you put this formula in cell G1 in the second tab and then drag down
> untill row 50. (dragging is done, when you point the mouse over the right
> bottom corner of the cell untill you see a small plus sign).
>
> =IF('Master List'!A1="Y",'Master List'!A1,"")
>
> Let me know if you understand and it works.
>
> Good luck.
>
>
>
>
> "Adam" wrote:
>
> > Hey Art, I'm kind of confused. Is this a value that I would put in one cell
> > or in multiple?
> >
> > I'm a newbie at excel. Thanks!
> >
> > PS: The name of the first sheet is "Master List".
> >
> > "art" wrote:
> >
> > > Try this:
> > >
> > > =IF(Sheet1!G1="y",Sheet1!G12,"")
> > >
> > >
> > > Let me know if this helps.
> > >
> > >
> > >
> > > "Adam" wrote:
> > >
> > > > Hey everyone, I think this is an easy question, but I can't figure it out...
> > > >
> > > > Here goes nothing:
> > > >
> > > > There are two tabs.
> > > >
> > > > The first tab is a master list with eight columns.
> > > > The seventh column, "G", will have values of "Y" or "N"
> > > >
> > > > The second tab would only return the rows from the first tab that have a "Y"
> > > > for the value in column "G".
> > > >
> > > > Any ideas? I'm stumped...
Back to top
Login to vote
art

External


Since: Aug 26, 2004
Posts: 104



(Msg. 6) Posted: Sun Nov 23, 2008 10:11 am
Post subject: RE: A conditional lookup question. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

You can sort the column by using the filter and diselecting the blank cells.

"Adam" wrote:

> Art,
>
> Got it! Thanks! I dragged down and also to the right adjusting to the
> proper cell.
>
> A1 formula is: =IF('Master List'!$G$4="Y",'Master List'!A4,"")
>
>
> When I drag down it works perfectly, however, there are blank rows where the
> non "Y" rows are.
>
> Is there a way to automatically condense the results?
>
> "art" wrote:
>
> > You do this to the whole amount that has values of y or n. For example:
> >
> > If you have in the master list in column G Y's and N's down until row # 50.
> > Them you put this formula in cell G1 in the second tab and then drag down
> > untill row 50. (dragging is done, when you point the mouse over the right
> > bottom corner of the cell untill you see a small plus sign).
> >
> > =IF('Master List'!A1="Y",'Master List'!A1,"")
> >
> > Let me know if you understand and it works.
> >
> > Good luck.
> >
> >
> >
> >
> > "Adam" wrote:
> >
> > > Hey Art, I'm kind of confused. Is this a value that I would put in one cell
> > > or in multiple?
> > >
> > > I'm a newbie at excel. Thanks!
> > >
> > > PS: The name of the first sheet is "Master List".
> > >
> > > "art" wrote:
> > >
> > > > Try this:
> > > >
> > > > =IF(Sheet1!G1="y",Sheet1!G12,"")
> > > >
> > > >
> > > > Let me know if this helps.
> > > >
> > > >
> > > >
> > > > "Adam" wrote:
> > > >
> > > > > Hey everyone, I think this is an easy question, but I can't figure it out...
> > > > >
> > > > > Here goes nothing:
> > > > >
> > > > > There are two tabs.
> > > > >
> > > > > The first tab is a master list with eight columns.
> > > > > The seventh column, "G", will have values of "Y" or "N"
> > > > >
> > > > > The second tab would only return the rows from the first tab that have a "Y"
> > > > > for the value in column "G".
> > > > >
> > > > > Any ideas? I'm stumped...
Back to top
Login to vote
Display posts from previous:   
       Home -> Office -> General Discussions All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Categories:
 Windows XP
 Windows Vista
 Windows Other
  Office
 Office Other
 Security
  • Home |
  • Shareware |
  • Windows Tips |
  • Hot Offers |
  • FREE Newsletters |
  • Arcade |
  • Forums |
  • eBooks |
  • About WUGNET |
  • Partners |
  • Contact

  • WUGNET Privacy Policy |
  • Link to WUGNET |
  • IT Support