In my problem, I have two variables I am comparing--A and B. I would like to create a function that compares A and B for 1 of 3 possible combinations. If A = B, I want a "" value returned; if A>B, I want "Upgrade" returned; and lastly, if A<B, I want "Downgrade" returned. I know this is a fairly simple nested logical function, but I've been struggling with it for about an hour and failed to get what I am looking for.....please help.