Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 23
Default debits and credits in one column

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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,316
Default debits and credits in one column

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

--
Kevin Backmann


"childothe1980s" wrote:

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

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,886
Default debits and credits in one column

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.

--
Regards

Roger Govier


"Kevin B" wrote in message
...
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

--
Kevin Backmann


"childothe1980s" wrote:

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



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
How do I change credits to debits in Excel cindy Excel Discussion (Misc queries) 4 April 17th 23 06:59 PM
Using Sumif with debits & credits Carol@Bell Excel Discussion (Misc queries) 3 June 14th 07 11:38 PM
vertical lines between credits and debits Carolyn New Users to Excel 1 March 28th 06 05:23 AM
formula for debits and credits in EXCEL spreadsheet Stan Gilbert Excel Worksheet Functions 0 September 27th 05 02:24 PM
Increment array for debits and credits MarcB[_2_] Excel Programming 0 July 14th 04 07:03 AM


All times are GMT +1. The time now is 09:37 AM.

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"