MAXIFS? Box sizes

AMEQ99

New Member
Joined
Jun 15, 2017
Messages
1
Morning everyone, hoping you can help.



We are trying to create a function to help us save money on materials. We want to know if we cut the box for product 987, which other products box would: 1. use the most of the remaining cardboard and 2. where more than one option will use the same amount of material, to prioritise the box for the more profitable product.



Data like the table below is in one sheet and the technician is entering product numbers into another sheet as he creates that's product box. Any ideas how we can achieve this? We've been thinking its a MAXIFS but we can't get it to work. HELP!!!

[TABLE="width: 500, align: center"]
<tbody>[TR]
[TD]Product Number
[/TD]
[TD]Product Name
[/TD]
[TD]Area
[/TD]
[TD]Remainder
[/TD]
[TD]Profit
[/TD]
[/TR]
[TR]
[TD]123
[/TD]
[TD]QWE
[/TD]
[TD]5
[/TD]
[TD]5
[/TD]
[TD]£4
[/TD]
[/TR]
[TR]
[TD]456
[/TD]
[TD]ASD
[/TD]
[TD]2
[/TD]
[TD]8
[/TD]
[TD]£5
[/TD]
[/TR]
[TR]
[TD]789
[/TD]
[TD]ZXC
[/TD]
[TD]2
[/TD]
[TD]8
[/TD]
[TD]£10
[/TD]
[/TR]
[TR]
[TD]987
[/TD]
[TD]POI
[/TD]
[TD]1
[/TD]
[TD]9
[/TD]
[TD]£6
[/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce

Forum statistics

Threads
1,223,227
Messages
6,170,848
Members
452,361
Latest member
d3ad3y3

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