Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=IF(OR(C11="M",C11="C"),50,IF(C11="L",15,"?"))
You did not state what to return if C11 is not M, C or L so I return a ? in that case. Tyro "cwn" wrote in message ... 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! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I string formulas together in Excel to display variables | New Users to Excel | |||
Long string of IF formulas | Excel Discussion (Misc queries) | |||
Search string with multiple criteria | Excel Worksheet Functions | |||
Data from multiple cells into one string. | Excel Discussion (Misc queries) | |||
Counting multiple occurances of a specific string | Excel Worksheet Functions |