+ Reply to Thread
Results 1 to 8 of 8

How to change positive numbers to negative numbers without re-ente

  1. #1
    9541moosegirl
    Guest

    How to change positive numbers to negative numbers without re-ente

    Please help!

  2. #2
    David Billigmeier
    Guest

    RE: How to change positive numbers to negative numbers without re-ente

    Place "-1" into an empty cell, copy it, then select your range of positive
    numbers and "Paste Special"->Multiply


    --
    Regards,
    Dave


    "9541moosegirl" wrote:

    > Please help!


  3. #3
    CLR
    Guest

    RE: How to change positive numbers to negative numbers without re-ente

    First, in the future, please ask your question in the body of the post and
    only put a short subject in the subject line.............

    All I can see of your post is
    "How to change positive numbers to negative numbers without re-ente......"

    So, to do that, type -1 in an unused cell somewhere, then highlight it and
    do COPY....
    Then highlight the cells you wish to change from positive to negative and
    then right-click and do PasteSpecial > Multiply............

    Vaya con Dios,
    Chuck, CABGx3



    "9541moosegirl" wrote:

    > Please help!


  4. #4
    Bob Phillips
    Guest

    Re: How to change positive numbers to negative numbers without re-ente

    In a cell alongside, add

    =IF(A1>0,-A1,A1)

    and copy down.

    Then select column B, Copy, Edit>Pastespecial>Values.

    Then delete column A.

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "9541moosegirl" <9541moosegirl@discussions.microsoft.com> wrote in message
    news:834691B8-DAE5-4DF1-B9B8-02B634F042E7@microsoft.com...
    > Please help!




  5. #5
    John Michl
    Guest

    Re: How to change positive numbers to negative numbers without re-ente

    You could also use the formula abs(A1) which is the absolute value of
    A1 and will always be positive.

    - John


  6. #6
    Bob Phillips
    Guest

    Re: How to change positive numbers to negative numbers without re-ente

    Which does exactly the opposite of what was asked.

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "John Michl" <waxwing1@gmail.com> wrote in message
    news:1134063329.165111.126780@g43g2000cwa.googlegroups.com...
    > You could also use the formula abs(A1) which is the absolute value of
    > A1 and will always be positive.
    >
    > - John
    >




  7. #7
    John Michl
    Guest

    Re: How to change positive numbers to negative numbers without re-ente

    Thanks Bob. I guess I'm dyslexic today.


  8. #8
    Raich
    Guest

    RE: How to change positive numbers to negative numbers without re-

    Thank You Thank You thank you!!! You have saved me soooo much work!

    "David Billigmeier" wrote:

    > Place "-1" into an empty cell, copy it, then select your range of positive
    > numbers and "Paste Special"->Multiply
    >
    >
    > --
    > Regards,
    > Dave
    >
    >
    > "9541moosegirl" wrote:
    >
    > > Please help!


+ 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