Convert excel formula to smartsheet -

How do I recreate this formula in smartsheets?
=+IF(AC2>0,WORKDAY(AC2,10,holidays),WORKDAY(AB2,10,holidays))
Answers
-
Hey @AJH3305
=IF([your column name equivalent to AC]@row>0, WORKDAY([your column name equivalent to AC]@row, 10, holiday dates have to be defined in range or individually typed in. It is optional to include this term in WORKDAY function), WORKDAY([your column name equivalent to AB]@row, 10, holiday dates have to be defined in range or individually typed in. It is optional to include this term in WORKDAY function))
Unless you specifically need to reference row 2 the @row is used in smartsheet to reference the current row. It is much more robust in smartsheet than referencing individual rows (unless you must).
cheers
Kelly
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 68K Get Help
- 474 Global Discussions
- 208 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 84 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!