I want to include the cell contents in the True result of an IF statement, as in IF(E2>M2, "Team Name in D2 WIN", IF(E2<M2, "TeamName in L2 WIN", "DRAW"). So the result of the True statement is a Team name from either D2 or L2 depending on which team won, and "WIN".?