Hi All, desperate for help.
I have a scenario that I'd really appreciate a piece of VBA code to run.
I have a table of information in sheet 1. It runs across the rows.
Based on the data in the Score column (Column B) and the Age in the Age column (Column C). I would like the code to select the corresponding row from the Table in sheet 2 and process the information.
For example 1 the score is 1 and the age is 20 therefore the correct row would be 3 in sheet 2
Example 2 the score is 3 and the age is 72 therefore the correct row would be 10 in sheet 2
Example 3 the score is 5 and the age is 29 therefor the correct row would be 21 n sheet 2
Table Sheet 1
I
Table Sheet 2
The Information then needs to be weighted and rescaled
Examples below for the rescaling and weighting based on the table in sheet 2,
Taking the data from sheet one and multiplying it by the weighting sheet 2 and then multiplying it by the rescaling amount
After the process is run it would be amazing if the results could be displayed in a third sheet in the below format
This is well beyond my abilities but I would love a VBA code I could run as it is a becoming a really large data set that I am working with in sheet 1.
Thanks so much for your assistance,
I have a scenario that I'd really appreciate a piece of VBA code to run.
I have a table of information in sheet 1. It runs across the rows.
Based on the data in the Score column (Column B) and the Age in the Age column (Column C). I would like the code to select the corresponding row from the Table in sheet 2 and process the information.
For example 1 the score is 1 and the age is 20 therefore the correct row would be 3 in sheet 2
Example 2 the score is 3 and the age is 72 therefore the correct row would be 10 in sheet 2
Example 3 the score is 5 and the age is 29 therefor the correct row would be 21 n sheet 2
Table Sheet 1
Table Sheet 2
The Information then needs to be weighted and rescaled
Examples below for the rescaling and weighting based on the table in sheet 2,
Taking the data from sheet one and multiplying it by the weighting sheet 2 and then multiplying it by the rescaling amount
After the process is run it would be amazing if the results could be displayed in a third sheet in the below format
This is well beyond my abilities but I would love a VBA code I could run as it is a becoming a really large data set that I am working with in sheet 1.
Thanks so much for your assistance,