Joe8915
Registered User.
- Local time
- Yesterday, 17:29
- Joined
- Sep 9, 2002
- Messages
- 820
This should be a no brainer for some people. I am trying to convert a excel formula to access.
The column for h/c adj$ reads:
=IFERROR(TRUNC(D1024*(F1024*G1024/E1024-G1024),2),0)
Col: D1024 E1024 F1024 G1024
qty: act h/c: std h/c: rate: h/c adj$:
detail: 14.00 5.00 6.00 $2.00 $5.60
In access I have, with the ending result of $0.40 in the h/c adj$ txtfield
=([stdhc]*[RATE]/[ACTHC]-[RATE])
Where did I go wrong?
The column for h/c adj$ reads:
=IFERROR(TRUNC(D1024*(F1024*G1024/E1024-G1024),2),0)
Col: D1024 E1024 F1024 G1024
qty: act h/c: std h/c: rate: h/c adj$:
detail: 14.00 5.00 6.00 $2.00 $5.60
In access I have, with the ending result of $0.40 in the h/c adj$ txtfield
=([stdhc]*[RATE]/[ACTHC]-[RATE])
Where did I go wrong?
Last edited: