IF function in Microsoft Query?

D

DES_Optima

I am attempting to pull data from SQL database into Excel using Microsoft
Query. Field_1 has either a "C" or "D" in it. Based up content I need to
either add or subtract Field_2. In Excel I would write the equation
=if(Field_1-"C",-Field_2,Field_2). What is the proper syntax to write this
equation in my Microsoft Query?
 
Top