link a function to the result of a function

S

summerscales

I wish to link three cells so that a date entered in cell G affects result of
a fomula in F and displays an earlier date or blank if G is blank. I can do
this using
=if(G>1,G," ") on the next link E to F, I get #VALUE
 
Top