View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Rick[_10_] Rick[_10_] is offline
external usenet poster
 
Posts: 17
Default is 3rd character in a cell a space?

On Dec 21, 1:18*pm, "Per Jessen" wrote:
Hi Rick

See if this can help:

=If(Mid(A1,3,1)=" ","Space","No Space")

Regards,
Per

"Rick" skrev i ...



Looking for a way to determine if the 3rd character in a cell is a
space. *(Dealing with mailing lists; trying to isolate values which
are first initial-period- "space" last name.
Thank you for your thoughts.
Rick- Hide quoted text -


- Show quoted text -


Ya'll are great!
Rick