Hello All,
Once again I am requesting your support
FOr a list of product in cell col G, I have a list of associated values in col H and J with a number of occurences different from a product code to another.
I would like a spilled formula to identify the product that have always the same value1 and value2 (like product A111, B803) vs those having different values (like A063, b476, A080...).
I thought about using the standard deviation (STDEV.P) to do that but have hard time to make it work, so coming to you...
if you have other idea , no pb, stdev.p is just a proxi here.
thank you
Once again I am requesting your support
FOr a list of product in cell col G, I have a list of associated values in col H and J with a number of occurences different from a product code to another.
I would like a spilled formula to identify the product that have always the same value1 and value2 (like product A111, B803) vs those having different values (like A063, b476, A080...).
I thought about using the standard deviation (STDEV.P) to do that but have hard time to make it work, so coming to you...
if you have other idea , no pb, stdev.p is just a proxi here.
thank you
Book3 | |||||||
---|---|---|---|---|---|---|---|
G | H | I | J | K | |||
1 | Product | Value1 | value2 | Sum of the 2 STDev.P | |||
2 | A063 | 787 | 0 | 560,8986837 | could a spilled formula do that? | ||
3 | A063 | 818 | 0 | 560,8986837 | |||
4 | A063 | 1560 | 0 | 560,8986837 | |||
5 | A063 | 2223 | 0 | 560,8986837 | |||
6 | A063 | 1396 | 0 | 560,8986837 | |||
7 | A063 | 1427 | 0 | 560,8986837 | |||
8 | A063 | 1843 | 0 | 560,8986837 | |||
9 | A063 | 2617 | 0 | 560,8986837 | |||
10 | A063 | 1669 | 0 | 560,8986837 | |||
11 | B476 | 1302 | 10 | 289,8295835 | |||
12 | B476 | 1339 | 10 | 289,8295835 | |||
13 | B476 | 1456 | 0 | 289,8295835 | |||
14 | B476 | 2022 | 0 | 289,8295835 | |||
15 | A111 | 50 | 0 | 0 | |||
16 | A111 | 50 | 0 | 0 | |||
17 | B803 | 316 | 0 | 0 | |||
18 | A110 | 164 | 0 | 0 | |||
19 | A080 | 52 | 0 | 21,5 | |||
20 | A080 | 9 | 0 | 21,5 | |||
21 | A081 | 0 | 100 | 50 | |||
22 | A081 | 0 | 200 | 50 | |||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
J2 | J2 | =STDEV.P(H2:H10)+STDEV.P(I2:I10) |
J3:J10,J12:J14,J16,J20,J22 | J3 | =J2 |
J11 | J11 | =STDEV.P(H11:H14)+STDEV.P(I11:I14) |
J15,J19,J21 | J15 | =STDEV.P(H15:H16)+STDEV.P(I15:I16) |
J17:J18 | J17 | =STDEV.P(H17)+STDEV.P(I17) |