Excel Formula

Bittureddy

New Member
Joined
Dec 10, 2017
Messages
1
I have 52 weeks as columns and 30 products as rows. There are 3 machine machine 1, machine 2, machine 3. Each product takes certain amount of time on each machine to get completed.
Sales
[TABLE="width: 500"]
[TR]
[TD][/TD]
[TD]W1[/TD]
[TD]W2[/TD]
[TD]W3[/TD]
[/TR]
[TR]
[TD]P01[/TD]
[TD]xx[/TD]
[TD]xx[/TD]
[TD]xx[/TD]
[/TR]
[/TABLE]

Processing Time in minutes
[TABLE="width: 500"]
[TR]
[TD]Product[/TD]
[TD]Machine 1[/TD]
[TD]Machine 2[/TD]
[TD]Machine 3[/TD]
[/TR]
[TR]
[TD]P 01[/TD]
[TD]0.6[/TD]
[TD]2.5[/TD]
[TD]1.2[/TD]
[/TR]
[TR]
[TD]P 02[/TD]
[TD]2.2[/TD]
[TD]1[/TD]
[TD]0.9[/TD]
[/TR]
[/TABLE]

I want total processing time on Machine 1, machine 2, machine 3 for W 1 based on the sales. Can any tell me easy way to do this as there are 54 weeks and 30 products.
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
Hi
Yes this can be done - I think you're asking for something like:

(for product 1) minutes on each machine / (sales for the week / cost per product) ...

Do you have any cell references so I can write something?

Thanks
jon
 
Upvote 0

Forum statistics

Threads
1,225,754
Messages
6,186,825
Members
453,377
Latest member
JoyousOne

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top