is there an easy way to calculate the difference between two rows? for example, I have the following input data:
and I'd like to add a row on underneath that calculates record 1 less record 2 to generate this output underneath:
Thanks in advance!
Paul