I am using this formula in a named range that will dynamically get the row that matches the text in the first column and what the LastColumn is as indicated on another sheet. When I am in the edit named range box as you can see in the pic, it is referencing the correct range.
However, when I reference this range on another sheet, I am getting nothing. Here is the Formula:
=INDIRECT("C" &MATCH("Frozen: ",Input!$A:$A, 0)&":"&Ass_LastColumn&MATCH("Frozen: ",Input!$A:$A, 0))
and here is the formula I am using on the next sheet:
=IF(In_Item_Date="","",In_Item_Date)