Supposing your numbers are in cols A and B. Write at c1:
=MAX(CEILING((B1-A1)/(B1-1)*10,1),1)
And drag to the bottom of column C
Answer from Dr. belisarius on Stack OverflowVideos
Supposing your numbers are in cols A and B. Write at c1:
=MAX(CEILING((B1-A1)/(B1-1)*10,1),1)
And drag to the bottom of column C
You should use the trend function.....I don't know how good you really at solving equations but here is goes
Use trends function in excel.....
trends( Y set of values, x set of values, new x set of values, true)
now specify scale 1 and 10 in Y set of values
for x set of values specify B and 0
and then for new x set of values specify value that you want to normalize
A B
20 120
B =120
since it works on y=mx + c
(x1,y1) = (120,0) and (x2,y2) = (0,10)
any new x that you enter will be normalized on basis of this
so if I enter 20 in new x, then my answer will be 8.333 not 9 (it is wrong)
Hi all. I am having difficulties normalising a data set as it is based upon criteria I have such as a 'Category'. Is there a way to normalise a large data set based on criteria using formula?
Please see attached screenshot for a sample of my data and what I am trying to do with it.
https://i.imgur.com/NTEAhPo.png
I am trying to normalise for each individual category, so for A, data value 4 = 0 and data value 24 = 100. Then the same for the rest of the categories.
Thanks
I have a dataset for people's opinions on multiple samples, the dataset includes a "1-10" enjoyment scale.
I'd like to normalize the data so that each person's average ranking range is taken into account (example: person A will rank using the whole spectrum of 1-10, but person B will only use the top end of the scale, grading like a teacher with 5 being the lowest passable score)
all results are in 1 table with sample ID, person ID and their provided scores.
Any advice or guidance?
Hi r/excel, so this is also kind of a math question but since it's going to come down to an excel formula I figured this is the right subreddit. So I have a set of 100 numbers that range from a few thousand up to around 25000. I want to express those numbers as a range from 0 to 1. The reason I want to do this is because I want to compare them with another set so I'd like to put them in terms where I'll only have their relationship to each other, if that makes sense.
For example, if I had the numbers 2, 5, 6, 7, and 10, I would want 10 to become 1 (since it's the highest), 7 to become 0.7, 6 to become 0.6, etc. Based on Google searches, I am pretty sure that this is "normalizing" data.
Two questions: is the right mathematical process here? If so, how would I accomplish this in Excel?
Here's a screenshot: http://imgur.com/XGlpeUL
Note: I am generous with ClippyPoints!