Hi All,
I've been using the help from this forum for a couple days to solve a lot of problems, but I can't find the solution to this exact one.
I'm a teacher and I want to keep a record of what grades students get for particular standards. We might do two units that assess their spelling for instance. In one they might recieve an A level, in the other only a B.
I want a cell to scan these and if an A is there, say A. If an A can't be found, but a B can, it should be B...and so on for the rest of the spectrum. I have been able to get it to detect A, but not to prioritise any others.
I did this with:
=IF(COUNTIF(F4:I5,"A"),"A","")
Any help would be appreciated.
Bookmarks