projectile
Board Regular
- Joined
- Dec 14, 2007
- Messages
- 193
Hello
We have an ODBC dump of data (whcih gets refreshed each time sheet is opened), which includes a time stamp column, that displayss date in this format 2008-09-08 10:52:32
Now, on another sheet where the user types in a date in UK format e.g. 08/09/2008
We are looking for a formula that looks at the date entered in UK format (e.g. 08/09/2009 ) and matches this date only entered against ODBC time stamp in sheet2 column 2008-09-08 10:52:32, then returns adjustant value e.g. Rate of Exchange .
Please you advise how this is possible
We have tried to extract date from the ODBC dump using =DAY(B2) & "/" & MONTH(B2) & "/" & YEAR(B2) , however the index / match formula returns N/A
e.g. =INDEX(ROE!D:D,MATCH(DATEVALUE(B2),ROE!G:G,0))
in this forumla DATEVALUE(B2) is the field the user keys in a date
ROE!G:G is the ODBC date column in this format 2008-09-08 10:52:32
ROE!D:D column is the ODBC Rate of exhchange we want to return
Hope this make sense.
We have an ODBC dump of data (whcih gets refreshed each time sheet is opened), which includes a time stamp column, that displayss date in this format 2008-09-08 10:52:32
Now, on another sheet where the user types in a date in UK format e.g. 08/09/2008
We are looking for a formula that looks at the date entered in UK format (e.g. 08/09/2009 ) and matches this date only entered against ODBC time stamp in sheet2 column 2008-09-08 10:52:32, then returns adjustant value e.g. Rate of Exchange .
Please you advise how this is possible
We have tried to extract date from the ODBC dump using =DAY(B2) & "/" & MONTH(B2) & "/" & YEAR(B2) , however the index / match formula returns N/A
e.g. =INDEX(ROE!D:D,MATCH(DATEVALUE(B2),ROE!G:G,0))
in this forumla DATEVALUE(B2) is the field the user keys in a date
ROE!G:G is the ODBC date column in this format 2008-09-08 10:52:32
ROE!D:D column is the ODBC Rate of exhchange we want to return
Hope this make sense.