Thread: Formula Help
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Pete_UK
 
Posts: n/a
Default Formula Help

Try this then:

=IF(OR(LEFT(E7,2)="CU",LEFT(E7,2)="GU"),"Module"," Tube")

I think I've got the negative logic right!

Hope this helps.

Pete