View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dorothy A Dorothy A is offline
external usenet poster
 
Posts: 1
Default if or statements to get three possible outcomes

I want to use an IF/OR statement to get 3 possible outcomes for a cell value
(eg if cell a=x or y, then m, if cell a=y then n, else p

However, I can only work it for 2 different outcomes. Any ideas?