Forum

Notifications
Clear all

If condition using 2 columns

3 Posts
2 Users
0 Reactions
47 Views
(@pat)
Posts: 23
Eminent Member
Topic starter
 

Hi,

 

May I ask what IF formula I should have on this. 

In the Team column the result will be like this:

 

Sales Team will appear if Proposal Manager is Cheryl, Dennis or Ernesto regardless of referral

GS Team will appear if Proposal Manager is not the 3 above and Referral column is not FS referral

FS Team will appear if Proposal Manager is not the 3 above and the Referral should be FS referral

 

I manually updated the results for now but appreciate if you can show me the IF string for this.

I have attached the excel that has the below info as well. Appreciate your help. Thanks.

Proposal Manager Referral   Team
Cheryl Direct   Sales Team
Cheryl Direct   Sales Team
Dennis Direct   Sales Team
Ernesto Direct   Sales Team
Dennis Direct   Sales Team
Cheryl Direct   Sales Team
Ana FS Referral   FS Team
Dennis Direct   Sales Team
Angelo FS Referral   FS Team
Ernesto Direct   Sales Team
Angelo FS Referral   FS Team
Erica GS Team   GS Team
Christy GS Team   GS Team
Ana FS Referral   FS Team
 
Posted : 16/09/2022 9:13 pm
Philip Treacy
(@philipt)
Posts: 1629
Member Admin
 

Hi Emmanuel,

You're file did not upload but I could work it out from your description.

This is the formula you need

=IF(OR(B3="Cheryl",B3="Dennis",B3="Ernesto"),"Sales Team",IF(C3="FS Referral","FS Team","GS Team"))

Check my attached file to see it.

Regards

Phil

 
Posted : 17/09/2022 3:07 am
(@pat)
Posts: 23
Eminent Member
Topic starter
 

Hi Philip,

 

Thank you for providing the IF string, that's actually what I need. I'm having problem on multiple and glad someone answered. 🙂

 
Posted : 18/09/2022 11:31 pm
Share: