Is there a way to setup a calculation in a cell that looks to the left of it for the last two non-blank cells and performs the calculation?
Example:
Cell D1: {First non-blank}/{Second non-blank}
Cell A1: 50
Cell B1: 100
D1 would then equal 2.
If I then entered 2 in C1, D1 would then change to 50. Idea being that I could keep adding columns and never have to change the formula.
Example:
Cell D1: {First non-blank}/{Second non-blank}
Cell A1: 50
Cell B1: 100
D1 would then equal 2.
If I then entered 2 in C1, D1 would then change to 50. Idea being that I could keep adding columns and never have to change the formula.