I'm trying to create a VB function which compares two different KS3 scores and returns a residuals between the two, im at a bit of a loss as the residual needs to be in a form of base three for the decimal but whole numbers for the rest, i.e.:
3c
3b
3a
4c
4b
4a
etc. is the scoring, and the residuals look like:
6c -> 7c = -1.0
5a -> 3b = 2.1
Would anyone be able to help?
3c
3b
3a
4c
4b
4a
etc. is the scoring, and the residuals look like:
6c -> 7c = -1.0
5a -> 3b = 2.1
Would anyone be able to help?