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
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!