View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default How to stop cell showing #VALUE! please

Maybe

=IF(ISERROR(YourFormula),"",YourFormula)

Mike

"RobertSE6" wrote:

In the form I'm working on the user puts in a couple of values to get an
answer - is there a way to stop #VALUE! being displayed in the result cell
before they put in the values in the other cells - if you see what I mean

Thanks

Rob