Hi,
Probably the easiest way to solve your problem is to use two series of data in additional columns. Lets say you have dates in column A and values in column B. In column C use formula =IF($A2<=TODAY(),$B2,NA()) and in column D use =IF($A2>=TODAY(),$B2,NA()). Then use columns C and D...