Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: svimesI assume the answer is no as this is how databases work. I want to do an equivalent of an excel VLOOKUP(,,,TRUE).
I have source LEFT with field L_Mark which contains numbers, say exam scores
Source RIGHT which has fields
a) R_Tier and which show the mark required to hit a certain grade
b) R_Grade the corresponding Grade for each tier
How do I return R_Grade for each L_Mark?
Obviously to make it more like life, source RIGHT may change and have different number of tiers.
a Vlookup(,,,TRUE) in excel would do this.