#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 85
Default Formula

Hi everyone,
I am sure the answer is simple, but I think I have Monday morning lock
brain. LOL

This is what we want to do at my company. We have a spreadsheet that we use
to order plants. What we want is to have have the sheet figure how much open
stock we need to order based upon set levels.

Ex. For a particlar order we want to order 6" pothos. Dept A needs 10, Dept
B needs 25, Open stock currently has 4. When the order is recieved, we need
to have 50 in Open Stock. (So we would need to order 81). (

I would like to write a formula to do that so someone doesn't have to
manully figure it out. Currently we have the dept columns, an open stock
column, and a total column (just summing the dept fields minus open stock
field.) I know I will need to add another column for on hand qty levels.
But then, how do i write the formula?

Thanks for your help!!!

Angela
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,574
Default Formula

Well, if you have 4 on hand and need to order 81 then you you have a total of
85.

85 = X + Y + Z where X is the 4 on hand and Y and Z are the amounts you want
in Dept A and B respectively.

So the formula you're looking for would be, for example, =A1+B1+C1 where
column A could be the amount you have on hand, column B could be the amount
you want in Dept. A, and column C could be the amount you want in Dept. B.

Hope that helps.

Dave
--
Brevity is the soul of wit.


"Angela" wrote:

Hi everyone,
I am sure the answer is simple, but I think I have Monday morning lock
brain. LOL

This is what we want to do at my company. We have a spreadsheet that we use
to order plants. What we want is to have have the sheet figure how much open
stock we need to order based upon set levels.

Ex. For a particlar order we want to order 6" pothos. Dept A needs 10, Dept
B needs 25, Open stock currently has 4. When the order is recieved, we need
to have 50 in Open Stock. (So we would need to order 81). (

I would like to write a formula to do that so someone doesn't have to
manully figure it out. Currently we have the dept columns, an open stock
column, and a total column (just summing the dept fields minus open stock
field.) I know I will need to add another column for on hand qty levels.
But then, how do i write the formula?

Thanks for your help!!!

Angela

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default Formula

Hi Angela,

Column
A1 B1 C1 D1
E1
DEPT. A DEPT. B OPEN STOCK OPEN STOCK NEEDED ORDER TO PLACE
10 25 4 50
81

Try this,
Formula is =sum(A1:B1)-C1+D1

Aarif

"Angela" wrote:

Hi everyone,
I am sure the answer is simple, but I think I have Monday morning lock
brain. LOL

This is what we want to do at my company. We have a spreadsheet that we use
to order plants. What we want is to have have the sheet figure how much open
stock we need to order based upon set levels.

Ex. For a particlar order we want to order 6" pothos. Dept A needs 10, Dept
B needs 25, Open stock currently has 4. When the order is recieved, we need
to have 50 in Open Stock. (So we would need to order 81). (

I would like to write a formula to do that so someone doesn't have to
manully figure it out. Currently we have the dept columns, an open stock
column, and a total column (just summing the dept fields minus open stock
field.) I know I will need to add another column for on hand qty levels.
But then, how do i write the formula?

Thanks for your help!!!

Angela

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
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM
Creating a check mark box MarthaSue Setting up and Configuration of Excel 18 April 28th 05 12:31 AM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM


All times are GMT +1. The time now is 09:11 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"