Thread: combine or if
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
littlelouise1 littlelouise1 is offline
external usenet poster
 
Posts: 1
Default combine or if

I need to check for three (or more conditions) and need a different value
returned for each criteria.

For example:
DATA Wanted result:
1 Single
2 Dual
4 Quad

My mistake lies in formatting of the formula:
If(A1=1, "Single")or if(A1=2, "Dual") or if (A1=4, "Quad")


-aimes