Smartsheet Formulas Basics Quiz with Complete Solutions (1)
Smartsheet Formulas Basics Quiz with Complete Solutions (1) Which function can you use to add up numerical values? - Answer-=SUM() Tricia has a task sheet where she is tracking both % Complete and Status. Which function can she use to change the symbol in the Status column based on the value in the % Complete column? - Answer-=IF() Jennifer is building a sheet to calculate commissions for her sales team. They earn a fixed percentage of each sale they make. She has entered the commission rate in a cell on her sheet. Which formula can Jennifer copy and paste into each row to correctly calculate her team's commissions? - Answer-=SUM([Opportunity Value]@row * [Commission Rate]$1) What symbols must you use when referencing another sheet? - Answer-{} Braces How do you reference the red ball in a symbol column in a formula? - Answer-"Red" Reginald is managing requests for his IT team using a sheet with a form. Employees can request the completion date in the "Date Need By" column. The team member assigned to the work enters a date in the "Estimated Completion Date" column. He wrote a formula to show if requests are on track. The formula will display On Time or the number of days late. The formula displays an error, #UNPARSEABLE. Reginald's formula: =IF(([Estimated Completion Date] - [Date Need By]1) = 0, On Time, ([Estimated Completion Date]1 - [Date Need By]1)) Which section of the formula does Reginald need to correct? - Answer-The value if true - Reginald needs to correct the section where he is trying to display the text "On Time" without putting it inside quotation marks. The correct formula should be: =IF(([Estimated Completion Date]1 - [Date Need By]1) = 0, "On Time", ([Estimated Completion Date]1 - [Date Need By]1) & "days late") Yoko created a report to show collaborators on her project their assigned tasks. They have told her that many tasks from different areas of the project plan look the same in the report. To solve the problem, she wants to add the parent name to the row in the report." Which formula should she use? - Answer-=JOIN(ANCESTORS()) - The formula `=JOIN(ANCESTORS())` in Smartsheet is used to return the names of all parent rows above the current row, separated by a specified delimiter. For example, if you have a hierarchy of rows in your sheet (e.g. Project Task Sub- task), adding this formula in a column in the sub-task rows, with a delimiter such as a forward-slash "/" will return a string of the parent rows' names, in the order from top- level to the immediate parent of the current row, separated by the delimiter. So if the project name is "Website Redesign," and the task name is "Design Homepage," then using the `JOIN` and `ANCESTORS` functions with a forward-slash delimiter would result in the sub-task row displaying "Website Redesign/Design Homepage" in the specified column. Note that the `ANCESTORS` function will only work in combination with the `JOIN` function, as it does not return anything on its own. Olga added a field called "Budget Total" in their sheet summary. What is the syntax to reference the "Budget Total" field in a formula? - Answer-[Budget Total]# Which field type(s) is available in a sheet summary? - Answer-Contact List, Date, Drop Down (Single Select), Text/number, Checkbox, and Symbols Guillermo owns a project tracking sheet. His sheet uses a hierarchy with all tasks being children of a phase. He created a filter to help his team see only their tasks. They are reporting that it is difficult to understand the phase as there are tasks with the same name in multiple phases. To help them understand the phase, he has added a column titled "Phase." What function can he combine with JOIN() to show this information? - Answer-=ANCESTORS() Marcos wrote a formula to check the box in a Complete checkbox column when the % Complete is 100%. What is the recommended way to apply his formula to the rest of the column? - Answer-Convert it to a column formula Kai is building a sheet to track opportunities for his sales team. For each opportunity, the salesperson enters their Region and the Opportunity Value. Kai wants to know the total value of all opportunities in the Western region. Which formula should Kai u se to add sales opportunities for the Western region? - Answer-=SUMIF(Region:Region, "Western", [Opportunity Value]:[Opportunity Value]) What symbols must you place around a column name in a formula if the name includes a space, special characters, or numbers? - Answer-[ ] Square brackets What level of hierarchy should the CHILDREN() function be placed on? - Answer-Parent row
Written for
- Institution
- Smartsheet Formulas Basics
- Course
- Smartsheet Formulas Basics
Document information
- Uploaded on
- May 8, 2024
- Number of pages
- 2
- Written in
- 2023/2024
- Type
- Exam (elaborations)
- Contains
- Questions & answers
Subjects
-
smartsheet formulas basics
-
smartsheet formulas basics quiz
Also available in package deal