查看: 1500|回复: 3
|
请Excel Formula高手赐教。。紧急。谢谢
[复制链接]
|
|
我要把item同样的thinkness,width,length的total cost除total qty来得到average cost。。请问有什么formula才能做得到?紧急求救。。因为有千多个items。。。
我之前用笨笨的方式把item同样的thinkness,width,length的total cost,total qty分别加起来后,再用计算机算了后再一个一个key in
| thickn | width | length | qty | cost | average cost | 1 | 0.4 | 1219 | 2438 | 3 | 2.800 | | 2 | 0.4 | 1219 | 2438 | 3 | 2.750 | | 3 | 0.4 | 1219 | 2438 | 4 | 2.000 | | 4 | 0.5 | 1210 | 2438 | 20 | 2.650 | | 5 | 0.5 | 1210 | 2438 | 23 | 2.600 | | 6 | 0.5 | 1210 | 2438 | 25 | 2.600 | |
|
|
|
|
|
|
|
|

楼主 |
发表于 12-7-2012 09:59 PM
|
显示全部楼层
我的意思是:把所有item 0.4(thickness)1219(width)2438(length)的cost(2.850+2.750+2.000)再除qty(3+3+4)=average cost.....
谢谢。。 |
|
|
|
|
|
|
|
发表于 15-7-2012 02:22 PM
|
显示全部楼层
|
|
|
|
|
|
|
发表于 4-10-2012 03:48 PM
|
显示全部楼层
先CONCATENATE(thinkness,width,length)放在一个格内"Column H",
然后COUNTIF(Column H)放在另外一个格内"Column I",
最后SUMIF(Column H, H1,Column I) / I1
Copy to all Rows.
本帖最后由 无头苍蝇 于 4-10-2012 03:50 PM 编辑
|
|
|
|
|
|
|
| |
本周最热论坛帖子
|