Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
 
Posts: n/a
Default Turn a row of numbers into negative value

Hi Folks

Am using Excel 2002.

I have a column of data like this:
5, 16, 27, 38, 39

Is it a fast and automatic way of turning all these into negative....
that reads
-5, -16, -27, -38, -39


Thanks!

  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default Turn a row of numbers into negative value

put -1 in an empty cell
edit|copy (that cell)
select your range to fix
edit|paste special|check multiply
clean up that cell with -1 in it.

" wrote:

Hi Folks

Am using Excel 2002.

I have a column of data like this:
5, 16, 27, 38, 39

Is it a fast and automatic way of turning all these into negative....
that reads
-5, -16, -27, -38, -39

Thanks!


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
Max
 
Posts: n/a
Default Turn a row of numbers into negative value

If the col of numbers is in col A,
we could also put in say, B1: =A1*-1, and copy B1 down
(Then use col B for further calcs, etc)

Or, if the col A may also contain negative numbers
which are to be left untouched (say),
then we could use instead in B1: =IF(A10,A1*-1,A1)
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
wrote in message
oups.com...
Hi Folks

Am using Excel 2002.

I have a column of data like this:
5, 16, 27, 38, 39

Is it a fast and automatic way of turning all these into negative....
that reads
-5, -16, -27, -38, -39


Thanks!



  #4   Report Post  
Posted to microsoft.public.excel.misc
Mikeopolo
 
Posts: n/a
Default Turn a row of numbers into negative value


Or, if the values may already contain negatives, and you want to retain
those, if values start in A1, then type

=min(a1,-a1) into B1

and copy that down to the column

Regards
Mike


--
Mikeopolo
------------------------------------------------------------------------
Mikeopolo's Profile: http://www.excelforum.com/member.php...o&userid=18570
View this thread: http://www.excelforum.com/showthread...hreadid=509673

  #5   Report Post  
Posted to microsoft.public.excel.misc
Max
 
Posts: n/a
Default Turn a row of numbers into negative value

"Mikeopolo" wrote:
Or, if the values may already contain negatives,
and you want to retain those, if values start in A1, then type
=min(a1,-a1) into B1


Much neater, thanks !

and even the earlier
... B1: =A1*-1


should also be just B1: = -A1 <g
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---


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
converting text to negative numbers! via135 Excel Worksheet Functions 6 February 5th 06 06:29 AM
Formula to ignore negative numbers in a column? Tia Excel Worksheet Functions 3 February 4th 06 02:53 PM
how to change a list of possitive numbers to negative michelle Excel Worksheet Functions 1 November 16th 05 08:40 AM
Help: Pasted red numbers turn black Al Charts and Charting in Excel 2 January 19th 05 11:57 PM
Negative Numbers Glenda Excel Discussion (Misc queries) 3 November 26th 04 02:06 PM


All times are GMT +1. The time now is 07:01 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"