Numbers - Copy and Pasting formula correctly from a row to column table
Hi there,
My question is a bit tricky for me to put into words. Basically, I want to calculate average daily expenses of below month using formula: =B2÷DATEDIF($B1,$C1,"D").
I want to have my results into verticle table. But whenever I copy and paste formula into next cell into verticle table, instead of taking the next figure from C2, it takes a figure from B3 ie. from the same column instead of next cell in a row. (B3÷DATEDIF($C1,$D1,"D") )
I have to manually change everytime. However, if I create a horizontal table the formula changes correctly and takes C2. Anyway to resolve this?