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

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop

Forum statistics

Threads
1,216,073
Messages
6,128,638
Members
449,461
Latest member
kokoanutt

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