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
- Smartsheet Customer Resources
- 63K Get Help
- 379 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 303 Events
- 34 Webinars
- 7.3K Forum Archives