Hi
We are trying to write a function to work out if a date range (start Date - Now) pass over a set of specific dates. If the date range crosses a 'Spot Date' then we need to return the result '1', if the range passes 2 'Spot dates we need to return the result '2' and so on.
we have put the specific 'spot dates' into a table of their own to 'look up' to, but are scratching our heads furiously trying to find the correct function to complete this task.
Any help would be appreciated.
John n Nick
We are trying to write a function to work out if a date range (start Date - Now) pass over a set of specific dates. If the date range crosses a 'Spot Date' then we need to return the result '1', if the range passes 2 'Spot dates we need to return the result '2' and so on.
we have put the specific 'spot dates' into a table of their own to 'look up' to, but are scratching our heads furiously trying to find the correct function to complete this task.
Any help would be appreciated.
John n Nick