Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
RedLeader
 
Posts: n/a
Default How do I make them all negative??

I have a column of numbers - some are postive numbers and others are negative
numbers. Ideally, I would like them all to be negative.
If I multiply by -1, then the negatives would become postive.I could format
cell, make all the negatives a different colour and then manualy change it -
with 3000 entries that becomes tedious...Any ideas?
Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default How do I make them all negative??

assuming the data is in A1:An

in B1, enter =-ABS(A1)

copy that formula down

select B1:Bn

goto EditPastespecial

click Values

OK

then delete column A

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"RedLeader" wrote in message
...
I have a column of numbers - some are postive numbers and others are

negative
numbers. Ideally, I would like them all to be negative.
If I multiply by -1, then the negatives would become postive.I could

format
cell, make all the negatives a different colour and then manualy change

it -
with 3000 entries that becomes tedious...Any ideas?
Thanks



  #3   Report Post  
Posted to microsoft.public.excel.misc
Roelof van Wyk
 
Posts: n/a
Default How do I make them all negative??

use a simple if statement i.e.
=IF(A2<0,A2,A2*-1)
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Calculating growth with negative numbers Tsipi4me Excel Worksheet Functions 3 April 3rd 23 12:12 PM
If the result of a formula is negative make equal to zero Nrippe New Users to Excel 5 June 12th 06 10:39 PM
Force function to show positive or negative number? smoore Excel Worksheet Functions 3 March 3rd 06 08:34 PM
Easy way to make negative data positive? Sarah Charts and Charting in Excel 2 February 2nd 06 08:37 PM
How do I make my spreadsheet uniform for (negative numbers) [email protected] Excel Discussion (Misc queries) 2 February 1st 06 06:29 PM


All times are GMT +1. The time now is 07:58 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"