Forum Discussion
changing scales
- 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 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!
- mathetesAug 28, 2023Silver Contributor
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