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