2
I have three lists of scores, the first and the second vary from 5 to 10 and the third from 0 to 150. When summing up the data, obviously the variations of the third will be greater than in the first two. So I look for a formula that first determines the interval between the initial values so that after setting a ceiling of 10 and a minimum of 5, and can apply the same percentage value of the initial intervals and thus not allow a large variation in relation to the first values and not take the credit imposed by the differences of the third.
What is my purpose? - These are two lists of student test scores worth 10. - A list of work notes worth 150. I would like to add them all, giving weight of 33% for each, allowing to maintain the merit of the intervals of all of them and that the variations of the last are so relevant in relation to the insignificance of the variations of the two largest.
Is it possible?
Edit the issue to add the code you’ve already used to try to resolve the issue. Also indicate if you want a solution with VBA or through Interop with . NET/OOXML.
– Oralista de Sistemas
Please read the Manual on how NOT to ask questions, How we should format questions and answers? and Be more specific in the question. If you can add a small example with images of how your data is at the moment and how you want the result, it would help to better understand the problem.
– danieltakeshi
Thank you very much!
– Carlos Filgueiras