#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default #Value!

=(G3/$L$1)+$D$1

The only way that you'd get a #VALUE! error with that formula is if any of
the referenced cells contained a TEXT entry or if any of those cells already
contained a #VALUE! error.

Try this for a return of 0:

=IF(ISERROR((G3/$L$1)+$D$1),0,(G3/$L$1)+$D$1)


Or this to return a blank:

=IF(ISERROR((G3/$L$1)+$D$1),"",(G3/$L$1)+$D$1)

Both formulas will trap *all* errors.


--
Biff
Microsoft Excel MVP


"Richard" wrote in message
...
=(G3/$L$1)+$D$1

"T. Valko" wrote:

What's the formula?


--
Biff
Microsoft Excel MVP


"Richard" wrote in message
...
How would i write this formula to keep this error from showing up,
Thanks
in
advance!






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 01:16 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"