View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
bc4n bc4n is offline
external usenet poster
 
Posts: 2
Default #VALUE! & find()

hello, what is the value of the cell if there's #VALUE!. I want to use
conditional if, if cell is #VALUE! then 0.

from the formula find("d",A2) i get some value and #VALUE!, if there's "d"
so the value is the number position of the "d", if there's "d" so the value
is #VALUE!. If the cell contains #VALUE!, the next formula is also #VALUE! so
if there's value of #VALUE!, I can change the #VALUE! into 0.

thanks.