I have a worksheet in which there are 3 columns; e.g., M, N, & O, with each column as a separate range. Currently there are data from row 1 to row 356. I will periodically add data to the bottom of these columns.
Is there any downside to setting my ranges as $M:$M, $N:$N, and $O:$O? This would allow me to not have to reset the range every time I add data.
If it makes any difference, the ranges are used in array formulas; e.g.,
{=PERCENTILE(IF((Water_Year_Sequential_Month=$B2)*(ISNUMBER(Total_Rainfall)),Total_Rainfall),0.05)}.
Thanks.