debits and credits in one column

C

childothe1980s

Hello:

I have a financial spreadsheet containing journal entries and, of course,
one column has debits and the other has credits.

The debit column and the credit column have to be in one column and the
credits will need the negative sign placed in front within that same column
to make the number a negative obviously.

What formula can I use to place these two fields like these into one column
with a negative sign in front of the the credits within that one column?

Thanks!

childofthe1980s
 
K

Kevin B

The formula example below assumes debits in A3 and credits in B3

="-"&TEXT(A3,"#.00")&" "&TEXT(B3,"#.00")

If you want a currency format for the values change the "#.00" formatting to
"$#,##0.00" to get punctuated values with 2 decimals
 
R

Roger Govier

Hi

I read the request slightly differently.
Assuming the Journals have a description in column A, Debit amount in B
and Credit amount in C and assuming they take the normal form where
there will not be a value in both column B and co,um C for the same line
entry, then in column D
=B1+C1*-1
will get all the values to a single column wit the appropriate sign.
 

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