Thread: Avoiding #N/A
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default Avoiding #N/A

Try this:

=IF(COUNT(B27),PRODUCT(B27:B29),"")

--
Biff
Microsoft Excel MVP


"Heather" wrote in message
...
I would like to fix an input screen that prices out a product once selected
but when they clear their selection it puts a #n/a in the cell

the formula in Cell B13 is
=(B27*B28*B29)

Below once cleared
B27 = #N/A

so I want Cell B13 to be blank not #N/A when they don't have a selection
picked, can I do that?