G
Guest
I am looking to write some code, that could do calculations in my table so
that I can have retained values as well as fewer manual key strokes and less
chance for error through data entry.
Basically I need a formula that occurs as follows, but I am unsure if I
have the syntax correct:
If [d] is "y" then (([f]/120)*120) but if [d] is "n" then (([f]/60)*120)
entering the product into .
eg:
d= y
[f]
((240/120)*120) = 240
d = n
[f]
((180/60)*120) = 360
that I can have retained values as well as fewer manual key strokes and less
chance for error through data entry.
Basically I need a formula that occurs as follows, but I am unsure if I
have the syntax correct:
If [d] is "y" then (([f]/120)*120) but if [d] is "n" then (([f]/60)*120)
entering the product into .
eg:
d= y
[f]
((240/120)*120) = 240
d = n
[f]
((180/60)*120) = 360