Escrito por estudiantes que aprobaron Inmediatamente disponible después del pago Leer en línea o como PDF ¿Documento equivocado? Cámbialo gratis 4,6 TrustPilot
logo-home
Examen

Smartsheet Core Product Certification questions with answers

Puntuación
-
Vendido
-
Páginas
46
Grado
A+
Subido en
21-03-2026
Escrito en
2025/2026

Smartsheet Core Product Certification questions with answers

Institución
Smartsheet Core Product
Grado
Smartsheet Core Product

Vista previa del contenido

Smartsheet Core Product Certification |\ |\ |\ |\




questions with answers |\ |\




Xiao is trying to create a metrics sheet that will calculate
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\



the health of all the current ongoing campaigns in her
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\



marketing portfolio. She has a Health column in each |\ |\ |\ |\ |\ |\ |\ |\ |\



campaign's sheet and is using the Symbol column type to |\ |\ |\ |\ |\ |\ |\ |\ |\



indicate red, yellow, or green for the health status. Which
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\



of the following formulas should Xiao use in her metrics
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\



sheet to calculate how many campaigns have a health
|\ |\ |\ |\ |\ |\ |\ |\ |\



status of red? |\ |\




=COUNTIF({Portfolio Summary Rollup Sheet Range 1}, |\ |\ |\ |\ |\



"Red") is correct. This formula uses the COUNTIF function
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\



to count the number of campaigns with a health status of
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\



red in a particular portfolio. Formulas that are looking at
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\



the Symbol column type, such as the Health column in
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\



this scenario, require each symbol's color to be
|\ |\ |\ |\ |\ |\ |\ |\



capitalized.




Danielle would like to have her entire department review
|\ |\ |\ |\ |\ |\ |\ |\ |\



a report weekly. Additionally, even though there are a few
|\ |\ |\ |\ |\ |\ |\ |\ |\



associates who don't have access to Smartsheet,
|\ |\ |\ |\ |\ |\ |\ |\



Danielle wants to ensure that everyone has access to an
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\



up-to-date version of the report at any time. What is the |\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\



recommended action for Danielle to take? |\ |\ |\ |\ |\

,Send the report as an attachment as a weekly recurrence
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\



and include the published link in the body of the message
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\



is correct. Reports can be sent to any email address as an
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\



attachment on a weekly basis without having to give
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\



anyone access to the report itself. Publishing the report
|\ |\ |\ |\ |\ |\ |\ |\ |\



and including the link in the body of the weekly
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\



notification allows anyone to access the up-to-date- |\ |\ |\ |\ |\ |\



version of the report at any time. |\ |\ |\ |\ |\ |\




Celina is looking to lock in a column value in the following
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\



formula, so that she could apply the formula to any row
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\



and it would still reference the same column:
|\ |\ |\ |\ |\ |\ |\




=IF([%Complete]@row=1, "Green", "Yellow") |\ |\




What should Celina add to the formula?
|\ |\ |\ |\ |\ |\




=IF($[%Complete]@row=1, "Green", "Yellow") is correct. |\ |\ |\ |\ |\



The $ is an absolute reference. In this case, the absolute
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\



reference should appear before the column %Complete, |\ |\ |\ |\ |\ |\ |\



which will tell the formula to always reference the
|\ |\ |\ |\ |\ |\ |\ |\ |\



%Complete column regardless of the cell the formula is |\ |\ |\ |\ |\ |\ |\ |\ |\



in.




Ken is building an event schedule. He would like everyone
|\ |\ |\ |\ |\ |\ |\ |\ |\



to simultaneously see the whole schedule at one time but
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\



also allow each team member to focus on their own tasks
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\



immediately.
|\

,Which is the most efficient way to accomplish this?
|\ |\ |\ |\ |\ |\ |\ |\




Create conditional formatting to assign a color to each
|\ |\ |\ |\ |\ |\ |\ |\ |\



team member is correct. If the sheet has an Assigned To
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\



column that lists which team member has been assigned
|\ |\ |\ |\ |\ |\ |\ |\ |\



to each task, Ken can use conditional formatting to
|\ |\ |\ |\ |\ |\ |\ |\ |\



associate each teammate's name to a color. This way |\ |\ |\ |\ |\ |\ |\ |\ |\



each teammate can see the whole schedule while only
|\ |\ |\ |\ |\ |\ |\ |\ |\



focusing on their assigned color. |\ |\ |\ |\




Carson is creating a form to collect requests for IT
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\



equipment and software support from employees at their |\ |\ |\ |\ |\ |\ |\ |\



organization. The source sheet has the following columns: |\ |\ |\ |\ |\ |\ |\



Request Type, Equipment, Date Needed, Software, and
|\ |\ |\ |\ |\ |\ |\ |\



Issue. If an employee selects IT Equipment from the
|\ |\ |\ |\ |\ |\ |\ |\ |\



Request Type field, they need to submit answers for the
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\



Equipment and Date Needed columns. If they select IT |\ |\ |\ |\ |\ |\ |\ |\ |\



