IF formula from Excel to Smartsheet

Hi, I currently have a spreadsheet in Excel I am moving to Smartsheet with an IF formula. Can someone help translate what this formula should be in Smartsheet?
In Excel, the Current Widget Liabilities formula is: =IF((2023 Paid Widget Balance + 2024 Paid Widgets - Widgets Created in 2024) <0,0,(2023 Paid Widget Balance + 2024 Paid Widgets - Widgets Created in 2024)
Thank you!
Best Answers
-
Try the below formula in smartsheet:
=IF(([2023 Paid Widget Balance]@row + [2024 Paid Widgets]@row - [Widgets Created in 2024]@row) < 0, 0, ([2023 Paid Widget Balance]@row + [2024 Paid Widgets]@row - [Widgets Created in 2024]@row)) -
Try this:
MAX(0, [2023 Paid Widget Balance]@row + [2024 Paid Widgets]@row - [Widgets Created in 2024]@row)
Answers
-
Try the below formula in smartsheet:
=IF(([2023 Paid Widget Balance]@row + [2024 Paid Widgets]@row - [Widgets Created in 2024]@row) < 0, 0, ([2023 Paid Widget Balance]@row + [2024 Paid Widgets]@row - [Widgets Created in 2024]@row)) -
Try this:
MAX(0, [2023 Paid Widget Balance]@row + [2024 Paid Widgets]@row - [Widgets Created in 2024]@row)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.5K Get Help
- 466 Global Discussions
- 156 Industry Talk
- 510 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 520 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 307 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!