Forum Discussion
S-C-K
Aug 28, 2023Copper Contributor
changing scales
I'm trying to convert various scoring scales to a common 100 point scale. I can do it manually, line by line, but can't find a formula to do it for me. Ideas? Thank you!
- Aug 28, 2023
I was hoping I could find a way to do this more quickly given that I have multiple projects with various totals to convert.
Easily done: I suggest a table that shows the max available for each project, e.g.,
and then a lookup formula that accesses the table
=(F2/VLOOKUP(E2,$A$2:$B$5,2,0))*100
See the attached example
JKPieterse
Silver Contributor
To help us help you, an example is very useful.
S-C-K
Aug 28, 2023Copper Contributor
JKPieterse The project below was scored on 120 points. I need to convert 59/120 to a 100 point scale. Some projects were scored out of 95 points, etc. I'm thinking a data table would do this for me (I did the below conversion manually) but haven't figured it out yet. Thank you for any assistance you can provide!
- HansVogelaarAug 28, 2023MVP
- S-C-KAug 28, 2023Copper ContributorYes, that is the formula I'm using to do it manually. I was hoping I could find a way to do this more quickly given that I have multiple projects with various totals to convert. Thanks for your help!
- HansVogelaarAug 28, 2023MVP