Plz help me Excel Gurus .
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 ...
******** ******************** ************************************************************************>
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 Product Quality1 Quality3 Quality4 2 A 10 10 10 3 B 20 20 10 4 F 30 10 10 5 E 10 20 30
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 Product Quality3 Quality2 Quality5 2 C 10 10 10 3 D 20 20 10 4 A 30 10 10
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 Product Quality1 Quality2 Quality3 Quality4 Quality5 2 A 10 40 10 10 10 3 B 20 20 10 0 0 4 C 0 10 0 10 10 5 D 0 20 0 20 10 6 E 10 20 30 0 0 7 F 30 10 10 0 0
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.
Plz help me Excel Gurus .
Use a Pivot Table with multiple consolidation ranges.
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
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
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?).
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
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! *****************
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
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?
Bookmarks