J
JenK
I have an excel code that I would like to transfer into my access database. I
replaced the cell numbers with the field names (like so [FieldName]). But I
get a syntax error.
Anyone know where I can some help with this?
=IF(D7="SW",((IF(E7<25,C7*F7*G7/92903.4,((IF(AND(E7>24,E7<38),C7*F7*G7/92903.4*1.5,((IF(AND(E7>37,E7<50),C7*F7*G7/92903.4*2,((IF(AND(E7>49,E7<63),C7*F7*G7/92903.4*2.5,((IF(AND(E7>62,E7<75),C7*F7*G7/92903.4*3,""))))))))))))))),(IF(E7>0,(C7*F7*G7)/92903.4,IF(G7>0,G7/304.8*C7,C7))))
replaced the cell numbers with the field names (like so [FieldName]). But I
get a syntax error.
Anyone know where I can some help with this?
=IF(D7="SW",((IF(E7<25,C7*F7*G7/92903.4,((IF(AND(E7>24,E7<38),C7*F7*G7/92903.4*1.5,((IF(AND(E7>37,E7<50),C7*F7*G7/92903.4*2,((IF(AND(E7>49,E7<63),C7*F7*G7/92903.4*2.5,((IF(AND(E7>62,E7<75),C7*F7*G7/92903.4*3,""))))))))))))))),(IF(E7>0,(C7*F7*G7)/92903.4,IF(G7>0,G7/304.8*C7,C7))))