Help with finding the position of a value as a percentage

SamuelVile18

New Member
Joined
Nov 25, 2021
Messages
2
Office Version
  1. 365
Platform
  1. Windows
Hi all...I have a query that I'm struggling with, I'm not too sure if I'm going too technical too quickly tbh!

I have some values laid out in a table similar to below, I need a formula that can automatically calculate the position of the value in % form.

MinMaxValuePosition %
501007550%
10302050%

I cannot figure it out. The formula needs to find where the value sits between the min and max values - then return that as a percentage.

Is this even possible?
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
It's basically =(value-min)/(max-min) and format as a percentage.
 
Upvote 0
Solution
Hi & welcome to MrExcel.
How about
+Fluff 1.xlsm
ABCD
1MinMaxValuePosition %
2501007550%
310302575%
Main
Cell Formulas
RangeFormula
D2:D3D2=(C2-A2)/(B2-A2)
 
Upvote 0
I knew I was being an idiot and looking for the most technical answer straight away...thank you very much for your help, saved me losing my temper for no reason!
 
Upvote 0

Forum statistics

Threads
1,214,901
Messages
6,122,157
Members
449,068
Latest member
shiz11713

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