Thread
:
IF with #VALUE!
View Single Post
#
2
Posted to microsoft.public.excel.misc
Dave Peterson
external usenet poster
Posts: 35,218
IF with #VALUE!
=if(iserror(f6),0,1)
But that traps all possible errors--not just #value!'s.
Ashby wrote:
Is it possible to return a value for #VALUE! ie
=IF(F6=#VALUE!,0,1)
???
--
Dave Peterson
Reply With Quote
Dave Peterson
View Public Profile
Find all posts by Dave Peterson