Another if statement formula
I have what I thought would be a simple formula: =IF([Total credits per tuition year]@row > [Permitted credits per year]@row, "True") the formula is parse able; however, it's returning true whether the total credits per tuition year are greater than the permitted credits or not, except for the first row. The first row is where I typically create all of my formulas and then, if possible, convert them to column formulas. The only thing that I can see to be different in the first row is this cell is not linked as the other cells are. Does that matter? I'm at a loss...HELP!
Answers
-
Try this:
=iferror(IF([Total credits per tuition year]@row > [Permitted credits per year]@row, "True", "False"),"")
Looks like you omitted the value if false. I added an iferror to keep it clean.
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
-
No, it didn't. Again, parse able but still not returning correct values.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.8K Get Help
- 410 Global Discussions
- 219 Industry Talk
- 457 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 297 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!