+ Reply to Thread
Results 1 to 2 of 2

Excel formula needed to amounts into one column pulling from 2 col

  1. #1
    Scott
    Guest

    Excel formula needed to amounts into one column pulling from 2 col

    I need to consolidate data into one column from two columns. Data in
    accounting figures in columns debit & credit. Need column from debit to be
    positive and credit to be negative joined in one column. Quick formula for
    this?

  2. #2
    Bernie Deitrick
    Guest

    Re: Excel formula needed to amounts into one column pulling from 2 col

    Scott,

    Where column A has credits, and B has debits, and both are entered as
    positive numbers, something like

    =IF(A1<>"",A1,-B1)

    would convert to a single column style, where credits are positive and
    debits are negative. Still, you would need to give a short example for us
    to be sure of writing a workable formula.

    HTH,
    Bernie
    MS Excel MVP

    "Scott" <[email protected]> wrote in message
    news:[email protected]...
    > I need to consolidate data into one column from two columns. Data in
    > accounting figures in columns debit & credit. Need column from debit to

    be
    > positive and credit to be negative joined in one column. Quick formula

    for
    > this?




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1