This can be easy for many but i do not find any solution for this.
I have a following formula which finds the minimum of a range.
MIN(INDIRECT("F12:F"&A2))
However, when i insert a row before f12, the formula does not adjust it to:
MIN(INDIRECT("F13:F"&A2))
Can anyone help me so formula adjusts itself automatically to F13?