taking formulas to the next level formulas_ven… · taking formulas to the next level...

19
Taking Formulas to the Next Level #SmartsheetENGAGE Lauren Furuya Senior Product Trainer

Upload: others

Post on 22-Sep-2020

1 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Taking Formulas to the Next Level Formulas_vEN… · Taking Formulas to the Next Level #SmartsheetENGAGE Lauren Furuya Senior Product Trainer. Certain information set forth in this

Taking Formulas

to the Next Level

#SmartsheetENGAGE

Lauren Furuya

Senior Product Trainer

Page 2: Taking Formulas to the Next Level Formulas_vEN… · Taking Formulas to the Next Level #SmartsheetENGAGE Lauren Furuya Senior Product Trainer. Certain information set forth in this

Certain information set forth in this presentation may be “forward-looking information.” Except for statements of historical fact, information

contained herein may constitute forward-looking statements. Forward-looking statements are not guarantees of future performance and undue

reliance should not be placed on them. Such forward-looking statements necessarily involve known and unknown risks and uncertainties,

many of which are and will be described in Smartsheet’s filings with the US Securities and Exchange Commission, and these risks and

uncertainties may cause actual performance and financial results in future periods to differ materially from any projections of future

performance or results expressed or implied by such forward-looking statements. Although forward-looking statements contained herein are

based upon what Smartsheet management believes are reasonable assumptions, there can be no assurance that forward-looking statements

will prove to be accurate, as actual results and future events could differ materially from those anticipated in such statements. Smartsheet

undertakes no obligation to update forward-looking statements except as required by law.

Smartsheet is a registered trademark of Smartsheet Inc. The names and logos of actual companies and products used in this presentation are

the trademarks of their respective owners and no endorsement or affiliation is implied by their use.

Page 3: Taking Formulas to the Next Level Formulas_vEN… · Taking Formulas to the Next Level #SmartsheetENGAGE Lauren Furuya Senior Product Trainer. Certain information set forth in this

Learning Objectives

• Maximize efficiency of your formulas in Smartsheet

• Make automation formulas more powerful

• Leverage formulas to run unique and dynamic reports

At the end of this session you will be able to:

Page 4: Taking Formulas to the Next Level Formulas_vEN… · Taking Formulas to the Next Level #SmartsheetENGAGE Lauren Furuya Senior Product Trainer. Certain information set forth in this

Agenda

• Hierarchy functions

• Specialty functions

• Error handling

• Automation for smarter reports

Page 5: Taking Formulas to the Next Level Formulas_vEN… · Taking Formulas to the Next Level #SmartsheetENGAGE Lauren Furuya Senior Product Trainer. Certain information set forth in this

Assumptions

• Written formulas in Smartsheet or other spreadsheet applications

• Used the CHILDREN() function

• Seen or used logic functions like COUNTIF()

• Automated a Symbols column with IF() or nested IF() statements

• Comfortably used Help material to guide you through using functions

You have…

Page 6: Taking Formulas to the Next Level Formulas_vEN… · Taking Formulas to the Next Level #SmartsheetENGAGE Lauren Furuya Senior Product Trainer. Certain information set forth in this

Hierarchy & Specialty FunctionsCHILDREN(), ANCESTORS(), PARENT(),

@row

Page 7: Taking Formulas to the Next Level Formulas_vEN… · Taking Formulas to the Next Level #SmartsheetENGAGE Lauren Furuya Senior Product Trainer. Certain information set forth in this

CHILDREN()

Page 8: Taking Formulas to the Next Level Formulas_vEN… · Taking Formulas to the Next Level #SmartsheetENGAGE Lauren Furuya Senior Product Trainer. Certain information set forth in this

Gray

False

At least 1 Red TrueRed

Logical

Test 1

False

At least 1 Yellow TrueYellow

Logical

Test 2

False

At least 1 Green TrueGreen

Logical

Test 3

Page 9: Taking Formulas to the Next Level Formulas_vEN… · Taking Formulas to the Next Level #SmartsheetENGAGE Lauren Furuya Senior Product Trainer. Certain information set forth in this

Gray

False

At least 1 Red RedLogical

Test 1

False

At least 1 Yellow YellowLogical

Test 2

False

At least 1 Green GreenLogical

Test 3

COUNTIF(CHILDREN(),“Red”) > 0

COUNTIF(CHILDREN(),“Yellow”) > 0

COUNTIF(CHILDREN(),“Green”) > 0

True

True

True

Page 10: Taking Formulas to the Next Level Formulas_vEN… · Taking Formulas to the Next Level #SmartsheetENGAGE Lauren Furuya Senior Product Trainer. Certain information set forth in this

ANCESTORS()

Page 11: Taking Formulas to the Next Level Formulas_vEN… · Taking Formulas to the Next Level #SmartsheetENGAGE Lauren Furuya Senior Product Trainer. Certain information set forth in this

How do we know if a row is a Parent?

COUNT(CHILDREN()) > 0

False

TrueLogical

Test Parent

NOT Parent

Page 12: Taking Formulas to the Next Level Formulas_vEN… · Taking Formulas to the Next Level #SmartsheetENGAGE Lauren Furuya Senior Product Trainer. Certain information set forth in this

Comprehensive Health Formula

COUNT(CHILDREN([Task

Name]1)) > 0

False

TrueLogical

Test

Weakest

Link

Health

automation

Page 13: Taking Formulas to the Next Level Formulas_vEN… · Taking Formulas to the Next Level #SmartsheetENGAGE Lauren Furuya Senior Product Trainer. Certain information set forth in this

Automation for Smarter ReportsJOIN(), WEEKNUMBER(), TODAY()

Page 14: Taking Formulas to the Next Level Formulas_vEN… · Taking Formulas to the Next Level #SmartsheetENGAGE Lauren Furuya Senior Product Trainer. Certain information set forth in this

Date Criteria

Page 15: Taking Formulas to the Next Level Formulas_vEN… · Taking Formulas to the Next Level #SmartsheetENGAGE Lauren Furuya Senior Product Trainer. Certain information set forth in this

Recap

• Maximize efficiency of your formulas in Smartsheet

• Make automation formulas more powerful

• Leverage formulas to run unique and dynamic reports

Page 16: Taking Formulas to the Next Level Formulas_vEN… · Taking Formulas to the Next Level #SmartsheetENGAGE Lauren Furuya Senior Product Trainer. Certain information set forth in this

Smartsheet Resources

Solution Center:

“Smartsheet Formula Examples” template

Help and Learning Center:

help.smartsheet.com

Smartsheet Community:

community.smartsheet.com

Page 17: Taking Formulas to the Next Level Formulas_vEN… · Taking Formulas to the Next Level #SmartsheetENGAGE Lauren Furuya Senior Product Trainer. Certain information set forth in this

Q&A

#SmartsheetENGAGE

Page 18: Taking Formulas to the Next Level Formulas_vEN… · Taking Formulas to the Next Level #SmartsheetENGAGE Lauren Furuya Senior Product Trainer. Certain information set forth in this

Don’t forget to:

• Share your feedback in our survey in the ENGAGE app

• Stop by the Smartsheet Fundamentals II booth on the first floor

• Visit the Innovation Center for hands-on learning, support, services, swag, and more

Page 19: Taking Formulas to the Next Level Formulas_vEN… · Taking Formulas to the Next Level #SmartsheetENGAGE Lauren Furuya Senior Product Trainer. Certain information set forth in this

#SmartsheetENGAGE