View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
mikebres mikebres is offline
external usenet poster
 
Posts: 89
Default Trying to FIND lowercase or uppercase of target occurence

Try

=IF(ISERROR(FIND("FREIGHT",UPPER(D6))),"","F")

Mike

"u473" wrote:

My bible says the FIND function does not distinguish between case as
opposed to SEARCH.
I wanted to be flagged for the word FREIGHT embedded in a text cell,
but the following formula did not respond for lowercase Freight. Where
did I go wrong ?
I am using Excel 2007.
=IF(ISERROR(FIND("FREIGHT",V91)),"","F")

Thank you,

Celeste