Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
rob
 
Posts: n/a
Default Negative Numbers in Cells

Is there a way to format a cell so that no matter how you enter a number it
will always be negative? I.E. enter in 28.50 and the cell automatically
makes it (28.50).
  #2   Report Post  
Dave O
 
Posts: n/a
Default Negative Numbers in Cells

One way to do this is by adding a column with formulas that refer to
the column in which you enter numbers. For instance if you enter data
in A1, the formula in B1 might be something like
=ABS(A1)*-1

This takes the absolute value of A1 and multiplies by -1, returning a
negative number. The absolute value is in there just in case you enter
a negative number.

  #3   Report Post  
Bob Phillips
 
Posts: n/a
Default Negative Numbers in Cells

You could try a custom format of

(General);(General);General

--

HTH

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


"Dave O" wrote in message
ups.com...
One way to do this is by adding a column with formulas that refer to
the column in which you enter numbers. For instance if you enter data
in A1, the formula in B1 might be something like
=ABS(A1)*-1

This takes the absolute value of A1 and multiplies by -1, returning a
negative number. The absolute value is in there just in case you enter
a negative number.



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
how to find duplicate cells in large array of numbers wonkywombat Excel Worksheet Functions 3 August 17th 05 08:57 PM
Cells formated as numbers are calculating like text MM_BAM Excel Discussion (Misc queries) 4 July 7th 05 01:29 AM
BRACKETED NEGATIVE NUMBERS IN EXCEL Bushco New Users to Excel 2 February 11th 05 01:40 PM
Subtracting Negative Numbers Carole O Excel Worksheet Functions 2 January 4th 05 06:31 PM


All times are GMT +1. The time now is 05:20 PM.

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"