if they are in date format (press ctrl+1 on the cell and select date), then
if a1 = 6/1/13
and a2 = 7/1/13
=a2-a1 will give you the difference in days, or 30
edit: =today() give you current date
edit edit: so
a1) 6/1/13
a2) 7/1/13
a3) =CONCATENATE(A1-TODAY(),"/",B1-TODAY())
a3 will return 68/38
Could not get it work
It says parse error
works like a charm!!!!
Thank you
is there anyway to make it not display a number instead of "0" when there is no date?