D
dmaslen
I have a column that is a date field. So in A1, let's say there i
5/22/2004.
I am using this field to try to query a dataset that I have on anothe
sheet. What I want to do is find all values in that dataset that ar
less than or equal to my date value in A1.
If I use the following formula, the function works: <=5/22/2004
However, I want to reuse this function many times, and want to place a
absolute reference in my calculation to reuse the value in A1, i.e.
want something like <=$A$1.
Excel doesn't seem to recognize this properly because it is a dat
field, and I can't figure out a way around this.
I have tried many different things including breaking down the dat
into day, month, and year components, and then concatenating it back t
a text field.
Does anyone have any clue on how to absolutely reference a date fiel
and combine it with a comparison operator??
Any help would be appreciated.
5/22/2004.
I am using this field to try to query a dataset that I have on anothe
sheet. What I want to do is find all values in that dataset that ar
less than or equal to my date value in A1.
If I use the following formula, the function works: <=5/22/2004
However, I want to reuse this function many times, and want to place a
absolute reference in my calculation to reuse the value in A1, i.e.
want something like <=$A$1.
Excel doesn't seem to recognize this properly because it is a dat
field, and I can't figure out a way around this.
I have tried many different things including breaking down the dat
into day, month, and year components, and then concatenating it back t
a text field.
Does anyone have any clue on how to absolutely reference a date fiel
and combine it with a comparison operator??
Any help would be appreciated.