Stock Rotation Formula Help Needed

Matador56

New Member
Joined
Apr 27, 2020
Messages
16
Office Version
  1. 365
Platform
  1. Windows
Hi!

I am doing a stock rotation report for my Company which basically displays an Age Profile (How long since stock was created) of both Stock on the Ground and Stock Despatched in the past day.

I would like to do a formula beside this table (Will attach image showing example) that returns the amount of product that could have been sent that is older than the product that was actually sent. I have tried a few times, but just cannot seem to get the logic to work how I want it to work.

Happy to provide further information if you need it.

1588030857930.png


Thank you if anyone is able to assist
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
Try this:
Book1
ABCDEFGHIJK
1
2Age Profile of Current StockAge Profile of Dispatched Stock
3Product2+ y1-2 y6-12 mo<6 mo2+ y1-2 y6-12 mo<6 moQty older than recently dispatched
4A189622
5B26150
6C2130
7D15212615036
8E7040
9F14371422
10G1690280
11H91410655
Sheet3
Cell Formulas
RangeFormula
K4:K11K4=(SUM(B4:D4)>=I4)*I4 + (SUM(B4:D4)<I4)*SUM(B4:D4) + (SUM(B4:C4)>=H4)*H4 + (SUM(B4:C4)<H4)*SUM(B4:C4) + (B4>=G4)*G4 + (B4<G4)*B4
 
Upvote 0
Thanks Kirk! Works exactly as intended. Much simpler than anything I would have ever come up with to solve.
 
Upvote 0

Forum statistics

Threads
1,214,942
Messages
6,122,367
Members
449,080
Latest member
Armadillos

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