+ Reply to Thread
Results 1 to 15 of 15

Adding new numbers as I type without duplicates from Sheet1,ColumnA to Sheet2,ColumnA

  1. #1
    Registered User
    Join Date
    07-11-2005
    Posts
    2

    Red face Adding new numbers as I type without duplicates from Sheet1,ColumnA to Sheet2,ColumnA

    Hello,

    I need your help! Please, help me...

    In the MS Excel Worksheet Sheet1, Column A there are numbers 1, 2 & 3 which I change manualy and I need to add manualy another new numbers in combination with old numbers in Sheet1, Column A.

    I need a MS Excel Worksheet formula (Please, no VBA) wich automaticall add numbers from the Sheet1, Column A to the Sheet2, Column A but not by duplicates in the Sheet2, Column A and automatically recognize a new added number 4 in the Sheet1, Column A as I type it and add automatically number 4 as the next in the Sheet2, Column A.

    Sheet1 Sheet2
    Column A Column A
    1 1
    2 2
    3 3
    1
    2
    3
    3
    2
    2
    1
    3

    Thank you in advance for your help and collaboration.
    All the best of the best.
    Regards,
    Master

  2. #2
    Biff
    Guest

    Re: Adding new numbers as I type without duplicates from Sheet1,ColumnA to Sheet2,ColumnA

    Hi!

    Create a dynamic named range for the numbers on sheet1.

    See this if you don't know how to do that:

    http://contextures.com/xlNames01.html#Dynamic

    On sheet2 in column A, leave cell A1 empty and in cell A2 enter this formula
    using the key combo of CTRL,SHIFT,ENTER:

    =IF(ISNA(MATCH(0,COUNTIF(A$1:A1,rng),0)),"",INDEX(rng,MATCH(0,COUNTIF(A$1:A1,rng),0)))

    Where rng = the dynamic named range

    Copy down to enough cells that will cover all the possible unique values
    entered in column A of sheet1.

    As you enter numbers in sheet1 column A, only the unique entries (no dupes)
    will be returned on sheet2 column A.

    Biff

    "Master" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello,
    >
    > I need your help! Please, help me...
    >
    > In the MS Excel Worksheet Sheet1, Column A there are numbers 1, 2 & 3
    > which I change manualy and I need to add manualy another new numbers in
    > combination with old numbers in Sheet1, Column A.
    >
    > I need a MS Excel Worksheet formula (Please, no VBA) wich automaticall
    > add numbers from the Sheet1, Column A to the Sheet2, Column A but not
    > by duplicates in the Sheet2, Column A and automatically recognize a new
    > added number 4 in the Sheet1, Column A as I type it and add
    > automatically number 4 as the next in the Sheet2, Column A.
    >
    > Sheet1 Sheet2
    > Column A Column A
    > 1 1
    > 2 2
    > 3 3
    > 1
    > 2
    > 3
    > 3
    > 2
    > 2
    > 1
    > 3
    >
    > Thank you in advance for your help and collaboration.
    > All the best of the best.
    > Regards,
    > Master
    >
    >
    > --
    > Master
    > ------------------------------------------------------------------------
    > Master's Profile:
    > http://www.excelforum.com/member.php...o&userid=25123
    > View this thread: http://www.excelforum.com/showthread...hreadid=386259
    >




  3. #3
    Registered User
    Join Date
    07-11-2005
    Posts
    2

    Unhappy HELP! It don't work...

    Thank you for fast reply Biff

    Sorry, I tried it but it don't work. Probably I'm doing something wrong.

    Please, send me an excel workbook with done formulas as attachment in email at [email protected] or explain me better.

    Thank you in advance.
    All the best.
    Regards,
    Master

  4. #4
    Biff
    Guest

    Re: Adding new numbers as I type without duplicates from Sheet1,ColumnA to Sheet2,ColumnA

    Hi!

    Create a dynamic named range for the numbers on sheet1.

    See this if you don't know how to do that:

    http://contextures.com/xlNames01.html#Dynamic

    On sheet2 in column A, leave cell A1 empty and in cell A2 enter this formula
    using the key combo of CTRL,SHIFT,ENTER:

    =IF(ISNA(MATCH(0,COUNTIF(A$1:A1,rng),0)),"",INDEX(rng,MATCH(0,COUNTIF(A$1:A1,rng),0)))

    Where rng = the dynamic named range

    Copy down to enough cells that will cover all the possible unique values
    entered in column A of sheet1.

    As you enter numbers in sheet1 column A, only the unique entries (no dupes)
    will be returned on sheet2 column A.

    Biff

    "Master" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello,
    >
    > I need your help! Please, help me...
    >
    > In the MS Excel Worksheet Sheet1, Column A there are numbers 1, 2 & 3
    > which I change manualy and I need to add manualy another new numbers in
    > combination with old numbers in Sheet1, Column A.
    >
    > I need a MS Excel Worksheet formula (Please, no VBA) wich automaticall
    > add numbers from the Sheet1, Column A to the Sheet2, Column A but not
    > by duplicates in the Sheet2, Column A and automatically recognize a new
    > added number 4 in the Sheet1, Column A as I type it and add
    > automatically number 4 as the next in the Sheet2, Column A.
    >
    > Sheet1 Sheet2
    > Column A Column A
    > 1 1
    > 2 2
    > 3 3
    > 1
    > 2
    > 3
    > 3
    > 2
    > 2
    > 1
    > 3
    >
    > Thank you in advance for your help and collaboration.
    > All the best of the best.
    > Regards,
    > Master
    >
    >
    > --
    > Master
    > ------------------------------------------------------------------------
    > Master's Profile:
    > http://www.excelforum.com/member.php...o&userid=25123
    > View this thread: http://www.excelforum.com/showthread...hreadid=386259
    >




  5. #5
    Biff
    Guest

    Re: Adding new numbers as I type without duplicates from Sheet1,ColumnA to Sheet2,ColumnA

    Hi!

    Create a dynamic named range for the numbers on sheet1.

    See this if you don't know how to do that:

    http://contextures.com/xlNames01.html#Dynamic

    On sheet2 in column A, leave cell A1 empty and in cell A2 enter this formula
    using the key combo of CTRL,SHIFT,ENTER:

    =IF(ISNA(MATCH(0,COUNTIF(A$1:A1,rng),0)),"",INDEX(rng,MATCH(0,COUNTIF(A$1:A1,rng),0)))

    Where rng = the dynamic named range

    Copy down to enough cells that will cover all the possible unique values
    entered in column A of sheet1.

    As you enter numbers in sheet1 column A, only the unique entries (no dupes)
    will be returned on sheet2 column A.

    Biff

    "Master" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello,
    >
    > I need your help! Please, help me...
    >
    > In the MS Excel Worksheet Sheet1, Column A there are numbers 1, 2 & 3
    > which I change manualy and I need to add manualy another new numbers in
    > combination with old numbers in Sheet1, Column A.
    >
    > I need a MS Excel Worksheet formula (Please, no VBA) wich automaticall
    > add numbers from the Sheet1, Column A to the Sheet2, Column A but not
    > by duplicates in the Sheet2, Column A and automatically recognize a new
    > added number 4 in the Sheet1, Column A as I type it and add
    > automatically number 4 as the next in the Sheet2, Column A.
    >
    > Sheet1 Sheet2
    > Column A Column A
    > 1 1
    > 2 2
    > 3 3
    > 1
    > 2
    > 3
    > 3
    > 2
    > 2
    > 1
    > 3
    >
    > Thank you in advance for your help and collaboration.
    > All the best of the best.
    > Regards,
    > Master
    >
    >
    > --
    > Master
    > ------------------------------------------------------------------------
    > Master's Profile:
    > http://www.excelforum.com/member.php...o&userid=25123
    > View this thread: http://www.excelforum.com/showthread...hreadid=386259
    >




  6. #6
    Biff
    Guest

    Re: Adding new numbers as I type without duplicates from Sheet1,ColumnA to Sheet2,ColumnA

    Hi!

    Create a dynamic named range for the numbers on sheet1.

    See this if you don't know how to do that:

    http://contextures.com/xlNames01.html#Dynamic

    On sheet2 in column A, leave cell A1 empty and in cell A2 enter this formula
    using the key combo of CTRL,SHIFT,ENTER:

    =IF(ISNA(MATCH(0,COUNTIF(A$1:A1,rng),0)),"",INDEX(rng,MATCH(0,COUNTIF(A$1:A1,rng),0)))

    Where rng = the dynamic named range

    Copy down to enough cells that will cover all the possible unique values
    entered in column A of sheet1.

    As you enter numbers in sheet1 column A, only the unique entries (no dupes)
    will be returned on sheet2 column A.

    Biff

    "Master" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello,
    >
    > I need your help! Please, help me...
    >
    > In the MS Excel Worksheet Sheet1, Column A there are numbers 1, 2 & 3
    > which I change manualy and I need to add manualy another new numbers in
    > combination with old numbers in Sheet1, Column A.
    >
    > I need a MS Excel Worksheet formula (Please, no VBA) wich automaticall
    > add numbers from the Sheet1, Column A to the Sheet2, Column A but not
    > by duplicates in the Sheet2, Column A and automatically recognize a new
    > added number 4 in the Sheet1, Column A as I type it and add
    > automatically number 4 as the next in the Sheet2, Column A.
    >
    > Sheet1 Sheet2
    > Column A Column A
    > 1 1
    > 2 2
    > 3 3
    > 1
    > 2
    > 3
    > 3
    > 2
    > 2
    > 1
    > 3
    >
    > Thank you in advance for your help and collaboration.
    > All the best of the best.
    > Regards,
    > Master
    >
    >
    > --
    > Master
    > ------------------------------------------------------------------------
    > Master's Profile:
    > http://www.excelforum.com/member.php...o&userid=25123
    > View this thread: http://www.excelforum.com/showthread...hreadid=386259
    >




  7. #7
    Biff
    Guest

    Re: Adding new numbers as I type without duplicates from Sheet1,ColumnA to Sheet2,ColumnA

    Hi!

    Create a dynamic named range for the numbers on sheet1.

    See this if you don't know how to do that:

    http://contextures.com/xlNames01.html#Dynamic

    On sheet2 in column A, leave cell A1 empty and in cell A2 enter this formula
    using the key combo of CTRL,SHIFT,ENTER:

    =IF(ISNA(MATCH(0,COUNTIF(A$1:A1,rng),0)),"",INDEX(rng,MATCH(0,COUNTIF(A$1:A1,rng),0)))

    Where rng = the dynamic named range

    Copy down to enough cells that will cover all the possible unique values
    entered in column A of sheet1.

    As you enter numbers in sheet1 column A, only the unique entries (no dupes)
    will be returned on sheet2 column A.

    Biff

    "Master" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello,
    >
    > I need your help! Please, help me...
    >
    > In the MS Excel Worksheet Sheet1, Column A there are numbers 1, 2 & 3
    > which I change manualy and I need to add manualy another new numbers in
    > combination with old numbers in Sheet1, Column A.
    >
    > I need a MS Excel Worksheet formula (Please, no VBA) wich automaticall
    > add numbers from the Sheet1, Column A to the Sheet2, Column A but not
    > by duplicates in the Sheet2, Column A and automatically recognize a new
    > added number 4 in the Sheet1, Column A as I type it and add
    > automatically number 4 as the next in the Sheet2, Column A.
    >
    > Sheet1 Sheet2
    > Column A Column A
    > 1 1
    > 2 2
    > 3 3
    > 1
    > 2
    > 3
    > 3
    > 2
    > 2
    > 1
    > 3
    >
    > Thank you in advance for your help and collaboration.
    > All the best of the best.
    > Regards,
    > Master
    >
    >
    > --
    > Master
    > ------------------------------------------------------------------------
    > Master's Profile:
    > http://www.excelforum.com/member.php...o&userid=25123
    > View this thread: http://www.excelforum.com/showthread...hreadid=386259
    >




  8. #8
    Biff
    Guest

    Re: Adding new numbers as I type without duplicates from Sheet1,ColumnA to Sheet2,ColumnA

    Hi!

    Create a dynamic named range for the numbers on sheet1.

    See this if you don't know how to do that:

    http://contextures.com/xlNames01.html#Dynamic

    On sheet2 in column A, leave cell A1 empty and in cell A2 enter this formula
    using the key combo of CTRL,SHIFT,ENTER:

    =IF(ISNA(MATCH(0,COUNTIF(A$1:A1,rng),0)),"",INDEX(rng,MATCH(0,COUNTIF(A$1:A1,rng),0)))

    Where rng = the dynamic named range

    Copy down to enough cells that will cover all the possible unique values
    entered in column A of sheet1.

    As you enter numbers in sheet1 column A, only the unique entries (no dupes)
    will be returned on sheet2 column A.

    Biff

    "Master" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello,
    >
    > I need your help! Please, help me...
    >
    > In the MS Excel Worksheet Sheet1, Column A there are numbers 1, 2 & 3
    > which I change manualy and I need to add manualy another new numbers in
    > combination with old numbers in Sheet1, Column A.
    >
    > I need a MS Excel Worksheet formula (Please, no VBA) wich automaticall
    > add numbers from the Sheet1, Column A to the Sheet2, Column A but not
    > by duplicates in the Sheet2, Column A and automatically recognize a new
    > added number 4 in the Sheet1, Column A as I type it and add
    > automatically number 4 as the next in the Sheet2, Column A.
    >
    > Sheet1 Sheet2
    > Column A Column A
    > 1 1
    > 2 2
    > 3 3
    > 1
    > 2
    > 3
    > 3
    > 2
    > 2
    > 1
    > 3
    >
    > Thank you in advance for your help and collaboration.
    > All the best of the best.
    > Regards,
    > Master
    >
    >
    > --
    > Master
    > ------------------------------------------------------------------------
    > Master's Profile:
    > http://www.excelforum.com/member.php...o&userid=25123
    > View this thread: http://www.excelforum.com/showthread...hreadid=386259
    >




  9. #9
    Biff
    Guest

    Re: Adding new numbers as I type without duplicates from Sheet1,ColumnA to Sheet2,ColumnA

    Hi!

    Create a dynamic named range for the numbers on sheet1.

    See this if you don't know how to do that:

    http://contextures.com/xlNames01.html#Dynamic

    On sheet2 in column A, leave cell A1 empty and in cell A2 enter this formula
    using the key combo of CTRL,SHIFT,ENTER:

    =IF(ISNA(MATCH(0,COUNTIF(A$1:A1,rng),0)),"",INDEX(rng,MATCH(0,COUNTIF(A$1:A1,rng),0)))

    Where rng = the dynamic named range

    Copy down to enough cells that will cover all the possible unique values
    entered in column A of sheet1.

    As you enter numbers in sheet1 column A, only the unique entries (no dupes)
    will be returned on sheet2 column A.

    Biff

    "Master" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello,
    >
    > I need your help! Please, help me...
    >
    > In the MS Excel Worksheet Sheet1, Column A there are numbers 1, 2 & 3
    > which I change manualy and I need to add manualy another new numbers in
    > combination with old numbers in Sheet1, Column A.
    >
    > I need a MS Excel Worksheet formula (Please, no VBA) wich automaticall
    > add numbers from the Sheet1, Column A to the Sheet2, Column A but not
    > by duplicates in the Sheet2, Column A and automatically recognize a new
    > added number 4 in the Sheet1, Column A as I type it and add
    > automatically number 4 as the next in the Sheet2, Column A.
    >
    > Sheet1 Sheet2
    > Column A Column A
    > 1 1
    > 2 2
    > 3 3
    > 1
    > 2
    > 3
    > 3
    > 2
    > 2
    > 1
    > 3
    >
    > Thank you in advance for your help and collaboration.
    > All the best of the best.
    > Regards,
    > Master
    >
    >
    > --
    > Master
    > ------------------------------------------------------------------------
    > Master's Profile:
    > http://www.excelforum.com/member.php...o&userid=25123
    > View this thread: http://www.excelforum.com/showthread...hreadid=386259
    >




  10. #10
    Biff
    Guest

    Re: Adding new numbers as I type without duplicates from Sheet1,ColumnA to Sheet2,ColumnA

    Hi!

    Create a dynamic named range for the numbers on sheet1.

    See this if you don't know how to do that:

    http://contextures.com/xlNames01.html#Dynamic

    On sheet2 in column A, leave cell A1 empty and in cell A2 enter this formula
    using the key combo of CTRL,SHIFT,ENTER:

    =IF(ISNA(MATCH(0,COUNTIF(A$1:A1,rng),0)),"",INDEX(rng,MATCH(0,COUNTIF(A$1:A1,rng),0)))

    Where rng = the dynamic named range

    Copy down to enough cells that will cover all the possible unique values
    entered in column A of sheet1.

    As you enter numbers in sheet1 column A, only the unique entries (no dupes)
    will be returned on sheet2 column A.

    Biff

    "Master" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello,
    >
    > I need your help! Please, help me...
    >
    > In the MS Excel Worksheet Sheet1, Column A there are numbers 1, 2 & 3
    > which I change manualy and I need to add manualy another new numbers in
    > combination with old numbers in Sheet1, Column A.
    >
    > I need a MS Excel Worksheet formula (Please, no VBA) wich automaticall
    > add numbers from the Sheet1, Column A to the Sheet2, Column A but not
    > by duplicates in the Sheet2, Column A and automatically recognize a new
    > added number 4 in the Sheet1, Column A as I type it and add
    > automatically number 4 as the next in the Sheet2, Column A.
    >
    > Sheet1 Sheet2
    > Column A Column A
    > 1 1
    > 2 2
    > 3 3
    > 1
    > 2
    > 3
    > 3
    > 2
    > 2
    > 1
    > 3
    >
    > Thank you in advance for your help and collaboration.
    > All the best of the best.
    > Regards,
    > Master
    >
    >
    > --
    > Master
    > ------------------------------------------------------------------------
    > Master's Profile:
    > http://www.excelforum.com/member.php...o&userid=25123
    > View this thread: http://www.excelforum.com/showthread...hreadid=386259
    >




  11. #11
    Biff
    Guest

    Re: Adding new numbers as I type without duplicates from Sheet1,ColumnA to Sheet2,ColumnA

    Hi!

    Create a dynamic named range for the numbers on sheet1.

    See this if you don't know how to do that:

    http://contextures.com/xlNames01.html#Dynamic

    On sheet2 in column A, leave cell A1 empty and in cell A2 enter this formula
    using the key combo of CTRL,SHIFT,ENTER:

    =IF(ISNA(MATCH(0,COUNTIF(A$1:A1,rng),0)),"",INDEX(rng,MATCH(0,COUNTIF(A$1:A1,rng),0)))

    Where rng = the dynamic named range

    Copy down to enough cells that will cover all the possible unique values
    entered in column A of sheet1.

    As you enter numbers in sheet1 column A, only the unique entries (no dupes)
    will be returned on sheet2 column A.

    Biff

    "Master" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello,
    >
    > I need your help! Please, help me...
    >
    > In the MS Excel Worksheet Sheet1, Column A there are numbers 1, 2 & 3
    > which I change manualy and I need to add manualy another new numbers in
    > combination with old numbers in Sheet1, Column A.
    >
    > I need a MS Excel Worksheet formula (Please, no VBA) wich automaticall
    > add numbers from the Sheet1, Column A to the Sheet2, Column A but not
    > by duplicates in the Sheet2, Column A and automatically recognize a new
    > added number 4 in the Sheet1, Column A as I type it and add
    > automatically number 4 as the next in the Sheet2, Column A.
    >
    > Sheet1 Sheet2
    > Column A Column A
    > 1 1
    > 2 2
    > 3 3
    > 1
    > 2
    > 3
    > 3
    > 2
    > 2
    > 1
    > 3
    >
    > Thank you in advance for your help and collaboration.
    > All the best of the best.
    > Regards,
    > Master
    >
    >
    > --
    > Master
    > ------------------------------------------------------------------------
    > Master's Profile:
    > http://www.excelforum.com/member.php...o&userid=25123
    > View this thread: http://www.excelforum.com/showthread...hreadid=386259
    >




  12. #12
    Biff
    Guest

    Re: Adding new numbers as I type without duplicates from Sheet1,ColumnA to Sheet2,ColumnA

    Hi!

    Create a dynamic named range for the numbers on sheet1.

    See this if you don't know how to do that:

    http://contextures.com/xlNames01.html#Dynamic

    On sheet2 in column A, leave cell A1 empty and in cell A2 enter this formula
    using the key combo of CTRL,SHIFT,ENTER:

    =IF(ISNA(MATCH(0,COUNTIF(A$1:A1,rng),0)),"",INDEX(rng,MATCH(0,COUNTIF(A$1:A1,rng),0)))

    Where rng = the dynamic named range

    Copy down to enough cells that will cover all the possible unique values
    entered in column A of sheet1.

    As you enter numbers in sheet1 column A, only the unique entries (no dupes)
    will be returned on sheet2 column A.

    Biff

    "Master" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello,
    >
    > I need your help! Please, help me...
    >
    > In the MS Excel Worksheet Sheet1, Column A there are numbers 1, 2 & 3
    > which I change manualy and I need to add manualy another new numbers in
    > combination with old numbers in Sheet1, Column A.
    >
    > I need a MS Excel Worksheet formula (Please, no VBA) wich automaticall
    > add numbers from the Sheet1, Column A to the Sheet2, Column A but not
    > by duplicates in the Sheet2, Column A and automatically recognize a new
    > added number 4 in the Sheet1, Column A as I type it and add
    > automatically number 4 as the next in the Sheet2, Column A.
    >
    > Sheet1 Sheet2
    > Column A Column A
    > 1 1
    > 2 2
    > 3 3
    > 1
    > 2
    > 3
    > 3
    > 2
    > 2
    > 1
    > 3
    >
    > Thank you in advance for your help and collaboration.
    > All the best of the best.
    > Regards,
    > Master
    >
    >
    > --
    > Master
    > ------------------------------------------------------------------------
    > Master's Profile:
    > http://www.excelforum.com/member.php...o&userid=25123
    > View this thread: http://www.excelforum.com/showthread...hreadid=386259
    >




  13. #13
    Biff
    Guest

    Re: Adding new numbers as I type without duplicates from Sheet1,ColumnA to Sheet2,ColumnA

    Hi!

    Create a dynamic named range for the numbers on sheet1.

    See this if you don't know how to do that:

    http://contextures.com/xlNames01.html#Dynamic

    On sheet2 in column A, leave cell A1 empty and in cell A2 enter this formula
    using the key combo of CTRL,SHIFT,ENTER:

    =IF(ISNA(MATCH(0,COUNTIF(A$1:A1,rng),0)),"",INDEX(rng,MATCH(0,COUNTIF(A$1:A1,rng),0)))

    Where rng = the dynamic named range

    Copy down to enough cells that will cover all the possible unique values
    entered in column A of sheet1.

    As you enter numbers in sheet1 column A, only the unique entries (no dupes)
    will be returned on sheet2 column A.

    Biff

    "Master" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello,
    >
    > I need your help! Please, help me...
    >
    > In the MS Excel Worksheet Sheet1, Column A there are numbers 1, 2 & 3
    > which I change manualy and I need to add manualy another new numbers in
    > combination with old numbers in Sheet1, Column A.
    >
    > I need a MS Excel Worksheet formula (Please, no VBA) wich automaticall
    > add numbers from the Sheet1, Column A to the Sheet2, Column A but not
    > by duplicates in the Sheet2, Column A and automatically recognize a new
    > added number 4 in the Sheet1, Column A as I type it and add
    > automatically number 4 as the next in the Sheet2, Column A.
    >
    > Sheet1 Sheet2
    > Column A Column A
    > 1 1
    > 2 2
    > 3 3
    > 1
    > 2
    > 3
    > 3
    > 2
    > 2
    > 1
    > 3
    >
    > Thank you in advance for your help and collaboration.
    > All the best of the best.
    > Regards,
    > Master
    >
    >
    > --
    > Master
    > ------------------------------------------------------------------------
    > Master's Profile:
    > http://www.excelforum.com/member.php...o&userid=25123
    > View this thread: http://www.excelforum.com/showthread...hreadid=386259
    >




  14. #14
    Biff
    Guest

    Re: Adding new numbers as I type without duplicates from Sheet1,ColumnA to Sheet2,ColumnA

    Hi!

    Create a dynamic named range for the numbers on sheet1.

    See this if you don't know how to do that:

    http://contextures.com/xlNames01.html#Dynamic

    On sheet2 in column A, leave cell A1 empty and in cell A2 enter this formula
    using the key combo of CTRL,SHIFT,ENTER:

    =IF(ISNA(MATCH(0,COUNTIF(A$1:A1,rng),0)),"",INDEX(rng,MATCH(0,COUNTIF(A$1:A1,rng),0)))

    Where rng = the dynamic named range

    Copy down to enough cells that will cover all the possible unique values
    entered in column A of sheet1.

    As you enter numbers in sheet1 column A, only the unique entries (no dupes)
    will be returned on sheet2 column A.

    Biff

    "Master" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello,
    >
    > I need your help! Please, help me...
    >
    > In the MS Excel Worksheet Sheet1, Column A there are numbers 1, 2 & 3
    > which I change manualy and I need to add manualy another new numbers in
    > combination with old numbers in Sheet1, Column A.
    >
    > I need a MS Excel Worksheet formula (Please, no VBA) wich automaticall
    > add numbers from the Sheet1, Column A to the Sheet2, Column A but not
    > by duplicates in the Sheet2, Column A and automatically recognize a new
    > added number 4 in the Sheet1, Column A as I type it and add
    > automatically number 4 as the next in the Sheet2, Column A.
    >
    > Sheet1 Sheet2
    > Column A Column A
    > 1 1
    > 2 2
    > 3 3
    > 1
    > 2
    > 3
    > 3
    > 2
    > 2
    > 1
    > 3
    >
    > Thank you in advance for your help and collaboration.
    > All the best of the best.
    > Regards,
    > Master
    >
    >
    > --
    > Master
    > ------------------------------------------------------------------------
    > Master's Profile:
    > http://www.excelforum.com/member.php...o&userid=25123
    > View this thread: http://www.excelforum.com/showthread...hreadid=386259
    >




  15. #15
    Biff
    Guest

    Re: Adding new numbers as I type without duplicates from Sheet1,ColumnA to Sheet2,ColumnA

    Hi!

    Create a dynamic named range for the numbers on sheet1.

    See this if you don't know how to do that:

    http://contextures.com/xlNames01.html#Dynamic

    On sheet2 in column A, leave cell A1 empty and in cell A2 enter this formula
    using the key combo of CTRL,SHIFT,ENTER:

    =IF(ISNA(MATCH(0,COUNTIF(A$1:A1,rng),0)),"",INDEX(rng,MATCH(0,COUNTIF(A$1:A1,rng),0)))

    Where rng = the dynamic named range

    Copy down to enough cells that will cover all the possible unique values
    entered in column A of sheet1.

    As you enter numbers in sheet1 column A, only the unique entries (no dupes)
    will be returned on sheet2 column A.

    Biff

    "Master" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello,
    >
    > I need your help! Please, help me...
    >
    > In the MS Excel Worksheet Sheet1, Column A there are numbers 1, 2 & 3
    > which I change manualy and I need to add manualy another new numbers in
    > combination with old numbers in Sheet1, Column A.
    >
    > I need a MS Excel Worksheet formula (Please, no VBA) wich automaticall
    > add numbers from the Sheet1, Column A to the Sheet2, Column A but not
    > by duplicates in the Sheet2, Column A and automatically recognize a new
    > added number 4 in the Sheet1, Column A as I type it and add
    > automatically number 4 as the next in the Sheet2, Column A.
    >
    > Sheet1 Sheet2
    > Column A Column A
    > 1 1
    > 2 2
    > 3 3
    > 1
    > 2
    > 3
    > 3
    > 2
    > 2
    > 1
    > 3
    >
    > Thank you in advance for your help and collaboration.
    > All the best of the best.
    > Regards,
    > Master
    >
    >
    > --
    > Master
    > ------------------------------------------------------------------------
    > Master's Profile:
    > http://www.excelforum.com/member.php...o&userid=25123
    > View this thread: http://www.excelforum.com/showthread...hreadid=386259
    >




+ 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