J
JB
Hello
I have a huge spreadsheet that has results ranging from 1 to 7 in apx 50
columns . I need to convert them to Letters.
7=A
6 =B etc down to 1 which is G.
Amongst that there are decimals which for example
1.2 to 1.4 =G
1.5 to 2.4 =F
2.5 to 3.4 = E etc
I tried doing a VLOOKUP but although most of them are correct, there some
that aren't and I can't work out why.
This is what I did.
I named a range in another sheet "Grades" with one column with all the
numbers and decimals and the second column has the letters they need to be
converted to.
In the main sheet, I entered a formula into an empty column adjacent to a
column I need to convert.
=VLOOKUP(J4,Grades,2)
J4 being the first cell that has to be converted. Then I apply all the way
down 200 rows.
The ones that are incorrect are from 5.5 upwards to 6.2. They should be
showing B but are all C
And 6.3 and 6.4 should be B but they too are C. And then from 6.5 up to 7
they are correctly showing A.
Hope I'm making sense.
Please explain why this is happening. I would be quicker at this rate to do
it manually.
Then once I get that sorted I have to copy the column of formula next to
each 50 columns?
Ta
J
I have a huge spreadsheet that has results ranging from 1 to 7 in apx 50
columns . I need to convert them to Letters.
7=A
6 =B etc down to 1 which is G.
Amongst that there are decimals which for example
1.2 to 1.4 =G
1.5 to 2.4 =F
2.5 to 3.4 = E etc
I tried doing a VLOOKUP but although most of them are correct, there some
that aren't and I can't work out why.
This is what I did.
I named a range in another sheet "Grades" with one column with all the
numbers and decimals and the second column has the letters they need to be
converted to.
In the main sheet, I entered a formula into an empty column adjacent to a
column I need to convert.
=VLOOKUP(J4,Grades,2)
J4 being the first cell that has to be converted. Then I apply all the way
down 200 rows.
The ones that are incorrect are from 5.5 upwards to 6.2. They should be
showing B but are all C
And 6.3 and 6.4 should be B but they too are C. And then from 6.5 up to 7
they are correctly showing A.
Hope I'm making sense.
Please explain why this is happening. I would be quicker at this rate to do
it manually.
Then once I get that sorted I have to copy the column of formula next to
each 50 columns?
Ta
J