View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Jbaisinger2000 Jbaisinger2000 is offline
external usenet poster
 
Posts: 1
Default Greater than less than arguement returning value when text inputte

I have the following formula "=IF(M14$G14,+$G14-$E14,0)".
Yet when I put "actual" or some text in m14, I receive the TRUE arguement
(+$G14-$E14) and gives me a value...I was hoping for #VALUE instead. Any
ideas when the arugement is recognizes the text as a numeric value.

If I insert the word "actual" in for M14 in the formula it will err, ie
"=IF(actual$G14,+$G14-$E14,0) .. any ideas?