ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Where do I start - Formula (https://www.excelbanter.com/excel-worksheet-functions/7167-where-do-i-start-formula.html)

Julian Campbell

Where do I start - Formula
 
I am trying to simplfy my job as a production planner.

I have a spreadsheet with various amounts to be added, But my main problem
is this.

In cell A, I input a figure (My daily production requirements) 10000

In cell B, I input a figure (Materials on site to be used) 5000

In cell C, I input a figure (Materials being delivered by a supplier) 5000

So in cell D I can now show a balance required ( A - B -C = 0 )

But What I want to know is this

If C Is more or less than the required balance, I want the variance figure
to be shown in another Cell (E)

Eg; A = 10000
B = 5000
C = 7000
D = 2000

OR A = 10000
B = 5000
C = 3000
D = -2000

I hope this makes sense and thanks for any help



Gilles Desjardins

In D type the following formula: =(A-B)-C .
Always start a formula with an equal sign. The result (positive or negative)
will show up in D.

HTH

"Julian Campbell" wrote in message
...
I am trying to simplfy my job as a production planner.

I have a spreadsheet with various amounts to be added, But my main problem
is this.

In cell A, I input a figure (My daily production requirements) 10000

In cell B, I input a figure (Materials on site to be used) 5000

In cell C, I input a figure (Materials being delivered by a supplier) 5000

So in cell D I can now show a balance required ( A - B -C = 0 )

But What I want to know is this

If C Is more or less than the required balance, I want the variance
figure to be shown in another Cell (E)

Eg; A = 10000
B = 5000
C = 7000
D = 2000

OR A = 10000
B = 5000
C = 3000
D = -2000

I hope this makes sense and thanks for any help




CLR

In cell D1 put........

=(B1+C1)-A1

Vaya con Dios,
Cuck, CABGx3



"Gilles Desjardins" wrote in message
.. .
In D type the following formula: =(A-B)-C .
Always start a formula with an equal sign. The result (positive or

negative)
will show up in D.

HTH

"Julian Campbell" wrote in message
...
I am trying to simplfy my job as a production planner.

I have a spreadsheet with various amounts to be added, But my main

problem
is this.

In cell A, I input a figure (My daily production requirements) 10000

In cell B, I input a figure (Materials on site to be used) 5000

In cell C, I input a figure (Materials being delivered by a supplier)

5000

So in cell D I can now show a balance required ( A - B -C = 0 )

But What I want to know is this

If C Is more or less than the required balance, I want the variance
figure to be shown in another Cell (E)

Eg; A = 10000
B = 5000
C = 7000
D = 2000

OR A = 10000
B = 5000
C = 3000
D = -2000

I hope this makes sense and thanks for any help






Ron Rosenfeld

On Sun, 28 Nov 2004 20:55:50 +0000 (UTC), "Julian Campbell"
wrote:

If C Is more or less than the required balance, I want the variance figure
to be shown in another Cell (E)


Assuming your cells are in Row 1, in E1 place the formula:

=IF(D1<0,D1,"")


--ron


All times are GMT +1. The time now is 12:43 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com