Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default How to change a column number from positibe to negative

I am working with longitude data which require negative values . Some of
these imported values are positive so I have to change them to negative
values without changing the current negative values. Working with Access and
Excel 2007
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 620
Default How to change a column number from positibe to negative

If you want them all to be negative, use =-ABS(A1)
--
David Biddulph

"DenisBj" wrote in message
...
I am working with longitude data which require negative values . Some of
these imported values are positive so I have to change them to negative
values without changing the current negative values. Working with Access
and
Excel 2007



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default How to change a column number from positibe to negative

say you have a column with a mixture of positive and negative numbers and you
want to change only some of the positive numbers into negative numbers.


In an unused cell enter -1 and copy this cell. Then in the column, select
only those cells you want to reverse. Then paste/specisl with multiply
checked.
--
Gary's Student
gsnu200705


"DenisBj" wrote:

I am working with longitude data which require negative values . Some of
these imported values are positive so I have to change them to negative
values without changing the current negative values. Working with Access and
Excel 2007

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default How to change a column number from positibe to negative

If you want to change ALL the positive numbers into negative, then in B1 enter:
=-ABS(A1)
and copy down
--
Gary's Student
gsnu200705


"DenisBj" wrote:

I am working with longitude data which require negative values . Some of
these imported values are positive so I have to change them to negative
values without changing the current negative values. Working with Access and
Excel 2007

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default How to change a column number from positibe to negative

=MIN(A1,-A1)


"DenisBj" wrote:

I am working with longitude data which require negative values . Some of
these imported values are positive so I have to change them to negative
values without changing the current negative values. Working with Access and
Excel 2007

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
change negative sign from end of the number to the begining James Excel Discussion (Misc queries) 11 September 23rd 06 05:36 PM
Column picked randomly with probability relative to number of entr Neil Goldwasser Excel Worksheet Functions 4 May 30th 06 08:55 AM
Conditional Format as a MACRO Gunjani Excel Worksheet Functions 3 March 29th 06 05:22 PM
I Need a formula to evaluate a cell with + or - values Bob in Oklahoma Excel Worksheet Functions 6 October 31st 05 02:41 PM
creating a bar graph Johnfli Excel Discussion (Misc queries) 0 October 26th 05 08:16 PM


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