Forum Discussion

S-C-K's avatar
S-C-K
Copper Contributor
Aug 28, 2023

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!
  • mathetes's avatar
    mathetes
    Aug 28, 2023

    S-C-K 

    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

     

Resources