Hello - I have the following formula, and I am looking for a way to copy this formula down a row, and have the row-variable "-11" auto increment:
=IFERROR(DATEDIF(J16,OFFSET(J16,-11,4),"d"),"TBD")
When copying this formula down, although it properly updates J16 to J17 and so on, I also need...