View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default Returning a text result from 2 lookup columns

Sam,

In C1 try:-

=IF(AND(A1="Medium",B1="High"),"MH","")

Mike

"sam" wrote:

Hi,

I'm trying to return a text result based upon a lookup of two columns. For
example, if column A = Medium, Column B = High, I'd like to be able to return
a result in a third column of MH. How can I go about doing this.

Thanks as always,
Sam