Inventory Control

  • Thread starter Thread starter arran.mckay
  • Start date Start date
A

arran.mckay

Hi,

I am looking to have implement a simple inventory formula but i'm not
sure how to get it done. Do I require an IF statement? Macro?

I have 4 variables

Total Ordered = TO
Total Received = TR
Need to Order = NO
Stock = S

I need to be able to have NO = TO - TR, at the same time, if there is
a positive total in the Stock, I need NO to subtract the stock balance
(and to not give me a negative number if I have no stock) so my Need
to Order is an accurate total.
 
If NO=TO-TR-S is negative, what should NO resolve to?

TP=100
TR=80
S=30
NO=?
 
I would prefer NO to report zero if there is no stock/nothing to
order. Does that make sense?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Add/Subtract columns from tab to tab in same file 3
Find and copy for inventory 2
Preorder GFX card? 8
Inventory Tracking Sheet 2
Access Updating inventory levels 0
Inventory Macro Help 6
Help with formula 1
stock inventory 1

Back
Top