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
- 64.3K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!