Finding the difference between two numbers

G

Guest

I am setting up a payment worksheet in Excel that gives the names in column
A, dates of the different payments in B, C, D, and E, and the total in F.
The total should come out to be $2,500. In column G, I'd like it to show the
amout each person still owes. So, if I place $500 in "A", then "G" should
show $2,000.

What I've done so far is set the worksheet up to add up colums B-E to show
the total in F. Now, how do I get colum F to show the difference still owed?
What formula do I use, and how do I set that up?

Thanks!
 
T

T. Valko

how do I get colum F to show the difference still owed?

I assume you meant column G since you say column F is for the total paid.

You could use either of these:

=2500-F2

Where F2 = Total paid

Or:

=2500-SUM(B2:E2)
 
G

Guest

Thank you so much! That did exactly what I needed it to do. The formula was
so simple, yet I could not figure out what I should have done.

Thanks again,

Christian
 
T

T. Valko

You're welcome. Thanks for the feedback!
The formula was so simple, yet I could not figure
out what I should have done.

Whenever that happens to me, and it happens often, I take a break to clear
my mind!
 

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

Top