I want to create a ranking system where I have over 100 items. Each item can be assigned a rank of 1-99, hi, med, low or nothing at all. Each rank number can only be used once. If an item gets ranked, for example, #33, the current number 33 should become 34, 34 should become 35, etc. I can...