View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default how to change multiplier using letters

=A1*IF(ISNA(LOOKUP(B1,{"D","T","";1.5,8,2})),2,LOO KUP(B1,{"D","T","";1.5,8,2}))

--
Gary''s Student - gsnu200907