If Formula

Good Day All:
I am trying to create the following Formula however I am receiving an Incorrect Argument:
If impact is High and Influence is High, then the Classification is Key Player
My Formula: =IF(AND([Impact on Project]2 = "High", [Project Influence]2, "High", ="Key Player"))
All help appreciated, Thanks!
Comments
-
This work for you?
=IF(AND([Impact on Project]2 = "High", [Project Influence]2 = "High"), "Key Player")
-
All:
Figured out the formula. No need to reply.
Thanks
-
Tony:
I just saw your reply, thanks. I also expanded my formula:
=IF(AND([Impact on Project]2 = "High", [Project Influence]2 = "High"), "Key Player", IF(AND([Impact on Project]2 = "High", [Project Influence]2 = "Low"), "Important Player", IF(AND([Impact on Project]2 = "Low", [Project Influence]2 = "High"), "Affected Player", IF(AND([Impact on Project]2 = "Low", [Project Influence]2 = "Low"), "Potential Player"))))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.9K Get Help
- 474 Global Discussions
- 207 Use Cases
- 517 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 83 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!