Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default How do you set up a month of supply formula?

I am trying to create a simple month of supply formula. I have seen simple
ones but I think there may be a macro behind it since I cannot get the
formula to transfer.

The formula I saw was:
=monthsofsupply(C5,G5,H5,I5,J5,K5,L5,M5,N5,O5,P5,Q 5,R5)
c5 being beginning inventory and the others being the sales forecast by month.

Any help would be appreciated.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,290
Default How do you set up a month of supply formula?

st,

=C5/CHOOSE(MONTH(TODAY())+1,G5,H5,I5,J5,K5,L5,M5,N5,O5 ,P5,Q5,R5)

If C5 has the current inventory and G5:R5 contain the sales forecast for Jan to Dec...
the formula returns how much (in percent) that you have for next month.
So if you have 100 in stock (it is Jan now) and the Feb forecast is 125,
you only have 80% of what you need for Feb.
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware



"spring tulip" <spring
wrote in message
I am trying to create a simple month of supply formula. I have seen simple
ones but I think there may be a macro behind it since I cannot get the
formula to transfer.

The formula I saw was:
=monthsofsupply(C5,G5,H5,I5,J5,K5,L5,M5,N5,O5,P5,Q 5,R5)
c5 being beginning inventory and the others being the sales forecast by month.

Any help would be appreciated.
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
formula to calculate month-month User Excel Discussion (Misc queries) 2 February 16th 10 10:28 AM
Does anyone have a formula for Days or Weeks Supply? Mike Excel Discussion (Misc queries) 5 December 23rd 08 12:48 AM
Trying to get a Boolean formula to work month-to-month mstieler Excel Discussion (Misc queries) 4 July 18th 07 10:12 PM
Function or formula to convert "text" month to number of month? Steve Vincent Excel Discussion (Misc queries) 5 May 15th 07 01:11 AM
Formula to return last day of month for each month in year? StargateFan[_3_] Excel Programming 5 January 3rd 06 04:05 AM


All times are GMT +1. The time now is 08:35 PM.

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"