IF AND Formula - Multiple Values
Ok so I answered my first question however I need the following created. The formula works however I need to add two more contract types that are part of the TRUE statement:
=IF(AND([Billable Consultant/Developer Hours]@row > [Consultant/Developer SOW Hours]@row, [Contract Type]@row = "Prime"), 1, 0)
Need to add Subcontractor and VSP DNE.
Thoughts?
Best Answer
-
Wrap Contract Type conditions in an OR() statement.
=IF(AND([Billable Consultant/Developer Hours]@row > [Consultant/Developer SOW Hours]@row, OR([Contract Type]@row = "Prime", [Contract Type]=“Subcontractor”, [Contract Type]=“VSP DNE” )), 1, 0)
Answers
-
Wrap Contract Type conditions in an OR() statement.
=IF(AND([Billable Consultant/Developer Hours]@row > [Consultant/Developer SOW Hours]@row, OR([Contract Type]@row = "Prime", [Contract Type]=“Subcontractor”, [Contract Type]=“VSP DNE” )), 1, 0)
-
AHA! That's what I was missing. My parentheses were not placed correctly when I last used the OR function. Thanks!
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.2K Get Help
- 430 Global Discussions
- 150 Industry Talk
- 490 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 154 Just for fun
- 74 Community Job Board
- 500 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives