I’m hoping to use INDIRECT and ROW in a formula to get around the fact that new rows do not copy down formulas. I was able to get this method to work for one formula but I have another formula that it’s not working on. No error is given, just a blank value.
=IFNA(VLOOKUP(INDIRECT("D" & ROW(),'Shipped Orders'!B:X,23,FALSE),""))
I’ve tried it every which way with no dice. Any formula pros know what’s going on?