IF THEN Divide Assistance Needed
I am trying to reference one column and if the column meets criteria, to pull number from another column and divide by 12 in a third column.. Let me know what I may be doing wrong here... Thanks
=(IF([Contract Type]@row = "One Year", [Contract Amount]@row / $[Contract Amount]$12))
Once this is figured out, I want to add an = "Two Year" and = "Three Year" to the formula as well. Any assistance will be greatly appreciated.
Best Answer
-
@BelyndaP try this.
=(IF([Contract Type]@row = "One Year", [Contract Amount]@row / 12))
Answers
-
@BelyndaP try this.
=(IF([Contract Type]@row = "One Year", [Contract Amount]@row / 12))
-
THANK YOU!! You had to have hit the "That is Easy button!" I was making it much more complicated than what it was.
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 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