Here is an example. If this formula was in cell D7
=IF(C7=60,OFFSET(D7,-4,-2),"")
Then it is saying: If the value in C7 is equal to 60, place in D7 the value identified by the offset, otherwise put a blank in D7.
What does the offset point to? It takes D7, moves -4 rows up (a...