+ Reply to Thread
Results 1 to 5 of 5

Display total in more than one cell...

Hybrid View

  1. #1
    Registered User
    Join Date
    01-29-2006
    Posts
    3

    Display total in more than one cell...

    Hi, I'm new here

    I'm working on a Fringe Benefits sheet and having some problem entering formula calculations.

    In the Word document I was given, there are columns called "In Debt By -" and "In Credit By +" (see attached image). I want to transfer this information into Excel.

    The problem I have is (and don't know a formula for) if the running total value is positive, it should only be displayed in the "In Credit By +" column, and if the running total value is a negative value, it should only be displayed in the "In Debit By -".

    Does anyone have a formula I can use for this calculation? Thank you very much

    \1

  2. #2
    Bob Phillips
    Guest

    Re: Display total in more than one cell...

    Amount in A1

    B1: =IF(A1<0,A1,"")
    C1: =IF(A1>=0,A1,"")

    --
    HTH

    Bob Phillips

    (remove nothere from email address if mailing direct)

    "mysweet" <mysweet.22ef8z_1138542302.5728@excelforum-nospam.com> wrote in
    message news:mysweet.22ef8z_1138542302.5728@excelforum-nospam.com...
    >
    > Hi, I'm new here
    >
    > I'm working on a Fringe Benefits sheet and having some problem entering
    > formula calculations.
    >
    > In the Word document I was given, there are columns called "In Debt By
    > -" and "In Credit By +" (see attached image). I want to transfer this
    > information into Excel.
    >
    > The problem I have is (and don't know a formula for) if the running
    > total value is positive, it should only be displayed in the "In Credit
    > By +" column, and if the running total value is a negative value, it
    > should only be displayed in the "In Debit By -".
    >
    > Does anyone have a formula I can use for this calculation? Thank you
    > very much
    >
    > '[image: http://img91.imageshack.us/img91/45/fringe14ka.png]'
    > (http://imageshack.us)
    >
    >
    > --
    > mysweet
    > ------------------------------------------------------------------------
    > mysweet's Profile:

    http://www.excelforum.com/member.php...o&userid=30943
    > View this thread: http://www.excelforum.com/showthread...hreadid=506144
    >




  3. #3
    Registered User
    Join Date
    01-29-2006
    Posts
    3
    Thanks, but I'm not sure how to apply that to my Excel sheet (the formula you gave me works in a blank one though).

    Maybe if I attach the sheet I'm working on (with data copied from Word in it; not calculated by Excel) you could input the formula in the correct place (just one row would be good so I understand).

    If you can help me, thank you
    Attached Files Attached Files

  4. #4
    Bob Phillips
    Guest

    Re: Display total in more than one cell...

    Try this,

    in E7: =IF(SUM($E6:$F6)+$C7-$D7<0,SUM($E6:$F6)+$C7-$D7,"")
    in F7: =IF(SUM($E6:$F6)+$C7-$D7>=0,SUM($E6:$F6)+$C7-$D7,"")

    and copy down

    --
    HTH

    Bob Phillips

    (remove nothere from email address if mailing direct)

    "mysweet" <mysweet.22ehsm_1138545602.271@excelforum-nospam.com> wrote in
    message news:mysweet.22ehsm_1138545602.271@excelforum-nospam.com...
    >
    > Thanks, but I'm not sure how to apply that to my Excel sheet (the
    > formula you gave me works in a blank one though).
    >
    > Maybe if I attach the sheet I'm working on (with data copied from Word
    > in it; not calculated by Excel) you could input the formula in the
    > correct place (just one row would be good so I understand).
    >
    > If you can help me, thank you
    >
    >
    > +-------------------------------------------------------------------+
    > |Filename: Sheet1_X.zip |
    > |Download: http://www.excelforum.com/attachment.php?postid=4278 |
    > +-------------------------------------------------------------------+
    >
    > --
    > mysweet
    > ------------------------------------------------------------------------
    > mysweet's Profile:

    http://www.excelforum.com/member.php...o&userid=30943
    > View this thread: http://www.excelforum.com/showthread...hreadid=506144
    >




  5. #5
    Registered User
    Join Date
    01-29-2006
    Posts
    3

    thank you!!

    Thanks Bob YOU are a life-saver, it will make my job so much easier. Blessings

+ 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