Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default negative numbers to percent

i have a column of numbers that range from -5000 up to 150,000 and would like
to place the numbers into perspective from 0% to 100% but i can't figure it
out , can someone help.
--
scorpion
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,389
Default negative numbers to percent

What you are talking about is an index. You have a range of 155,000 and you
want to break it into 100 parts. So each part is 1550. If:

a1 = -5000 (index value 0)
a2 = 150000 (index value 100)

To determine index value of b1, you want:
=(b1-$a$1)/($a$2-$a$1)

Format as percent.

Regards
Fred.

"Scorpion" wrote in message
...
i have a column of numbers that range from -5000 up to 150,000 and would
like
to place the numbers into perspective from 0% to 100% but i can't figure
it
out , can someone help.
--
scorpion


  #3   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default negative numbers to percent

Another thought: =PERCENTRANK({-500;150000},B1)
where B1 houses the value
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Scorpion" wrote:
i have a column of numbers that range from -5000 up to 150,000 and would like
to place the numbers into perspective from 0% to 100% but i can't figure it
out , can someone help.
--
scorpion

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default negative numbers to percent

Hey Fred , that works perfectly.
i can't thank you enough, i'm sure glad you responded.
Dan
--
scorpion


"Fred Smith" wrote:

What you are talking about is an index. You have a range of 155,000 and you
want to break it into 100 parts. So each part is 1550. If:

a1 = -5000 (index value 0)
a2 = 150000 (index value 100)

To determine index value of b1, you want:
=(b1-$a$1)/($a$2-$a$1)

Format as percent.

Regards
Fred.

"Scorpion" wrote in message
...
i have a column of numbers that range from -5000 up to 150,000 and would
like
to place the numbers into perspective from 0% to 100% but i can't figure
it
out , can someone help.
--
scorpion



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
Excel 2002 : Convert Positive Numbers to Negative Numbers ? Mr. Low Excel Discussion (Misc queries) 2 November 6th 06 03:30 PM
Set negative numbers to zero. Do not calculate with negative valu Excel Headache Excel Discussion (Misc queries) 4 September 14th 06 08:56 PM
convert negative numbers to positive numbers and vice versa bill gras Excel Worksheet Functions 4 December 7th 05 01:39 AM
Negative percent formula Bob Excel Worksheet Functions 2 May 8th 05 05:46 PM
How do I format a negative percent? Hawk186 Excel Discussion (Misc queries) 1 February 10th 05 09:02 PM


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