+ Reply to Thread
Results 1 to 2 of 2

Positive to a Positive and Negative to a Positve

Hybrid View

  1. #1
    Registered User
    Join Date
    12-28-2007
    Location
    Sioux Falls, South Dakota
    MS-Off Ver
    MS Office 2007
    Posts
    11

    Positive to a Positive and Negative to a Positve

    I am trying to design a formula to leave the positive number alone however the negative numbers need to change to positive.services I was trying to get all the totals positive so I can create a pivot table In a excel spreadsheet that has account and balances but the deposit are shown in a negative value (1234):

    Negatives Balances Formula
    (1234.00) 1234.00 =IF(D4,-D4,-D4)
    (1234.00) 1234.00 =IF(D5,-D5,-D5)
    1234.00 (1234.00) =IF(D6,-D6,-D6)
    1234.00 -(1234.00) =IF(D7,-D7,-D7)

    Is there a way to do a nested If statement to achieve this?

    Thanks
    Art Lorenzini
    Sioux Falls, SD
    Thanks,
    Art
    Access Developer
    CRHA
    dbalorenzini@live.com

  2. #2
    Forum Expert Colin Legg's Avatar
    Join Date
    03-30-2008
    Location
    UK
    MS-Off Ver
    365
    Posts
    1,256

    Re: Positive to a Positive and Negative to a Positve

    Hi,
    I am trying to design a formula to leave the positive number alone however the negative numbers need to change to positive
    Use the ABS() function

    eg.

    =ABS(D4)
    Hope that helps,

    Colin

    RAD Excel Blog

+ 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