View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default how do I use only 2 characters in a field in a formula

=IF(OR(LEFT(A1,2)={"AP","MH"}),96,90)

--
Gary''s Student - gsnu200909