(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...
(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...
(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...
(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...
(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...
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