Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I'm selecting from another spreadsheet via ODBC, and want to use a CASE function in the select statement, to short cut some summing up. Is something like this possible (heres a cut down version)? SELECT ActualApr05, case when ActualApr05 <0 then ActualApr05 else 0 end as QT105 FROM forecastcosts The statement above returns the following error: [Microsoft][ODBC Excel Driver] Syntax error (missing operator) in query expression 'case when ActualApr05 <0 then ActualApr05 else 0 end'. Any ideas? Many thanks in advance |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Case Statement | Excel Discussion (Misc queries) | |||
Select Case Statement | Excel Worksheet Functions | |||
IF STATMENT OR CASE STATEMENT | Excel Discussion (Misc queries) | |||
Case Statement Help | Excel Programming | |||
Case statement | Excel Programming |