hi again,

What would be the simplest way if: i had three columns. with values.

i.e

A B C
DATE 1/1/06 N/A N/A
N/A 7/3/06 N/A

and i wanted to grab only the data with dates in it and put it into a final column.
i.e
1/1/06
7/3/06

i tried diong a complicated if statement. but my heard hurt :S

would greatly appreciate any advice.

thanks!

Joel