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
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!