Hi,
Is it possible to have the formula below in the msquery instead of having it calculate in Excel AFTER the data is downloaded into Excel…
For example, if G2 is equal to JUL08, then put the dollar amount in this new column, otherwise put 0. Below is the formula I have in Excel… I’d like to make the column in msquery instead. I have used formulas before in msquery like left(FILE NAME,4) and it works, but I can’t get an If, Then type formula to work. Is it even possible?
=IF($G2=$I$1,$F2,0)
Thanks!
Lana