View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
LostInNY LostInNY is offline
external usenet poster
 
Posts: 20
Default Highest Value from Excel Formula

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".