Hi everyone, I've searched the forums but I can't find a solution to this problem.
I have an ordered, evenly spaced list of Intervals. Some of the values are known and some are null.
For those that are null, I'd like to replace the null with the straight-line point between the two closest known values.
So if I have 1 _ _ 4 then i'd like to get 1 2 3 4 as my result etc.
I've explored using multi-row formulas to find the difference from the closest lower & greater known values but I can't get to where I need.
Any help greatly appreciated.
p.s there's no relationship between Interval & Value (so you can't just set Value equal to Interval).

