View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
cwn cwn is offline
external usenet poster
 
Posts: 1
Default Multiple String IF Formulas

What is the format for a multiple-string IF formula? Here is what I am
trying to do:
IF(C11="M",50) IF(C11="C",50) IF(C11="L",15)

Thanks!