Is there an easy way to apply a formula to an entire column?
I am using this formula to calculate days between two assignments columns:
=NETWORKDAYS([Review Start Date]@row , [Review End Date]@row )
I am calculating the days on the next column. [Days Open]
I can click and drag the formula to the other cells in the column but I am trying figure out a way to automatically apply to each cell in the entire column when new cells are added.
I've applied the formula(copy and drag) to 3 cells under the first cell that has the formula, but the sheet is not auto applying the formula to the subsequent cells in the column (5-120).