Hi,
I have looked all over for this answer but to no avail...
I am trying to pass a date value to SAPGetData from a cell reference.
This formula works:
=SAPGetData("DS_1";"40CUWCSYE0PTDZLX2J5B3XQ8M";"0CALDAY";"02.01.2013")
This formula does not work:
=SAPGetData("DS_1";"40CUWCSYE0PTDZLX2J5B3XQ8M";"0CALDAY";A2) (where cell A2 contains 02.01.2013)
I have tried different formats for dates in cell A2 (e.g. YYYYMMDD) but nothing seems to work. Has anyone else managed to get a date working like this?
Many thanks in advance