T
Tim
I'm trying to run a report to get percentages, but some of the values are
zero. I'm not that familiar with Access and am learning as I go. When I use
the following formula, if both values have a number, it works fine. But if
one of the values is 0, then I'll either get a #Div/0! or #Num! error,
depending on whether one or both are 0 values. Here's the formula:
=(Sum(IIf(Now()>[Site Start Date]+30,"1","0"))/(Sum(([IJCom])*-1)))
(Multiplying by the -1 at the end gives me a positive number. Don't know any
other way.)
If any of this makes sense to anyone, will you please tell me how to do it?
I'm ready to pull out what little hair I have! Thanks.
zero. I'm not that familiar with Access and am learning as I go. When I use
the following formula, if both values have a number, it works fine. But if
one of the values is 0, then I'll either get a #Div/0! or #Num! error,
depending on whether one or both are 0 values. Here's the formula:
=(Sum(IIf(Now()>[Site Start Date]+30,"1","0"))/(Sum(([IJCom])*-1)))
(Multiplying by the -1 at the end gives me a positive number. Don't know any
other way.)
If any of this makes sense to anyone, will you please tell me how to do it?
I'm ready to pull out what little hair I have! Thanks.