Simple stock control.

ouzodave

New Member
Joined
Nov 24, 2010
Messages
6
I have a stock control sheet i'm struggling with. I've got four columns where all the work needs to be done. As set out below,

No in Stock Reorder Level Reorder Quantity Stock Orders
2 30 10
58 55 80
4 45 10
34 28 50

So basically i need to fill in the Stock Orders column cells with either Re-order or Too Many, So taking the first cell from my sheet, No in Stock is 2 so its below the reorder level and so Stock Orders cell needs to show Re-order and then the next No in stock is 58 but re-order level is 55 so Too many. I've tried a few things but to no avail, this is my last try so far and it came up re-order....=IF(E2<=G2,"Re-order",IF(E2>=G2,"Too Many,"))
Any help please?
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.

Forum statistics

Threads
1,214,657
Messages
6,120,773
Members
448,991
Latest member
Hanakoro

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