I think I need to do this in VBA but I have no idea. Here's what I need; to compare numbers in two different cells based on multiple arguments. For example, if the number in A1 is <20 and the number in B1 is >=60 then C1 Shows "Pass", if A1 = 21 and B1 is >= 61 then C1 shows "Pass". I need to extend this argument all the way to if A1 = 100. Any assistance would greatly be appreciated.