Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Using a negative figure as positive

If a number is on the spread sheet as negative, but for another calculation
you want to use the number as a positive - is there anyway to do it?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,268
Default Using a negative figure as positive

Negative number in A1

=A2-A1

will be the same as =A2+A1 with a positive number in A1


--

Regards,

Peo Sjoblom




"cal_coach_26" wrote in message
...
If a number is on the spread sheet as negative, but for another
calculation
you want to use the number as a positive - is there anyway to do it?



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Using a negative figure as positive

Use the ABS function:

A1 = -10

=ABS(A1)

Returns 10

--
Biff
Microsoft Excel MVP


"cal_coach_26" wrote in message
...
If a number is on the spread sheet as negative, but for another
calculation
you want to use the number as a positive - is there anyway to do it?



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default Using a negative figure as positive

hi
yes. basicly... a double minus sign.
in cell a1.... =-(-5) will display a positive 5.
if a1 = -5 and b1 = 5 then in c1 = -a1*b1 = positive 25. if you remove the
minus sign in the formula in c1 you have =a1*b1 = negitive 25. the double
minus sign comes from the minus sign in a1 and the minus sign in c1.

regards
FSt1

"cal_coach_26" wrote:

If a number is on the spread sheet as negative, but for another calculation
you want to use the number as a positive - is there anyway to do it?

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Using a negative figure as positive

Many thanks - made me think!

"Peo Sjoblom" wrote:

Negative number in A1

=A2-A1

will be the same as =A2+A1 with a positive number in A1


--

Regards,

Peo Sjoblom




"cal_coach_26" wrote in message
...
If a number is on the spread sheet as negative, but for another
calculation
you want to use the number as a positive - is there anyway to do it?






  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,268
Default Using a negative figure as positive

I use that a lot when I copy and paste special and want to add negative
values,
however in a formula Biffs' solution is better


--

Regards,

Peo Sjoblom




"cal_coach_26" wrote in message
...
Many thanks - made me think!

"Peo Sjoblom" wrote:

Negative number in A1

=A2-A1

will be the same as =A2+A1 with a positive number in A1


--

Regards,

Peo Sjoblom




"cal_coach_26" wrote in message
...
If a number is on the spread sheet as negative, but for another
calculation
you want to use the number as a positive - is there anyway to do it?






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
negative and positive sums Chad Excel Worksheet Functions 8 July 28th 07 03:12 AM
Some Positive, Some Negative Marsh Excel Worksheet Functions 3 December 16th 06 08:57 PM
post positive sum as a negative? help! Brainless_in_Boston Excel Worksheet Functions 1 March 24th 06 08:19 AM
IF positive/If negative???? CadensDad Excel Worksheet Functions 1 October 14th 05 02:15 PM
Formula to make Negative Values Positive & Positive Values Negative? mustard Excel Discussion (Misc queries) 4 September 26th 05 10:05 PM


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