Hi,
I was reading the post on "multi condition lookup" but I could not manipulate to do the following...
I am working with a time conversion and I have three columns of data (Place, Date, VarGMT). An example of the data is...
Place Date VarGMT
LAX, 14Mar2010, -7
LAX, 07Nov2010, -8
LAX, 13Mar2011, -7
What I am trying to do is query on Place & Date to give the VarGMT. For example, find LAX & 01Dec2010 and give me -8. My problem is that 01Dec2010 is not in the list so it needs to find the previous date before this query date. Note the data is ordered by Place, Date (ascending).
Any help will be appreciated.
cheers
GB
I was reading the post on "multi condition lookup" but I could not manipulate to do the following...
I am working with a time conversion and I have three columns of data (Place, Date, VarGMT). An example of the data is...
Place Date VarGMT
LAX, 14Mar2010, -7
LAX, 07Nov2010, -8
LAX, 13Mar2011, -7
What I am trying to do is query on Place & Date to give the VarGMT. For example, find LAX & 01Dec2010 and give me -8. My problem is that 01Dec2010 is not in the list so it needs to find the previous date before this query date. Note the data is ordered by Place, Date (ascending).
Any help will be appreciated.
cheers
GB