+ Reply to Thread
Results 1 to 5 of 5

change a currency number display

Hybrid View

  1. #1
    wilywayne
    Guest

    change a currency number display

    I have created a formula to calculate a real estate payment, which returns a
    negative number as the result. I need to change the negative number to a
    postive number to use in other formulas. How do you do it?

  2. #2
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Say A1 has your negative number then in A2 enter the below

    =ABS(A1)* your figure here

    VBA Noob

  3. #3
    stend3@yahoo.com
    Guest

    Re: change a currency number display

    Use the absolute value function around the cell reference in the
    formulas - it converts negative numbers to positive numbers. Instead
    of =A1 * B1, the formula would read =A1 * ABS(B1).


    wilywayne wrote:
    > I have created a formula to calculate a real estate payment, which returns a
    > negative number as the result. I need to change the negative number to a
    > postive number to use in other formulas. How do you do it?



  4. #4
    tim m
    Guest

    RE: change a currency number display

    =ABS(A1)

    If you post your formula we can show you how to incorporate the ABS function
    into it.

    "wilywayne" wrote:

    > I have created a formula to calculate a real estate payment, which returns a
    > negative number as the result. I need to change the negative number to a
    > postive number to use in other formulas. How do you do it?


  5. #5
    wilywayne
    Guest

    RE: change a currency number display

    THANKS FOR THE HELP...THE FORMULA THAT I USED IS =PMT(L42/23,L43,M41)
    THE L42/12 IS THE MONTHLY INTEREST RATE, L43 IS THE TERM IN MONTHS AND M41
    IS THE DOLLAR AMOUNT....

    "tim m" wrote:

    > =ABS(A1)
    >
    > If you post your formula we can show you how to incorporate the ABS function
    > into it.
    >
    > "wilywayne" wrote:
    >
    > > I have created a formula to calculate a real estate payment, which returns a
    > > negative number as the result. I need to change the negative number to a
    > > postive number to use in other formulas. How do you do it?


+ 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