How can this formula be made with INDIRECT function so that there are no #REF errors when rows are deleted and shifted up. Here is my code:
=IFERROR(INDEX(G5:BL5, MATCH(REPT("z",255),G5:BL5)),0)
How can this formula be made with INDIRECT function so that there are no #REF errors when rows are deleted and shifted up. Here is my code:
=IFERROR(INDEX(G5:BL5, MATCH(REPT("z",255),G5:BL5)),0)