Software Support from the Request Type field, they need
|\ |\ |\ |\ |\ |\ |\ |\ |\



to submit answers for the Software and Issue fields. What
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\



is the recommended way for Carson to set up their form
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\



to ensure they collect the responses they need?
|\ |\ |\ |\ |\ |\ |\




Add form logic to the Request Type field is correct. Carson
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\



should add two rules to the logic for the Request Type
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\



field:

, Mary is setting up a project schedule with predecessors
|\ |\ |\ |\ |\ |\ |\ |\ |\



and has created an Overdue column with a formula that
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\



calculates how many days a task is overdue. Now she |\ |\ |\ |\ |\ |\ |\ |\ |\ |\



wants to visualize the severity of the delay, depending on
|\ |\ |\ |\ |\ |\ |\ |\ |\



how many days a task is overdue. What is the most
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\



efficient way to accomplish this? |\ |\ |\ |\




Create conditional formatting rules that assign a color to
|\ |\ |\ |\ |\ |\ |\ |\ |\



a row based on how many days a task is overdue is
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\



correct. Creating conditional formatting rules allows Mary
|\ |\ |\ |\ |\ |\ |\



to assign a different color for different ranges of days that
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\



each task is overdue.
|\ |\ |\ |\




Benjy wants his associates to be able to update the status
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\



of their tasks on a report he has built. He also wants this
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\



updated information to appear on the underlying sheets. |\ |\ |\ |\ |\ |\ |\ |\



What does Benjy need to do to ensure his associates can
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\



update both the report and the underlying sheets? |\ |\ |\ |\ |\ |\ |\




Grant all associates Editor or higher permissions on the
|\ |\ |\ |\ |\ |\ |\ |\ |\



report and the underlying sheets is correct. Users must
|\ |\ |\ |\ |\ |\ |\ |\ |\



have at least Editor permissions on both the report and
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\



the source sheet(s) to edit info in a report, which will then
|\ |\ |\ |\ |\ |\ |\ |\ |\ |\ |\



populate back to the source sheets.
|\ |\ |\ |\ |\ |\




Juan is looking to automate the symbols that are
|\ |\ |\ |\ |\ |\ |\ |\ |\



produced in his Health column. He applies a nested IF |\ |\ |\ |\ |\ |\ |\ |\ |\ |\

Escuela, estudio y materia

Institución
Smartsheet Core Product
Grado
Smartsheet Core Product

Información del documento

Subido en
21 de marzo de 2026
Número de páginas
46
Escrito en
2025/2026
Tipo
Examen
Contiene
Preguntas y respuestas

Temas

$24.99
Accede al documento completo:

¿Documento equivocado? Cámbialo gratis Dentro de los 14 días posteriores a la compra y antes de descargarlo, puedes elegir otro documento. Puedes gastar el importe de nuevo.
Escrito por estudiantes que aprobaron
Inmediatamente disponible después del pago
Leer en línea o como PDF

Conoce al vendedor

Seller avatar
Los indicadores de reputación están sujetos a la cantidad de artículos vendidos por una tarifa y las reseñas que ha recibido por esos documentos. Hay tres niveles: Bronce, Plata y Oro. Cuanto mayor reputación, más podrás confiar en la calidad del trabajo del vendedor.
EXAMSTUDYPLUG Stanford University
Seguir Necesitas iniciar sesión para seguir a otros usuarios o asignaturas
Vendido
370
Miembro desde
3 año
Número de seguidores
107
Documentos
20705
Última venta
4 días hace
GRADE BUDDY

Welcome to My Page! Are you looking for high-quality study resources to ace your exams or better understand your coursework? You've come to the right place! I'm passionate about sharing my knowledge and helping students succeed academically. Here, you'll find a wide range of well-organized notes, study guides, and helpful materials across various subjects, including Maths ,nursig, Biology, History, etc.. Each resource is carefully crafted with detailed explanations, clear examples, and relevant key points to help simplify complex concepts. Whether you're preparing for a test, reviewing lectures, or need extra support, my resources are designed to make your learning experience smoother and more effective. Let me be a part of your academic journey, and feel free to reach out if you have any questions or need personalized assistance!

Lee mas Leer menos
4.5

241 reseñas

5
162
4
51
3
16
2
5
1
7

Por qué los estudiantes eligen Stuvia

Creado por compañeros estudiantes, verificado por reseñas

Calidad en la que puedes confiar: escrito por estudiantes que aprobaron y evaluado por otros que han usado estos resúmenes.

¿No estás satisfecho? Elige otro documento

¡No te preocupes! Puedes elegir directamente otro documento que se ajuste mejor a lo que buscas.

Paga como quieras, empieza a estudiar al instante

Sin suscripción, sin compromisos. Paga como estés acostumbrado con tarjeta de crédito y descarga tu documento PDF inmediatamente.

Student with book image

“Comprado, descargado y aprobado. Así de fácil puede ser.”

Alisha Student

Preguntas frecuentes