help to keep a ratio between numbers after changing the range

formratings

Board Regular
Joined
Apr 5, 2015
Messages
119
Office Version
  1. 2019
Platform
  1. Windows
hi
am not too good at this and could do with your help please, not sure if it is a formula I need
I have a column of numbers ranging from 1 to 200 and anything in between, the top number could be anything within that range
I want the Max to always be 100 so what ever the highest number is it has to equal 100
0 always to equal 50
Want to keep the ratio the same except between 0 and the next lowest number,
So I think I want to measure the % difference between each number except 0 which is static
thanks dave
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
if you put the scaled number into column "B", the formula you can use is
Excel Formula:
=(A1-MIN(A$1:A$300))/(MAX(A$1:A$300) - MIN(A$1:A$300))*50 +50
in cell B1 and fill down
change the $300 to your bottom row in the list. but if you dont use all 300 rows it does not matter
1615024444093.png
 
Upvote 0

Forum statistics

Threads
1,215,745
Messages
6,126,632
Members
449,323
Latest member
Smarti1

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top