View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Steve Steve is offline
external usenet poster
 
Posts: 1,814
Default MID funtion with conditional format

i am trying to use MID function as formula in conditional format -
=MID(C9,5,1)=X

if the 5th char of cell C9 is the letter "X", then i want to apply color to
the cell as my conditional format.

can't get the formula to work....