Subtracting two cells-one has existing formula????

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have two cells that I need to subtract
First cell has entered number
Second cell number is result of existing formula which is =SUM (L1-J1)

How would this formula bet written?
 
Since you didn't specify, let's assume your first cell is A1 and your second
cell (containing the formula) is A2. Use this formula:

=A1-A2

Note: the use of the SUM function in your existing formula is redundant.
Just use =L1-J1.

HTH,
Elkar
 
The fact that one is a formula result and the other a number is of no
consequence. Use something like:
=A1-B1
HTH Otto
 
i tried this and it doesn't work properly....that is why I am confused. it
gives error of circular reference????
 
Could the fact that this is an existing spreadhseet and I am just now adding
the formula be the problem?

Exisiting spreadsheet:

A1 is where I entered number
B1 used to be manually calculated and is where I am trying to write the
formula where excel calculates C1-B1 which I have written =(C1-B1)
C1 is the existing formula written as =SUM (A1:B1)
 
Circular reference could be your problem.
Could the fact that this is an existing spreadhseet and I am just now adding
the formula be the problem?

Exisiting spreadsheet:

A1 is where I entered number
B1 used to be manually calculated and is where I am trying to write the
formula where excel calculates C1-B1 which I have written =(C1-B1)
C1 is the existing formula written as =SUM (A1:B1)



:
 
See answer in your second post.

You should stick with one thread for a single subject, so that people don't
duplicate their efforts, or don't have the benefits of your added
explanations.
 
I have two cells that I need to subtract
First cell has entered number
Second cell number is result of existing formula which is =SUM (L1-J1)

How would this formula bet written?

=A1-B1
--ron
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top