+ Reply to Thread
Results 1 to 14 of 14

Subquery

  1. #1
    dc
    Guest

    Subquery

    I have a sheet with many rows and i need to filter out old versions of the
    row in questions,

    example

    Mr Smith blah blah aaa bbbb cccc 1
    Mr Smith blah blah bbb ccccc 2
    Mr Smith aaa bbbb ccc 3

    In other words each row is a version on what ever im looking at, How do i
    get rid of the old versions i.e. number 1 and number 2 and keep version 3 ??

    Hope this explains it ok

    regards



  2. #2
    Bob Phillips
    Guest

    Re: Subquery

    In an adjacent column, and assuming that the name is in column A, version in
    F, add this formula

    =F1=MAX(IF($A$1:$A$1000=A1,$F$1:$F$1000))

    it is an array formula, so commit with Ctrl-Shift-Enter.

    Copy the formula down for all relevant rows.

    Filter Column F (Data>Filter>Autofilter), select a value of False, then
    delete visible rows.

    --
    HTH

    Bob Phillips

    "dc" <[email protected]> wrote in message
    news:%[email protected]...
    > I have a sheet with many rows and i need to filter out old versions of the
    > row in questions,
    >
    > example
    >
    > Mr Smith blah blah aaa bbbb cccc 1
    > Mr Smith blah blah bbb ccccc 2
    > Mr Smith aaa bbbb ccc 3
    >
    > In other words each row is a version on what ever im looking at, How do i
    > get rid of the old versions i.e. number 1 and number 2 and keep version 3

    ??
    >
    > Hope this explains it ok
    >
    > regards
    >
    >




  3. #3
    dc
    Guest

    Re: Subquery

    Thank you for that, im not sure its working or I have done it correctly
    could i send u some data to explain what I mean ?>

    regards

    "Bob Phillips" <[email protected]> wrote in message
    news:[email protected]...
    > In an adjacent column, and assuming that the name is in column A, version

    in
    > F, add this formula
    >
    > =F1=MAX(IF($A$1:$A$1000=A1,$F$1:$F$1000))
    >
    > it is an array formula, so commit with Ctrl-Shift-Enter.
    >
    > Copy the formula down for all relevant rows.
    >
    > Filter Column F (Data>Filter>Autofilter), select a value of False, then
    > delete visible rows.
    >
    > --
    > HTH
    >
    > Bob Phillips
    >
    > "dc" <[email protected]> wrote in message
    > news:%[email protected]...
    > > I have a sheet with many rows and i need to filter out old versions of

    the
    > > row in questions,
    > >
    > > example
    > >
    > > Mr Smith blah blah aaa bbbb cccc 1
    > > Mr Smith blah blah bbb ccccc 2
    > > Mr Smith aaa bbbb ccc 3
    > >
    > > In other words each row is a version on what ever im looking at, How do

    i
    > > get rid of the old versions i.e. number 1 and number 2 and keep version

    3
    > ??
    > >
    > > Hope this explains it ok
    > >
    > > regards
    > >
    > >

    >
    >




  4. #4
    Bob Phillips
    Guest

    Re: Subquery

    Feel free. The addy is

    bob dot phillips at tiscali dot co dot uk

    do the obvious

    --
    HTH

    Bob Phillips

    "dc" <[email protected]> wrote in message
    news:%[email protected]...
    > Thank you for that, im not sure its working or I have done it correctly
    > could i send u some data to explain what I mean ?>
    >
    > regards
    >
    > "Bob Phillips" <[email protected]> wrote in message
    > news:[email protected]...
    > > In an adjacent column, and assuming that the name is in column A,

    version
    > in
    > > F, add this formula
    > >
    > > =F1=MAX(IF($A$1:$A$1000=A1,$F$1:$F$1000))
    > >
    > > it is an array formula, so commit with Ctrl-Shift-Enter.
    > >
    > > Copy the formula down for all relevant rows.
    > >
    > > Filter Column F (Data>Filter>Autofilter), select a value of False, then
    > > delete visible rows.
    > >
    > > --
    > > HTH
    > >
    > > Bob Phillips
    > >
    > > "dc" <[email protected]> wrote in message
    > > news:%[email protected]...
    > > > I have a sheet with many rows and i need to filter out old versions of

    > the
    > > > row in questions,
    > > >
    > > > example
    > > >
    > > > Mr Smith blah blah aaa bbbb cccc 1
    > > > Mr Smith blah blah bbb ccccc 2
    > > > Mr Smith aaa bbbb ccc 3
    > > >
    > > > In other words each row is a version on what ever im looking at, How

    do
    > i
    > > > get rid of the old versions i.e. number 1 and number 2 and keep

    version
    > 3
    > > ??
    > > >
    > > > Hope this explains it ok
    > > >
    > > > regards
    > > >
    > > >

    > >
    > >

    >
    >




  5. #5
    dc
    Guest

    Re: Subquery

    Bob see attached data ,there is alot more coloums that i have not shown but
    it seems to be doing it the wrong way round, the version i want kept is the
    highest version and not lowest does that make sense??

    regrads
    "Bob Phillips" <[email protected]> wrote in message
    news:[email protected]...
    > Feel free. The addy is
    >
    > bob dot phillips at tiscali dot co dot uk
    >
    > do the obvious
    >
    > --
    > HTH
    >
    > Bob Phillips
    >
    > "dc" <[email protected]> wrote in message
    > news:%[email protected]...
    > > Thank you for that, im not sure its working or I have done it correctly
    > > could i send u some data to explain what I mean ?>
    > >
    > > regards
    > >
    > > "Bob Phillips" <[email protected]> wrote in message
    > > news:[email protected]...
    > > > In an adjacent column, and assuming that the name is in column A,

    > version
    > > in
    > > > F, add this formula
    > > >
    > > > =F1=MAX(IF($A$1:$A$1000=A1,$F$1:$F$1000))
    > > >
    > > > it is an array formula, so commit with Ctrl-Shift-Enter.
    > > >
    > > > Copy the formula down for all relevant rows.
    > > >
    > > > Filter Column F (Data>Filter>Autofilter), select a value of False,

    then
    > > > delete visible rows.
    > > >
    > > > --
    > > > HTH
    > > >
    > > > Bob Phillips
    > > >
    > > > "dc" <[email protected]> wrote in message
    > > > news:%[email protected]...
    > > > > I have a sheet with many rows and i need to filter out old versions

    of
    > > the
    > > > > row in questions,
    > > > >
    > > > > example
    > > > >
    > > > > Mr Smith blah blah aaa bbbb cccc 1
    > > > > Mr Smith blah blah bbb ccccc 2
    > > > > Mr Smith aaa bbbb ccc 3
    > > > >
    > > > > In other words each row is a version on what ever im looking at, How

    > do
    > > i
    > > > > get rid of the old versions i.e. number 1 and number 2 and keep

    > version
    > > 3
    > > > ??
    > > > >
    > > > > Hope this explains it ok
    > > > >
    > > > > regards
    > > > >
    > > > >
    > > >
    > > >

    > >
    > >

    >
    >






  6. #6
    Bob Phillips
    Guest

    Re: Subquery

    Got it. Put this formula in some spare column, say G3

    =D3=MAX(IF($A$3:$A$1000=A3,$D$3:$D$1000))

    then as before, copy the formula down for all relevant rows.

    Filter Column F (Data>Filter>Autofilter), click the dropdown arrow, select
    the value of False, then delete visible rows.


    --
    HTH

    Bob Phillips

    "dc" <[email protected]> wrote in message
    news:[email protected]...
    > Bob see attached data ,there is alot more coloums that i have not shown

    but
    > it seems to be doing it the wrong way round, the version i want kept is

    the
    > highest version and not lowest does that make sense??
    >
    > regrads
    > "Bob Phillips" <[email protected]> wrote in message
    > news:[email protected]...
    > > Feel free. The addy is
    > >
    > > bob dot phillips at tiscali dot co dot uk
    > >
    > > do the obvious
    > >
    > > --
    > > HTH
    > >
    > > Bob Phillips
    > >
    > > "dc" <[email protected]> wrote in message
    > > news:%[email protected]...
    > > > Thank you for that, im not sure its working or I have done it

    correctly
    > > > could i send u some data to explain what I mean ?>
    > > >
    > > > regards
    > > >
    > > > "Bob Phillips" <[email protected]> wrote in message
    > > > news:[email protected]...
    > > > > In an adjacent column, and assuming that the name is in column A,

    > > version
    > > > in
    > > > > F, add this formula
    > > > >
    > > > > =F1=MAX(IF($A$1:$A$1000=A1,$F$1:$F$1000))
    > > > >
    > > > > it is an array formula, so commit with Ctrl-Shift-Enter.
    > > > >
    > > > > Copy the formula down for all relevant rows.
    > > > >
    > > > > Filter Column F (Data>Filter>Autofilter), select a value of False,

    > then
    > > > > delete visible rows.
    > > > >
    > > > > --
    > > > > HTH
    > > > >
    > > > > Bob Phillips
    > > > >
    > > > > "dc" <[email protected]> wrote in message
    > > > > news:%[email protected]...
    > > > > > I have a sheet with many rows and i need to filter out old

    versions
    > of
    > > > the
    > > > > > row in questions,
    > > > > >
    > > > > > example
    > > > > >
    > > > > > Mr Smith blah blah aaa bbbb cccc 1
    > > > > > Mr Smith blah blah bbb ccccc 2
    > > > > > Mr Smith aaa bbbb ccc 3
    > > > > >
    > > > > > In other words each row is a version on what ever im looking at,

    How
    > > do
    > > > i
    > > > > > get rid of the old versions i.e. number 1 and number 2 and keep

    > > version
    > > > 3
    > > > > ??
    > > > > >
    > > > > > Hope this explains it ok
    > > > > >
    > > > > > regards
    > > > > >
    > > > > >
    > > > >
    > > > >
    > > >
    > > >

    > >
    > >

    >
    >
    >




  7. #7
    dc
    Guest

    Re: Subquery

    SED00001672 FALSE TRUE 1
    SED00001672 FALSE FALSE 2
    SED00001672 FALSE FALSE 3
    SED00001672 FALSE FALSE 4

    that's the results i was getting for the first query and the second one you
    sent was everything false except the very last record in the whole sheet, If
    poss I want the forth version in this list to be the true one....

    Sorry Bob for being very confusing...

    "Bob Phillips" <[email protected]> wrote in message
    news:[email protected]...
    > Got it. Put this formula in some spare column, say G3
    >
    > =D3=MAX(IF($A$3:$A$1000=A3,$D$3:$D$1000))
    >
    > then as before, copy the formula down for all relevant rows.
    >
    > Filter Column F (Data>Filter>Autofilter), click the dropdown arrow, select
    > the value of False, then delete visible rows.
    >
    >
    > --
    > HTH
    >
    > Bob Phillips
    >
    > "dc" <[email protected]> wrote in message
    > news:[email protected]...
    > > Bob see attached data ,there is alot more coloums that i have not shown

    > but
    > > it seems to be doing it the wrong way round, the version i want kept is

    > the
    > > highest version and not lowest does that make sense??
    > >
    > > regrads
    > > "Bob Phillips" <[email protected]> wrote in message
    > > news:[email protected]...
    > > > Feel free. The addy is
    > > >
    > > > bob dot phillips at tiscali dot co dot uk
    > > >
    > > > do the obvious
    > > >
    > > > --
    > > > HTH
    > > >
    > > > Bob Phillips
    > > >
    > > > "dc" <[email protected]> wrote in message
    > > > news:%[email protected]...
    > > > > Thank you for that, im not sure its working or I have done it

    > correctly
    > > > > could i send u some data to explain what I mean ?>
    > > > >
    > > > > regards
    > > > >
    > > > > "Bob Phillips" <[email protected]> wrote in message
    > > > > news:[email protected]...
    > > > > > In an adjacent column, and assuming that the name is in column A,
    > > > version
    > > > > in
    > > > > > F, add this formula
    > > > > >
    > > > > > =F1=MAX(IF($A$1:$A$1000=A1,$F$1:$F$1000))
    > > > > >
    > > > > > it is an array formula, so commit with Ctrl-Shift-Enter.
    > > > > >
    > > > > > Copy the formula down for all relevant rows.
    > > > > >
    > > > > > Filter Column F (Data>Filter>Autofilter), select a value of False,

    > > then
    > > > > > delete visible rows.
    > > > > >
    > > > > > --
    > > > > > HTH
    > > > > >
    > > > > > Bob Phillips
    > > > > >
    > > > > > "dc" <[email protected]> wrote in message
    > > > > > news:%[email protected]...
    > > > > > > I have a sheet with many rows and i need to filter out old

    > versions
    > > of
    > > > > the
    > > > > > > row in questions,
    > > > > > >
    > > > > > > example
    > > > > > >
    > > > > > > Mr Smith blah blah aaa bbbb cccc 1
    > > > > > > Mr Smith blah blah bbb ccccc 2
    > > > > > > Mr Smith aaa bbbb ccc 3
    > > > > > >
    > > > > > > In other words each row is a version on what ever im looking at,

    > How
    > > > do
    > > > > i
    > > > > > > get rid of the old versions i.e. number 1 and number 2 and keep
    > > > version
    > > > > 3
    > > > > > ??
    > > > > > >
    > > > > > > Hope this explains it ok
    > > > > > >
    > > > > > > regards
    > > > > > >
    > > > > > >
    > > > > >
    > > > > >
    > > > >
    > > > >
    > > >
    > > >

    > >
    > >
    > >

    >
    >




  8. #8
    dc
    Guest

    Re: Subquery

    Can anyone help pwith this pls >???

    Bob has given me the query but it works in opp way i want it to ...



    "dc" <[email protected]> wrote in message
    news:[email protected]...
    > SED00001672 FALSE TRUE 1
    > SED00001672 FALSE FALSE 2
    > SED00001672 FALSE FALSE 3
    > SED00001672 FALSE FALSE 4
    >
    > that's the results i was getting for the first query and the second one

    you
    > sent was everything false except the very last record in the whole sheet,

    If
    > poss I want the forth version in this list to be the true one....
    >
    > Sorry Bob for being very confusing...
    >
    > "Bob Phillips" <[email protected]> wrote in message
    > news:[email protected]...
    > > Got it. Put this formula in some spare column, say G3
    > >
    > > =D3=MAX(IF($A$3:$A$1000=A3,$D$3:$D$1000))
    > >
    > > then as before, copy the formula down for all relevant rows.
    > >
    > > Filter Column F (Data>Filter>Autofilter), click the dropdown arrow,

    select
    > > the value of False, then delete visible rows.
    > >
    > >
    > > --
    > > HTH
    > >
    > > Bob Phillips
    > >
    > > "dc" <[email protected]> wrote in message
    > > news:[email protected]...
    > > > Bob see attached data ,there is alot more coloums that i have not

    shown
    > > but
    > > > it seems to be doing it the wrong way round, the version i want kept

    is
    > > the
    > > > highest version and not lowest does that make sense??
    > > >
    > > > regrads
    > > > "Bob Phillips" <[email protected]> wrote in message
    > > > news:[email protected]...
    > > > > Feel free. The addy is
    > > > >
    > > > > bob dot phillips at tiscali dot co dot uk
    > > > >
    > > > > do the obvious
    > > > >
    > > > > --
    > > > > HTH
    > > > >
    > > > > Bob Phillips
    > > > >
    > > > > "dc" <[email protected]> wrote in message
    > > > > news:%[email protected]...
    > > > > > Thank you for that, im not sure its working or I have done it

    > > correctly
    > > > > > could i send u some data to explain what I mean ?>
    > > > > >
    > > > > > regards
    > > > > >
    > > > > > "Bob Phillips" <[email protected]> wrote in message
    > > > > > news:[email protected]...
    > > > > > > In an adjacent column, and assuming that the name is in column

    A,
    > > > > version
    > > > > > in
    > > > > > > F, add this formula
    > > > > > >
    > > > > > > =F1=MAX(IF($A$1:$A$1000=A1,$F$1:$F$1000))
    > > > > > >
    > > > > > > it is an array formula, so commit with Ctrl-Shift-Enter.
    > > > > > >
    > > > > > > Copy the formula down for all relevant rows.
    > > > > > >
    > > > > > > Filter Column F (Data>Filter>Autofilter), select a value of

    False,
    > > > then
    > > > > > > delete visible rows.
    > > > > > >
    > > > > > > --
    > > > > > > HTH
    > > > > > >
    > > > > > > Bob Phillips
    > > > > > >
    > > > > > > "dc" <[email protected]> wrote in message
    > > > > > > news:%[email protected]...
    > > > > > > > I have a sheet with many rows and i need to filter out old

    > > versions
    > > > of
    > > > > > the
    > > > > > > > row in questions,
    > > > > > > >
    > > > > > > > example
    > > > > > > >
    > > > > > > > Mr Smith blah blah aaa bbbb cccc 1
    > > > > > > > Mr Smith blah blah bbb ccccc 2
    > > > > > > > Mr Smith aaa bbbb ccc 3
    > > > > > > >
    > > > > > > > In other words each row is a version on what ever im looking

    at,
    > > How
    > > > > do
    > > > > > i
    > > > > > > > get rid of the old versions i.e. number 1 and number 2 and

    keep
    > > > > version
    > > > > > 3
    > > > > > > ??
    > > > > > > >
    > > > > > > > Hope this explains it ok
    > > > > > > >
    > > > > > > > regards
    > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > > >
    > > > > >
    > > > > >
    > > > >
    > > > >
    > > >
    > > >
    > > >

    > >
    > >

    >
    >




  9. #9
    dc
    Guest

    Re: Subquery

    Can anyone help pwith this pls >???

    Bob has given me the query but it works in opp way i want it to ...



    "dc" <[email protected]> wrote in message
    news:[email protected]...
    > SED00001672 FALSE TRUE 1
    > SED00001672 FALSE FALSE 2
    > SED00001672 FALSE FALSE 3
    > SED00001672 FALSE FALSE 4
    >
    > that's the results i was getting for the first query and the second one

    you
    > sent was everything false except the very last record in the whole sheet,

    If
    > poss I want the forth version in this list to be the true one....
    >
    > Sorry Bob for being very confusing...
    >
    > "Bob Phillips" <[email protected]> wrote in message
    > news:[email protected]...
    > > Got it. Put this formula in some spare column, say G3
    > >
    > > =D3=MAX(IF($A$3:$A$1000=A3,$D$3:$D$1000))
    > >
    > > then as before, copy the formula down for all relevant rows.
    > >
    > > Filter Column F (Data>Filter>Autofilter), click the dropdown arrow,

    select
    > > the value of False, then delete visible rows.
    > >
    > >
    > > --
    > > HTH
    > >
    > > Bob Phillips
    > >
    > > "dc" <[email protected]> wrote in message
    > > news:[email protected]...
    > > > Bob see attached data ,there is alot more coloums that i have not

    shown
    > > but
    > > > it seems to be doing it the wrong way round, the version i want kept

    is
    > > the
    > > > highest version and not lowest does that make sense??
    > > >
    > > > regrads
    > > > "Bob Phillips" <[email protected]> wrote in message
    > > > news:[email protected]...
    > > > > Feel free. The addy is
    > > > >
    > > > > bob dot phillips at tiscali dot co dot uk
    > > > >
    > > > > do the obvious
    > > > >
    > > > > --
    > > > > HTH
    > > > >
    > > > > Bob Phillips
    > > > >
    > > > > "dc" <[email protected]> wrote in message
    > > > > news:%[email protected]...
    > > > > > Thank you for that, im not sure its working or I have done it

    > > correctly
    > > > > > could i send u some data to explain what I mean ?>
    > > > > >
    > > > > > regards
    > > > > >
    > > > > > "Bob Phillips" <[email protected]> wrote in message
    > > > > > news:[email protected]...
    > > > > > > In an adjacent column, and assuming that the name is in column

    A,
    > > > > version
    > > > > > in
    > > > > > > F, add this formula
    > > > > > >
    > > > > > > =F1=MAX(IF($A$1:$A$1000=A1,$F$1:$F$1000))
    > > > > > >
    > > > > > > it is an array formula, so commit with Ctrl-Shift-Enter.
    > > > > > >
    > > > > > > Copy the formula down for all relevant rows.
    > > > > > >
    > > > > > > Filter Column F (Data>Filter>Autofilter), select a value of

    False,
    > > > then
    > > > > > > delete visible rows.
    > > > > > >
    > > > > > > --
    > > > > > > HTH
    > > > > > >
    > > > > > > Bob Phillips
    > > > > > >
    > > > > > > "dc" <[email protected]> wrote in message
    > > > > > > news:%[email protected]...
    > > > > > > > I have a sheet with many rows and i need to filter out old

    > > versions
    > > > of
    > > > > > the
    > > > > > > > row in questions,
    > > > > > > >
    > > > > > > > example
    > > > > > > >
    > > > > > > > Mr Smith blah blah aaa bbbb cccc 1
    > > > > > > > Mr Smith blah blah bbb ccccc 2
    > > > > > > > Mr Smith aaa bbbb ccc 3
    > > > > > > >
    > > > > > > > In other words each row is a version on what ever im looking

    at,
    > > How
    > > > > do
    > > > > > i
    > > > > > > > get rid of the old versions i.e. number 1 and number 2 and

    keep
    > > > > version
    > > > > > 3
    > > > > > > ??
    > > > > > > >
    > > > > > > > Hope this explains it ok
    > > > > > > >
    > > > > > > > regards
    > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > > >
    > > > > >
    > > > > >
    > > > >
    > > > >
    > > >
    > > >
    > > >

    > >
    > >

    >
    >




  10. #10
    dc
    Guest

    Re: Subquery

    Can anyone help pwith this pls >???

    Bob has given me the query but it works in opp way i want it to ...



    "dc" <[email protected]> wrote in message
    news:[email protected]...
    > SED00001672 FALSE TRUE 1
    > SED00001672 FALSE FALSE 2
    > SED00001672 FALSE FALSE 3
    > SED00001672 FALSE FALSE 4
    >
    > that's the results i was getting for the first query and the second one

    you
    > sent was everything false except the very last record in the whole sheet,

    If
    > poss I want the forth version in this list to be the true one....
    >
    > Sorry Bob for being very confusing...
    >
    > "Bob Phillips" <[email protected]> wrote in message
    > news:[email protected]...
    > > Got it. Put this formula in some spare column, say G3
    > >
    > > =D3=MAX(IF($A$3:$A$1000=A3,$D$3:$D$1000))
    > >
    > > then as before, copy the formula down for all relevant rows.
    > >
    > > Filter Column F (Data>Filter>Autofilter), click the dropdown arrow,

    select
    > > the value of False, then delete visible rows.
    > >
    > >
    > > --
    > > HTH
    > >
    > > Bob Phillips
    > >
    > > "dc" <[email protected]> wrote in message
    > > news:[email protected]...
    > > > Bob see attached data ,there is alot more coloums that i have not

    shown
    > > but
    > > > it seems to be doing it the wrong way round, the version i want kept

    is
    > > the
    > > > highest version and not lowest does that make sense??
    > > >
    > > > regrads
    > > > "Bob Phillips" <[email protected]> wrote in message
    > > > news:[email protected]...
    > > > > Feel free. The addy is
    > > > >
    > > > > bob dot phillips at tiscali dot co dot uk
    > > > >
    > > > > do the obvious
    > > > >
    > > > > --
    > > > > HTH
    > > > >
    > > > > Bob Phillips
    > > > >
    > > > > "dc" <[email protected]> wrote in message
    > > > > news:%[email protected]...
    > > > > > Thank you for that, im not sure its working or I have done it

    > > correctly
    > > > > > could i send u some data to explain what I mean ?>
    > > > > >
    > > > > > regards
    > > > > >
    > > > > > "Bob Phillips" <[email protected]> wrote in message
    > > > > > news:[email protected]...
    > > > > > > In an adjacent column, and assuming that the name is in column

    A,
    > > > > version
    > > > > > in
    > > > > > > F, add this formula
    > > > > > >
    > > > > > > =F1=MAX(IF($A$1:$A$1000=A1,$F$1:$F$1000))
    > > > > > >
    > > > > > > it is an array formula, so commit with Ctrl-Shift-Enter.
    > > > > > >
    > > > > > > Copy the formula down for all relevant rows.
    > > > > > >
    > > > > > > Filter Column F (Data>Filter>Autofilter), select a value of

    False,
    > > > then
    > > > > > > delete visible rows.
    > > > > > >
    > > > > > > --
    > > > > > > HTH
    > > > > > >
    > > > > > > Bob Phillips
    > > > > > >
    > > > > > > "dc" <[email protected]> wrote in message
    > > > > > > news:%[email protected]...
    > > > > > > > I have a sheet with many rows and i need to filter out old

    > > versions
    > > > of
    > > > > > the
    > > > > > > > row in questions,
    > > > > > > >
    > > > > > > > example
    > > > > > > >
    > > > > > > > Mr Smith blah blah aaa bbbb cccc 1
    > > > > > > > Mr Smith blah blah bbb ccccc 2
    > > > > > > > Mr Smith aaa bbbb ccc 3
    > > > > > > >
    > > > > > > > In other words each row is a version on what ever im looking

    at,
    > > How
    > > > > do
    > > > > > i
    > > > > > > > get rid of the old versions i.e. number 1 and number 2 and

    keep
    > > > > version
    > > > > > 3
    > > > > > > ??
    > > > > > > >
    > > > > > > > Hope this explains it ok
    > > > > > > >
    > > > > > > > regards
    > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > > >
    > > > > >
    > > > > >
    > > > >
    > > > >
    > > >
    > > >
    > > >

    > >
    > >

    >
    >




  11. #11
    dc
    Guest

    Re: Subquery

    Can anyone help pwith this pls >???

    Bob has given me the query but it works in opp way i want it to ...



    "dc" <[email protected]> wrote in message
    news:[email protected]...
    > SED00001672 FALSE TRUE 1
    > SED00001672 FALSE FALSE 2
    > SED00001672 FALSE FALSE 3
    > SED00001672 FALSE FALSE 4
    >
    > that's the results i was getting for the first query and the second one

    you
    > sent was everything false except the very last record in the whole sheet,

    If
    > poss I want the forth version in this list to be the true one....
    >
    > Sorry Bob for being very confusing...
    >
    > "Bob Phillips" <[email protected]> wrote in message
    > news:[email protected]...
    > > Got it. Put this formula in some spare column, say G3
    > >
    > > =D3=MAX(IF($A$3:$A$1000=A3,$D$3:$D$1000))
    > >
    > > then as before, copy the formula down for all relevant rows.
    > >
    > > Filter Column F (Data>Filter>Autofilter), click the dropdown arrow,

    select
    > > the value of False, then delete visible rows.
    > >
    > >
    > > --
    > > HTH
    > >
    > > Bob Phillips
    > >
    > > "dc" <[email protected]> wrote in message
    > > news:[email protected]...
    > > > Bob see attached data ,there is alot more coloums that i have not

    shown
    > > but
    > > > it seems to be doing it the wrong way round, the version i want kept

    is
    > > the
    > > > highest version and not lowest does that make sense??
    > > >
    > > > regrads
    > > > "Bob Phillips" <[email protected]> wrote in message
    > > > news:[email protected]...
    > > > > Feel free. The addy is
    > > > >
    > > > > bob dot phillips at tiscali dot co dot uk
    > > > >
    > > > > do the obvious
    > > > >
    > > > > --
    > > > > HTH
    > > > >
    > > > > Bob Phillips
    > > > >
    > > > > "dc" <[email protected]> wrote in message
    > > > > news:%[email protected]...
    > > > > > Thank you for that, im not sure its working or I have done it

    > > correctly
    > > > > > could i send u some data to explain what I mean ?>
    > > > > >
    > > > > > regards
    > > > > >
    > > > > > "Bob Phillips" <[email protected]> wrote in message
    > > > > > news:[email protected]...
    > > > > > > In an adjacent column, and assuming that the name is in column

    A,
    > > > > version
    > > > > > in
    > > > > > > F, add this formula
    > > > > > >
    > > > > > > =F1=MAX(IF($A$1:$A$1000=A1,$F$1:$F$1000))
    > > > > > >
    > > > > > > it is an array formula, so commit with Ctrl-Shift-Enter.
    > > > > > >
    > > > > > > Copy the formula down for all relevant rows.
    > > > > > >
    > > > > > > Filter Column F (Data>Filter>Autofilter), select a value of

    False,
    > > > then
    > > > > > > delete visible rows.
    > > > > > >
    > > > > > > --
    > > > > > > HTH
    > > > > > >
    > > > > > > Bob Phillips
    > > > > > >
    > > > > > > "dc" <[email protected]> wrote in message
    > > > > > > news:%[email protected]...
    > > > > > > > I have a sheet with many rows and i need to filter out old

    > > versions
    > > > of
    > > > > > the
    > > > > > > > row in questions,
    > > > > > > >
    > > > > > > > example
    > > > > > > >
    > > > > > > > Mr Smith blah blah aaa bbbb cccc 1
    > > > > > > > Mr Smith blah blah bbb ccccc 2
    > > > > > > > Mr Smith aaa bbbb ccc 3
    > > > > > > >
    > > > > > > > In other words each row is a version on what ever im looking

    at,
    > > How
    > > > > do
    > > > > > i
    > > > > > > > get rid of the old versions i.e. number 1 and number 2 and

    keep
    > > > > version
    > > > > > 3
    > > > > > > ??
    > > > > > > >
    > > > > > > > Hope this explains it ok
    > > > > > > >
    > > > > > > > regards
    > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > > >
    > > > > >
    > > > > >
    > > > >
    > > > >
    > > >
    > > >
    > > >

    > >
    > >

    >
    >




  12. #12
    dc
    Guest

    Re: Subquery

    Can anyone help pwith this pls >???

    Bob has given me the query but it works in opp way i want it to ...



    "dc" <[email protected]> wrote in message
    news:[email protected]...
    > SED00001672 FALSE TRUE 1
    > SED00001672 FALSE FALSE 2
    > SED00001672 FALSE FALSE 3
    > SED00001672 FALSE FALSE 4
    >
    > that's the results i was getting for the first query and the second one

    you
    > sent was everything false except the very last record in the whole sheet,

    If
    > poss I want the forth version in this list to be the true one....
    >
    > Sorry Bob for being very confusing...
    >
    > "Bob Phillips" <[email protected]> wrote in message
    > news:[email protected]...
    > > Got it. Put this formula in some spare column, say G3
    > >
    > > =D3=MAX(IF($A$3:$A$1000=A3,$D$3:$D$1000))
    > >
    > > then as before, copy the formula down for all relevant rows.
    > >
    > > Filter Column F (Data>Filter>Autofilter), click the dropdown arrow,

    select
    > > the value of False, then delete visible rows.
    > >
    > >
    > > --
    > > HTH
    > >
    > > Bob Phillips
    > >
    > > "dc" <[email protected]> wrote in message
    > > news:[email protected]...
    > > > Bob see attached data ,there is alot more coloums that i have not

    shown
    > > but
    > > > it seems to be doing it the wrong way round, the version i want kept

    is
    > > the
    > > > highest version and not lowest does that make sense??
    > > >
    > > > regrads
    > > > "Bob Phillips" <[email protected]> wrote in message
    > > > news:[email protected]...
    > > > > Feel free. The addy is
    > > > >
    > > > > bob dot phillips at tiscali dot co dot uk
    > > > >
    > > > > do the obvious
    > > > >
    > > > > --
    > > > > HTH
    > > > >
    > > > > Bob Phillips
    > > > >
    > > > > "dc" <[email protected]> wrote in message
    > > > > news:%[email protected]...
    > > > > > Thank you for that, im not sure its working or I have done it

    > > correctly
    > > > > > could i send u some data to explain what I mean ?>
    > > > > >
    > > > > > regards
    > > > > >
    > > > > > "Bob Phillips" <[email protected]> wrote in message
    > > > > > news:[email protected]...
    > > > > > > In an adjacent column, and assuming that the name is in column

    A,
    > > > > version
    > > > > > in
    > > > > > > F, add this formula
    > > > > > >
    > > > > > > =F1=MAX(IF($A$1:$A$1000=A1,$F$1:$F$1000))
    > > > > > >
    > > > > > > it is an array formula, so commit with Ctrl-Shift-Enter.
    > > > > > >
    > > > > > > Copy the formula down for all relevant rows.
    > > > > > >
    > > > > > > Filter Column F (Data>Filter>Autofilter), select a value of

    False,
    > > > then
    > > > > > > delete visible rows.
    > > > > > >
    > > > > > > --
    > > > > > > HTH
    > > > > > >
    > > > > > > Bob Phillips
    > > > > > >
    > > > > > > "dc" <[email protected]> wrote in message
    > > > > > > news:%[email protected]...
    > > > > > > > I have a sheet with many rows and i need to filter out old

    > > versions
    > > > of
    > > > > > the
    > > > > > > > row in questions,
    > > > > > > >
    > > > > > > > example
    > > > > > > >
    > > > > > > > Mr Smith blah blah aaa bbbb cccc 1
    > > > > > > > Mr Smith blah blah bbb ccccc 2
    > > > > > > > Mr Smith aaa bbbb ccc 3
    > > > > > > >
    > > > > > > > In other words each row is a version on what ever im looking

    at,
    > > How
    > > > > do
    > > > > > i
    > > > > > > > get rid of the old versions i.e. number 1 and number 2 and

    keep
    > > > > version
    > > > > > 3
    > > > > > > ??
    > > > > > > >
    > > > > > > > Hope this explains it ok
    > > > > > > >
    > > > > > > > regards
    > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > > >
    > > > > >
    > > > > >
    > > > >
    > > > >
    > > >
    > > >
    > > >

    > >
    > >

    >
    >




  13. #13
    dc
    Guest

    Re: Subquery

    Can anyone help pwith this pls >???

    Bob has given me the query but it works in opp way i want it to ...



    "dc" <[email protected]> wrote in message
    news:[email protected]...
    > SED00001672 FALSE TRUE 1
    > SED00001672 FALSE FALSE 2
    > SED00001672 FALSE FALSE 3
    > SED00001672 FALSE FALSE 4
    >
    > that's the results i was getting for the first query and the second one

    you
    > sent was everything false except the very last record in the whole sheet,

    If
    > poss I want the forth version in this list to be the true one....
    >
    > Sorry Bob for being very confusing...
    >
    > "Bob Phillips" <[email protected]> wrote in message
    > news:[email protected]...
    > > Got it. Put this formula in some spare column, say G3
    > >
    > > =D3=MAX(IF($A$3:$A$1000=A3,$D$3:$D$1000))
    > >
    > > then as before, copy the formula down for all relevant rows.
    > >
    > > Filter Column F (Data>Filter>Autofilter), click the dropdown arrow,

    select
    > > the value of False, then delete visible rows.
    > >
    > >
    > > --
    > > HTH
    > >
    > > Bob Phillips
    > >
    > > "dc" <[email protected]> wrote in message
    > > news:[email protected]...
    > > > Bob see attached data ,there is alot more coloums that i have not

    shown
    > > but
    > > > it seems to be doing it the wrong way round, the version i want kept

    is
    > > the
    > > > highest version and not lowest does that make sense??
    > > >
    > > > regrads
    > > > "Bob Phillips" <[email protected]> wrote in message
    > > > news:[email protected]...
    > > > > Feel free. The addy is
    > > > >
    > > > > bob dot phillips at tiscali dot co dot uk
    > > > >
    > > > > do the obvious
    > > > >
    > > > > --
    > > > > HTH
    > > > >
    > > > > Bob Phillips
    > > > >
    > > > > "dc" <[email protected]> wrote in message
    > > > > news:%[email protected]...
    > > > > > Thank you for that, im not sure its working or I have done it

    > > correctly
    > > > > > could i send u some data to explain what I mean ?>
    > > > > >
    > > > > > regards
    > > > > >
    > > > > > "Bob Phillips" <[email protected]> wrote in message
    > > > > > news:[email protected]...
    > > > > > > In an adjacent column, and assuming that the name is in column

    A,
    > > > > version
    > > > > > in
    > > > > > > F, add this formula
    > > > > > >
    > > > > > > =F1=MAX(IF($A$1:$A$1000=A1,$F$1:$F$1000))
    > > > > > >
    > > > > > > it is an array formula, so commit with Ctrl-Shift-Enter.
    > > > > > >
    > > > > > > Copy the formula down for all relevant rows.
    > > > > > >
    > > > > > > Filter Column F (Data>Filter>Autofilter), select a value of

    False,
    > > > then
    > > > > > > delete visible rows.
    > > > > > >
    > > > > > > --
    > > > > > > HTH
    > > > > > >
    > > > > > > Bob Phillips
    > > > > > >
    > > > > > > "dc" <[email protected]> wrote in message
    > > > > > > news:%[email protected]...
    > > > > > > > I have a sheet with many rows and i need to filter out old

    > > versions
    > > > of
    > > > > > the
    > > > > > > > row in questions,
    > > > > > > >
    > > > > > > > example
    > > > > > > >
    > > > > > > > Mr Smith blah blah aaa bbbb cccc 1
    > > > > > > > Mr Smith blah blah bbb ccccc 2
    > > > > > > > Mr Smith aaa bbbb ccc 3
    > > > > > > >
    > > > > > > > In other words each row is a version on what ever im looking

    at,
    > > How
    > > > > do
    > > > > > i
    > > > > > > > get rid of the old versions i.e. number 1 and number 2 and

    keep
    > > > > version
    > > > > > 3
    > > > > > > ??
    > > > > > > >
    > > > > > > > Hope this explains it ok
    > > > > > > >
    > > > > > > > regards
    > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > > >
    > > > > >
    > > > > >
    > > > >
    > > > >
    > > >
    > > >
    > > >

    > >
    > >

    >
    >




  14. #14
    dc
    Guest

    Re: Subquery

    Can anyone help pwith this pls >???

    Bob has given me the query but it works in opp way i want it to ...



    "dc" <[email protected]> wrote in message
    news:[email protected]...
    > SED00001672 FALSE TRUE 1
    > SED00001672 FALSE FALSE 2
    > SED00001672 FALSE FALSE 3
    > SED00001672 FALSE FALSE 4
    >
    > that's the results i was getting for the first query and the second one

    you
    > sent was everything false except the very last record in the whole sheet,

    If
    > poss I want the forth version in this list to be the true one....
    >
    > Sorry Bob for being very confusing...
    >
    > "Bob Phillips" <[email protected]> wrote in message
    > news:[email protected]...
    > > Got it. Put this formula in some spare column, say G3
    > >
    > > =D3=MAX(IF($A$3:$A$1000=A3,$D$3:$D$1000))
    > >
    > > then as before, copy the formula down for all relevant rows.
    > >
    > > Filter Column F (Data>Filter>Autofilter), click the dropdown arrow,

    select
    > > the value of False, then delete visible rows.
    > >
    > >
    > > --
    > > HTH
    > >
    > > Bob Phillips
    > >
    > > "dc" <[email protected]> wrote in message
    > > news:[email protected]...
    > > > Bob see attached data ,there is alot more coloums that i have not

    shown
    > > but
    > > > it seems to be doing it the wrong way round, the version i want kept

    is
    > > the
    > > > highest version and not lowest does that make sense??
    > > >
    > > > regrads
    > > > "Bob Phillips" <[email protected]> wrote in message
    > > > news:[email protected]...
    > > > > Feel free. The addy is
    > > > >
    > > > > bob dot phillips at tiscali dot co dot uk
    > > > >
    > > > > do the obvious
    > > > >
    > > > > --
    > > > > HTH
    > > > >
    > > > > Bob Phillips
    > > > >
    > > > > "dc" <[email protected]> wrote in message
    > > > > news:%[email protected]...
    > > > > > Thank you for that, im not sure its working or I have done it

    > > correctly
    > > > > > could i send u some data to explain what I mean ?>
    > > > > >
    > > > > > regards
    > > > > >
    > > > > > "Bob Phillips" <[email protected]> wrote in message
    > > > > > news:[email protected]...
    > > > > > > In an adjacent column, and assuming that the name is in column

    A,
    > > > > version
    > > > > > in
    > > > > > > F, add this formula
    > > > > > >
    > > > > > > =F1=MAX(IF($A$1:$A$1000=A1,$F$1:$F$1000))
    > > > > > >
    > > > > > > it is an array formula, so commit with Ctrl-Shift-Enter.
    > > > > > >
    > > > > > > Copy the formula down for all relevant rows.
    > > > > > >
    > > > > > > Filter Column F (Data>Filter>Autofilter), select a value of

    False,
    > > > then
    > > > > > > delete visible rows.
    > > > > > >
    > > > > > > --
    > > > > > > HTH
    > > > > > >
    > > > > > > Bob Phillips
    > > > > > >
    > > > > > > "dc" <[email protected]> wrote in message
    > > > > > > news:%[email protected]...
    > > > > > > > I have a sheet with many rows and i need to filter out old

    > > versions
    > > > of
    > > > > > the
    > > > > > > > row in questions,
    > > > > > > >
    > > > > > > > example
    > > > > > > >
    > > > > > > > Mr Smith blah blah aaa bbbb cccc 1
    > > > > > > > Mr Smith blah blah bbb ccccc 2
    > > > > > > > Mr Smith aaa bbbb ccc 3
    > > > > > > >
    > > > > > > > In other words each row is a version on what ever im looking

    at,
    > > How
    > > > > do
    > > > > > i
    > > > > > > > get rid of the old versions i.e. number 1 and number 2 and

    keep
    > > > > version
    > > > > > 3
    > > > > > > ??
    > > > > > > >
    > > > > > > > Hope this explains it ok
    > > > > > > >
    > > > > > > > regards
    > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > > >
    > > > > >
    > > > > >
    > > > >
    > > > >
    > > >
    > > >
    > > >

    > >
    > >

    >
    >




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1