excel formula to access code

T

timtam1096

Can anybody help me convert this excel formula to access code:
=IF('HF Performance 1'!F19="N/A","N/A",(1+(1+'HF Performance 1'!
F19)^(1/12)-(1+0.25%)^(1/12))^12-1)

I know I need to change the 'HF Performance 1'!F19 to the field needed
[field], but what about the (1+....???
 
U

utilisateur

Can anybody help me convert this excel formula to access code:
=IF('HF Performance 1'!F19="N/A","N/A",(1+(1+'HF Performance 1'!
F19)^(1/12)-(1+0.25%)^(1/12))^12-1)

I know I need to change the 'HF Performance 1'!F19 to the field needed
[field], but what about the (1+....???
 
L

Larry Daugherty

While most of the developers hanging around here could probably do the
thing, why should they be burdened with doing what you are too lazy to
do? Having the result isn't worth your time and trouble but our time
and trouble come free??? We're volunteers to help Access developers
solve *Access* problems.

Express the desired outcome differently please.

HTH
 
Top