Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

#Num! Get Rid of This???

0 views
Skip to first unread message

Dave Elliott

unread,
Oct 21, 2004, 4:20:43 PM10/21/04
to
How can I make the formulas below show a zero if the value is null? i.e.
Text600; Get Rid of the #Num!

=nz([Labor]/[Text600],0)
=nz([NetAfterCom]/[Text600],0)


Wayne Morgan

unread,
Oct 21, 2004, 4:39:21 PM10/21/04
to
=IIf(Nz([Text600],0) = 0, 0, [Labor]/[Text600])

This will also prevent "divide by zero" if Text600 is zero instead of Null.

--
Wayne Morgan
MS Access MVP


"Dave Elliott" <da...@dontgetshocked.com> wrote in message
news:vSUdd.8265$Al3....@newssvr30.news.prodigy.com...

0 new messages