B
bond
I am trying to figure out a formula for the following
situation.
Each month our employee may or may not recieve safety
points for being safe. After accumalating points, they
can spend it on company Hats, shirts .... my problem is
that their point total can not be grater than 300, so if
they don't use it they loose it.
Right now I have a querry totaling all the monthly points
and another querry totaling all the monthly points spent,
and a third queery using the two above querry's in a "IIF"
statement that if the total points accumalated - total
points spent is greater than 300 than only show 300. The
problem is that if they are above 300 they are not
actually losing that months points.
Example: 350 accumalted points, only can have max 300.
(the formula temporarely cuts it back to 300) spent 25
points. Instead of being 275, which would be
representative of losing 50 points, it will still show 300
and actually be 325 points overall that can be spent over
time.
Any help?
Craig
situation.
Each month our employee may or may not recieve safety
points for being safe. After accumalating points, they
can spend it on company Hats, shirts .... my problem is
that their point total can not be grater than 300, so if
they don't use it they loose it.
Right now I have a querry totaling all the monthly points
and another querry totaling all the monthly points spent,
and a third queery using the two above querry's in a "IIF"
statement that if the total points accumalated - total
points spent is greater than 300 than only show 300. The
problem is that if they are above 300 they are not
actually losing that months points.
Example: 350 accumalted points, only can have max 300.
(the formula temporarely cuts it back to 300) spent 25
points. Instead of being 275, which would be
representative of losing 50 points, it will still show 300
and actually be 325 points overall that can be spent over
time.
Any help?
Craig