Re: returning a cells address from a lookup function - possi
assume that there is a list of 24 monthly dates in column a (e.g., 1/1/2003, 2/1/2003, etc).
cell b1 contains 1/1/2003, and cell b2 contains 12/1/2004 (each is a data validation list sourced from column a)
and in cell b3 i am trying to count the number of occurances between the dates.
I was trying to use something like the following:
=counta(address(vlookup($G$3,$A$2:$A$25,0,false)):address(vlookup($G$3,$A$2:$A$25,0,false)))
any thoughts?
Thanks