In column A1:A14 the term "Red" is displayed in in only one cell and in column B1:B14 the word "Target" is displayed in only one cell. I want to return a value in in Cell C1 that says "Above" if "Red" is above any row position than "Target", and display "Below" in cell C1 if "Red" is on an equivalent or less row position as "Target". In Cell D1, I want to do something similar, if "Red" is on equivalent or greater row position as "Target", I would like cell D1 display "Above" and if "Red" is below the cell row of "Target", to display "Below" in cell D1. Is there an easy way to accomplish this?