Hi Members,
I have two tables with same rows and fields, one shows start of day values, and the other close of day. I want to create a new table based on numeric difference between the two, that is change during the day.
Is there a simple way to do this. Any help is greatly appreciated.
Best!
table1 apr may jun
a 12 52 65
b 24 31 71
c 17 28 83
table2 apr may jun
a 19 54 37
b 37 28 54
c 33 27 63
New Table apr may jun
a 7 2 -28
b 13 -3 -17
c 16 -1 -20