Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Inventory Control

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.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,339
Default Inventory Control

If NO=TO-TR-S is negative, what should NO resolve to?

TP=100
TR=80
S=30
NO=?

" wrote:

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.


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Inventory Control

I would prefer NO to report zero if there is no stock/nothing to
order. Does that make sense?

On Jul 12, 9:54 am, Toppers wrote:
If NO=TO-TR-S is negative, what should NO resolve to?

TP=100
TR=80
S=30
NO=?

" wrote:
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.



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,339
Default Inventory Control

try:

in C2:

=MAX(A2-B2-D2,0)

A2=TP
B2=TR
C2=NO
D2=S

" wrote:

I would prefer NO to report zero if there is no stock/nothing to
order. Does that make sense?

On Jul 12, 9:54 am, Toppers wrote:
If NO=TO-TR-S is negative, what should NO resolve to?

TP=100
TR=80
S=30
NO=?

" wrote:
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.




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Inventory Control jahuitink Excel Worksheet Functions 2 January 26th 07 04:58 PM
inventory control TRIMCO Excel Worksheet Functions 0 October 13th 06 05:16 PM
Inventory Control WLMPilot Excel Discussion (Misc queries) 2 May 16th 06 12:30 AM
Inventory Control Glenn Excel Worksheet Functions 1 August 19th 05 07:55 PM
inventory control in excel artisanpp Excel Discussion (Misc queries) 0 June 1st 05 08:12 PM


All times are GMT +1. The time now is 02:44 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"