View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.misc
Carole O Carole O is offline
external usenet poster
 
Posts: 69
Default FIND formula help needed

Thank you all for responding so quickly. bpeltzer's solution worked like a
charm!

CaroleO

"JLGWhiz" wrote:

You are using the wrong function for what you are trying to do. The FIND
function is to find a string within a string, not to search columns.

"Carole O" wrote:

Excel 2000

The formula =IF((FIND("Overall",B2)),"Y","N") produces a Y if the word
Overall appears in column B, but instead of an N if it doesn't, a #VALUE!
appears. I've tried "", false and leaving it out - but the #VALUE! always
appears.

Any ideas?

CaroleO