L
LostInNY
I have a formula that goes from B1:B1000-
=IF(Template!$C17="","","EXP_"&'Start Here'!$D$2+ROW(A2))
The formula returns a value if there is a value in another spreadsheet. If
not, it is null. My problem is trying to find the last calculated value that
is not null and populating the value from the formula on another spreadsheet
called "Results".
=IF(Template!$C17="","","EXP_"&'Start Here'!$D$2+ROW(A2))
The formula returns a value if there is a value in another spreadsheet. If
not, it is null. My problem is trying to find the last calculated value that
is not null and populating the value from the formula on another spreadsheet
called "Results".