Hi
I have a column with hundreds of dates over several years. I wish to be able to find the earliest date within a particular year, the data is on a different sheet to where I am trying to do this, in this case you will see it is on a sheet called Records.
=smallif(Records!$F:$F,">=1994-1-1",Records!$F:$F,"<1995-1-1")
The above returns a Name error.
Can anyone help ?
Thanks
I have a column with hundreds of dates over several years. I wish to be able to find the earliest date within a particular year, the data is on a different sheet to where I am trying to do this, in this case you will see it is on a sheet called Records.
=smallif(Records!$F:$F,">=1994-1-1",Records!$F:$F,"<1995-1-1")
The above returns a Name error.
Can anyone help ?
Thanks