View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Sunny Sunny is offline
external usenet poster
 
Posts: 42
Default Two "IF" functions in one cell

I was wondering if it is possible to insert two IF functions in one cell.

For instance =IF(A1="x","a","") and IF(A1="y", "b","")

Thanks.