Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 231
Default In col if high is 83 and low 15 how do i get high =100 and low=0

In a column if highest number is 83 and lowest is 15. What formula should I
use to get high =100 and low=0.

Eg what should be the formula used he A4 = 35.

A201 = 83 MAX
A202 = 15 MIN
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 364
Default In col if high is 83 and low 15 how do i get high =100 and low=0

"Sarah" wrote in message
...
In a column if highest number is 83 and lowest is 15. What formula should
I
use to get high =100 and low=0.

Eg what should be the formula used he A4 = 35.

A201 = 83 MAX
A202 = 15 MIN


In principle, you would need to calculate
(A4-min)*100/(max-min)

Assuming there is nothing in column A except your numbers, you could do the
whole job with this formula:
=(A4-MIN(A:A))*100/(MAX(A:A)-MIN(A:A))


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 231
Default In col if high is 83 and low 15 how do i get high =100 and low

Thanks very much Stephen. That worked perfectly.

Sarah.



"Stephen" wrote:

"Sarah" wrote in message
...
In a column if highest number is 83 and lowest is 15. What formula should
I
use to get high =100 and low=0.

Eg what should be the formula used he A4 = 35.

A201 = 83 MAX
A202 = 15 MIN


In principle, you would need to calculate
(A4-min)*100/(max-min)

Assuming there is nothing in column A except your numbers, you could do the
whole job with this formula:
=(A4-MIN(A:A))*100/(MAX(A:A)-MIN(A:A))



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
High = 4 Formulas Excel Worksheet Functions 7 October 8th 07 04:10 PM
High = 4 take 2 High = 4 take 2 Excel Worksheet Functions 4 October 5th 07 04:49 PM
Formula for High Value Jessinat Excel Worksheet Functions 6 January 25th 07 03:56 AM
high-low lines Lynne Charts and Charting in Excel 2 November 7th 05 08:45 PM
High bars AhmtDY Charts and Charting in Excel 1 October 25th 05 10:51 AM


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