S
Sangre
I am converting an excel spreadsheet to Access. There is a
formula in excel: =IF(B8="","", IF(E8>0,0,IF(D8=0,1,IF
(D8=1,0.5,0)))) ...that I don't know how to approach in an
access query. I tried IIf but that did not work. Any
thoughts? Also, since this Access the Cells are now field
names.
formula in excel: =IF(B8="","", IF(E8>0,0,IF(D8=0,1,IF
(D8=1,0.5,0)))) ...that I don't know how to approach in an
access query. I tried IIf but that did not work. Any
thoughts? Also, since this Access the Cells are now field
names.