Logo 
Search:

MS Office Answers

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds
  Question Asked By: Harry Hunter   on Nov 09 In MS Office Category.

  
Question Answered By: Nathan Evans   on Nov 09

Are you looking for a VBA-related answer? If so, I'm not sure what
you're asking. If not, either of these formula should work:

=IF(A1="Process",IF(B1="Steve",B1,IF(B1="Jeff",B1,A1)),A1)

=IF(AND(A1="Process",OR(B1="Steve",B1="Jeff")),B1,A1)

Share: 

 
 
Didn't find what you were looking for? Find more on Help with nested if statement - with and & or Or get search suggestion and latest updates.


Tagged: