I am not sure why excel and access use the same method in formula. I am not access expert but been trying to figure it out.
Here is the excel formula that I would like to use in access expression
=ROUND((A2-5148000)*1.0004 40935+48000,IF( MOD(A2,1)=0,0,3 ))
I have tried using
[NAD27_76_NORTHI NG] is the coorinate
=ROUND(([NAD27_76_NORTHI NG]-5148000)*1.0004 40935+48000,IIF (MOD([NAD27_76_NORTHI NG],1)=0,0,3))
Here is the excel formula that I would like to use in access expression
=ROUND((A2-5148000)*1.0004 40935+48000,IF( MOD(A2,1)=0,0,3 ))
I have tried using
[NAD27_76_NORTHI NG] is the coorinate
=ROUND(([NAD27_76_NORTHI NG]-5148000)*1.0004 40935+48000,IIF (MOD([NAD27_76_NORTHI NG],1)=0,0,3))
Comment