-
Formula to remove zero on metric sheet
Hello - I am using a metric sheet to pull together a Dashboard of information. I am pulling from a larger sheet into the metric sheet and then importing the data into a Dashboard either as a chart or metric. The data I am pulling changes every month and I want to simply total what is being processed each month. Some months…
-
Need Help with Formula to Roll Up and Average Schedule Health.
Need Help with Formula to Roll Up and Average Schedule Health. I have one that now updates the Schedule Health RYG based on the Start Date/End Date and Task Status. Next, I am trying to roll up/average those Individual Task schedule health values to an overall Phase schedule health value and then ultimately to the Overall…
-
Need help on Formula
I am writing this formula in column to calculate the Quarter (Q1,Q2,Q3,Q4) from a date and getting results like (Q1,Q2,Q3,Q4) without the year. Can someone please help me with getting this value Q4 - 2022, Q1- 2023 , Q2 - 2023 etc. Thanks in advance! =IFERROR(IF(MONTH([Reporting Start Date]@row) < 4, "Q1",…
-
Cell Value Capture for Monthly Reporting
Hello, I am trying to build an executive summary dashboard and would like to capture cell values at the beginning of every month to compile on a monthly basis. I have thought about using a row copy automation however i need to build a "capture sheet" for the dashboard to reference for several data points (total invoice…
-
Creating a count for a Column
So I have a column I am trying to get a count of by year for a Metric dashboard. I am using the following formula: =countif([Completion Date]:[Completion Date], ="2023"). This formula is not working and I am not the best with them. Can someone help me figure this our?
-
Solution for copying a Contact List column to another Contact List Column
Hello, I am trying to figure out a way to copy a contact from one column over to another column (both columns are Contact List) in the same sheet whenever someone selects "Yes" for a seperate column asking if the Reporter is the same as the Risk Response Owner. If someone selects yes, I would like for the person identified…
-
Formula is not working Smartsheet, Same formula worked perfectly fine in Excel
IF(ISNUMBER(SEARCH("text", cell)), value_to_return,"") Can someone please help me to understand why these formula is not working in Smartsheet.
-
IF/AND/OR Formula for Parent Row
Hello! I'm looking for help to perform the following logic for Parent rows ONLY: If the status of any child row is In Progress, then set the parent row status to In Progress. If the status of ALL child rows is Complete, then set the parent row status to Complete If the status of ALL child rows is Not Started or Blank, then…
-
Errors with Status Ball Formula
Appreciate any/all help! I can’t get past errors: #UNPARSEABLE, #INVALID DATA TYPE, #INCORRECT ARGUMENT SET I'd like to achieve the symbol results in the "Indicator" column based upon entries in "Client Status" and "RCM Status" columns. Thank you! Mary
-
Calculate Age from birthdate
Is there a way to have a cell auto calculate age (years and months) from birth date in another cell?