Page 1 of 6 123 ... LastLast
Results 1 to 10 of 60

Sum Unique Values (Diff Row & Column ) from Different Sh

This is a discussion on Sum Unique Values (Diff Row & Column ) from Different Sh within the Excel Questions forums, part of the Question Forums category; ******** ******************** ************************************************************************> Microsoft Excel - Book1 ___Running: xl2002 XP : OS = Windows XP ( F )ile ( E ...

  1. #1
    Board Regular
    Join Date
    Jan 2004
    Posts
    146

    Default Sum Unique Values (Diff Row & Column ) from Different Sh

    ******** ******************** ************************************************************************>
    Microsoft Excel - Book1___Running: xl2002 XP : OS = Windows XP
    (F)ile (E)dit (V)iew (I)nsert (O)ptions (T)ools (D)ata (W)indow (H)elp (A)bout
    =

    A
    B
    C
    D
    1
    ProductQuality1Quality3Quality4
    2
    A101010
    3
    B202010
    4
    F301010
    5
    E102030
    Sheet1*

    [HtmlMaker 2.42] To see the formula in the cells just click on the cells hyperlink or click the Name box
    PLEASE DO NOT QUOTE THIS TABLE IMAGE ON SAME PAGE! OTHEWISE, ERROR OF JavaScript OCCUR.



    ******** ******************** ************************************************************************>
    Microsoft Excel - Book1___Running: xl2002 XP : OS = Windows XP
    (F)ile (E)dit (V)iew (I)nsert (O)ptions (T)ools (D)ata (W)indow (H)elp (A)bout
    =

    A
    B
    C
    D
    1
    ProductQuality3Quality2Quality5
    2
    C101010
    3
    D202010
    4
    A301010
    Sheet10*

    [HtmlMaker 2.42] To see the formula in the cells just click on the cells hyperlink or click the Name box
    PLEASE DO NOT QUOTE THIS TABLE IMAGE ON SAME PAGE! OTHEWISE, ERROR OF JavaScript OCCUR.




    ******** ******************** ************************************************************************>
    Microsoft Excel - Book1___Running: xl2002 XP : OS = Windows XP
    (F)ile (E)dit (V)iew (I)nsert (O)ptions (T)ools (D)ata (W)indow (H)elp (A)bout
    =

    A
    B
    C
    D
    E
    F
    1
    ProductQuality1Quality2Quality3Quality4Quality5
    2
    A1040101010
    3
    B20201000
    4
    C01001010
    5
    D02002010
    6
    E10203000
    7
    F30101000
    Main*

    [HtmlMaker 2.42] To see the formula in the cells just click on the cells hyperlink or click the Name box
    PLEASE DO NOT QUOTE THIS TABLE IMAGE ON SAME PAGE! OTHEWISE, ERROR OF JavaScript OCCUR.



    In actual I have more than 10 sheets.

    In the main sheet the Unique Products and the Unique quality will be displayed with the help of the formula

    In the main sheet the total of each product according to qualties should be dispalyed


    Plz help.

    I think u undertand my problem.

  2. #2
    Board Regular
    Join Date
    Jan 2004
    Posts
    146

    Default Re: Sum Unique Values (Diff Row & Column ) from Differen

    Plz help me Excel Gurus .

  3. #3
    MrExcel MVP
    Moderator
    Andrew Poulsom's Avatar
    Join Date
    Jul 2002
    Posts
    58,710

    Default Re: Sum Unique Values (Diff Row & Column ) from Differen

    Use a Pivot Table with multiple consolidation ranges.

  4. #4
    Board Regular
    Join Date
    Jan 2004
    Posts
    146

    Default Re: Sum Unique Values (Diff Row & Column ) from Differen

    Dear Gurus

    I am using this

    =UNIQUEVALUES(THREED(Sheet1:Sheet2!B1:Z1),1)
    Ctrl +shift+Enter

    in the range B1:Z1 in the mian Sheet

    But all the in all th ecells Quality1 is comming

    Plz Help me out

    Regards


    Kamal

  5. #5
    Board Regular
    Join Date
    Jan 2004
    Posts
    146

    Default Re: Sum Unique Values (Diff Row & Column ) from Differen

    For the products in range A2:A100 in the main sheet I am Using this and is working fine

    =UNIQUEVALUES(THREED(Sheet1:Sheet10!A2:A100),1)


    Plz tell me whats wrong with

    =UNIQUEVALUES(THREED(Sheet1:Sheet10!B1:Z1),1)
    when I am using it in range B1:Z1 in the main Sheet

    Plz also tell me how to sum the product according to the qualities in the sheets

    Thanks in advance


    Kamal

  6. #6
    Legend NateO's Avatar
    Join Date
    Feb 2002
    Location
    Minneapolis, Mn, USA
    Posts
    9,702

    Default Re: Sum Unique Values (Diff Row & Column ) from Differen

    Hello,

    The array is valid, it's simply returning the first element eh. Try:

    =SUM(UNIQUEVALUES(THREED(Sheet10:Sheet1!B1:Z1),1))

    This function does not line up well, in terms of ranges, with what you have posted (i.e., isn't the first row headers?).

  7. #7
    Board Regular
    Join Date
    Jan 2004
    Posts
    146

    Default Re: Sum Unique Values (Diff Row & Column ) from Differen

    Let me explain What I am trying tooo again


    I sheet 1 I have in cell

    B1= Tom
    C1=Jill
    D1=Marry
    E1=Smith


    in sheet 2 I have in cell

    b1=Jack
    C1=Aladin
    D1=Richie
    E1=Tom
    F1=Smith


    In the main sheet what should be the formula to display the unique name in the cell B1

    b1=Aladin
    c1=Jack
    d1=Jill
    e1=Marry
    f1=Richie
    g1=Smith
    h1=Tom



    I hope u peeople understand my Problem

    Thanks in advance

    Regards

    Kamal

  8. #8
    MrExcel MVP phantom1975's Avatar
    Join Date
    Jun 2002
    Location
    Omaha, Nebraska
    Posts
    3,940

    Default Re: Sum Unique Values (Diff Row & Column ) from Differen

    I'm afraid it is difficult to understand how you come up with the answers. For example, here is the list of results you wish to have:

    b1=Aladin
    c1=Jack
    d1=Jill
    e1=Marry
    f1=Richie
    g1=Smith
    h1=Tom

    How do you get Aladin to be the value for B1 if the values for B1 on the other two sheets are Tom and Jack? I'm sure that a formula can be produced, however, I must understand the logic. What data is being compared? How is the decision made to put Aladin in cell B1 on the main sheet?
    Silly Billy was here....

    ***************** EXCEL/VB NEWBIES ARE MY FAVORITE! *****************

  9. #9
    Board Regular
    Join Date
    Jan 2004
    Posts
    146

    Default Re: Sum Unique Values (Diff Row & Column ) from Differen

    I want to be displaye dteh results in the ascending order

    Aladin starts with the Alphabet A so it will be in the cell B1 the first cell

    Phantom1975 I think u understand me what I am trying tooooo

  10. #10
    MrExcel MVP
    Join Date
    Mar 2002
    Location
    Michigan USA
    Posts
    11,452

    Default Re: Sum Unique Values (Diff Row & Column ) from Differen

    Hi Kamal:

    If this is your Sheet1 ...

    ******** ******************** ************************************************************************>
    Microsoft Excel - Book2___Running: xl97 : OS = Windows 98
    (F)ile (E)dit (V)iew (I)nsert (O)ptions (T)ools (D)ata (W)indow (H)elp (A)bout
    =

    B
    C
    D
    E
    1
    Tom***
    2
    Jill***
    3
    Marry***
    4
    Smith***
    Sheet1*

    [HtmlMaker 2.20] To see the formula in the cells just click on the cells hyperlink or click the Name box
    PLEASE DO NOT QUOTE THIS TABLE IMAGE ON SAME PAGE! OTHEWISE, ERROR OF JavaScript OCCUR.


    and this is your sheet2 ...

    ******** ******************** ************************************************************************>
    Microsoft Excel - Book2___Running: xl97 : OS = Windows 98
    (F)ile (E)dit (V)iew (I)nsert (O)ptions (T)ools (D)ata (W)indow (H)elp (A)bout
    =

    B
    C
    D
    E
    1
    Jack***
    2
    Aladin***
    3
    Richie***
    4
    Tom***
    5
    Smith***
    Sheet2*

    [HtmlMaker 2.20] To see the formula in the cells just click on the cells hyperlink or click the Name box
    PLEASE DO NOT QUOTE THIS TABLE IMAGE ON SAME PAGE! OTHEWISE, ERROR OF JavaScript OCCUR.


    then using

    =UNIQUEVALUES(THREED(Sheet1:Sheet2!B1:B10),1)

    formula in cell B1 of worksheet main will give you ...

    ******** ******************** ************************************************************************>
    Microsoft Excel - Book2___Running: xl97 : OS = Windows 98
    (F)ile (E)dit (V)iew (I)nsert (O)ptions (T)ools (D)ata (W)indow (H)elp (A)bout
    =

    B
    C
    D
    E
    1
    Aladin***
    2
    Jack***
    3
    Jill***
    4
    Marry***
    5
    Richie***
    6
    Smith***
    7
    Tom***
    8
    *
    ***
    9
    *
    ***
    10
    *
    ***
    Main*

    [HtmlMaker 2.20] To see the formula in the cells just click on the cells hyperlink or click the Name box
    PLEASE DO NOT QUOTE THIS TABLE IMAGE ON SAME PAGE! OTHEWISE, ERROR OF JavaScript OCCUR.


    Is this what you are looking for?
    Regards!

    Yogi Anand, D.Eng, P.E.
    Energy Efficient Building Network LLC
    www.energyefficientbuild.com

Page 1 of 6 123 ... LastLast

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
  •  


DMCA.com