Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 178
Default Stock control formulas, counting and reporting remaining stock

Hi, I am looking for various formulas for a stock control spredsheet.


a1 a2 a3
a4 ref cell
Date Stock In/Out Balance 100(start stock)
1/1/06 -20 need this cell to relate to 80
2/1/6 +20 need this cell to relate to 100 etc
no entry to appear until figure
is input into column a2


In cell A6 I need a formula to report last entry if stock is less than 50 to
say Order Stock and in RED if stock is greater than 50 say Stock OK and in
Black.

Help on this would be very much appreciated.

Regards,


Santaviga



  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,365
Default Stock control formulas, counting and reporting remaining stock

I think you meant:
A B C D
1 Date In/Out Balance 100 (start stock)
2 1/6 -20 80 OK
3 1/6 +20 100 OK
4 1/7 -55 45 ORDER (in red)
5

IN C2, enter this formula
=IF(B2<0,B2+D1,"")
In D2, enter this formula
=IF(C2<"",IF(C250,"OK","ORDER"),"")

In C3, enter this formula
=IF(B3<0,B3+C2,"")
and in D3, enter this formula
=IF(C3<"",IF(C350,"OK","ORDER"),"")

You may now fill the formulas down the sheet as far as needed. To get the
black "OK" and red "ORDER" entries, use Format | Conditional Format on the
cells in column D. Choose Value is Equal To and type in ORDER and choose the
format for the font then.

"santaviga" wrote:

Hi, I am looking for various formulas for a stock control spredsheet.


a1 a2 a3
a4 ref cell
Date Stock In/Out Balance 100(start stock)
1/1/06 -20 need this cell to relate to 80
2/1/6 +20 need this cell to relate to 100 etc
no entry to appear until figure
is input into column a2


In cell A6 I need a formula to report last entry if stock is less than 50 to
say Order Stock and in RED if stock is greater than 50 say Stock OK and in
Black.

Help on this would be very much appreciated.

Regards,


Santaviga



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 178
Default Stock control formulas, counting and reporting remaining stock

Thats absolutely great. thanks a lot.

Santaviga

"JLatham" wrote:

I think you meant:
A B C D
1 Date In/Out Balance 100 (start stock)
2 1/6 -20 80 OK
3 1/6 +20 100 OK
4 1/7 -55 45 ORDER (in red)
5

IN C2, enter this formula
=IF(B2<0,B2+D1,"")
In D2, enter this formula
=IF(C2<"",IF(C250,"OK","ORDER"),"")

In C3, enter this formula
=IF(B3<0,B3+C2,"")
and in D3, enter this formula
=IF(C3<"",IF(C350,"OK","ORDER"),"")

You may now fill the formulas down the sheet as far as needed. To get the
black "OK" and red "ORDER" entries, use Format | Conditional Format on the
cells in column D. Choose Value is Equal To and type in ORDER and choose the
format for the font then.

"santaviga" wrote:

Hi, I am looking for various formulas for a stock control spredsheet.


a1 a2 a3
a4 ref cell
Date Stock In/Out Balance 100(start stock)
1/1/06 -20 need this cell to relate to 80
2/1/6 +20 need this cell to relate to 100 etc
no entry to appear until figure
is input into column a2


In cell A6 I need a formula to report last entry if stock is less than 50 to
say Order Stock and in RED if stock is greater than 50 say Stock OK and in
Black.

Help on this would be very much appreciated.

Regards,


Santaviga



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
How many days the ready stock+expected stock will last as allocate Narnimar Excel Discussion (Misc queries) 0 September 16th 08 05:57 PM
Web Query With Multiple Stock Symbols & Stock Scouter Manfred Excel Worksheet Functions 0 March 1st 06 09:13 PM
How can I use Dutch (NL) stock MSN MoneyCentral Stock in Excel Jeroen Excel Worksheet Functions 0 February 16th 06 03:14 PM
Office 2003 Stock Action Add-In - Stock Handling Capacity/Numbers nick Excel Worksheet Functions 0 January 2nd 06 09:22 PM
stock control stiv Excel Programming 3 February 5th 04 05:03 AM


All times are GMT +1. The time now is 04:29 AM.

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

About Us

"It's about Microsoft Excel"