-
How do I change the formula in the Metadata sheet so that I can include data from two columns?
Hi Smartsheet Community I am trying to edit a donut chart that displays projects by Change Impact (High-Medium-Low) across all stages (Initiate, Plan, Implement, Close, Closed) - while excluding Closed projects. Currently my data is taken from the metadata sheet - which unfortunately doesn't include the distinction by…
-
Summary field = date selected from project plan
So I have a standard project plan with timeline / gantt chart. Start date = [Start] and end date = [Finish] I have several mini projects in my smartsheet so have used the level calculation to detect level = 0 for start of my mini projects with levels 1 onwards for the children tasks I have successfully written the formual…
-
#BOOLEAN Expected Duplicate Month checkbox formula assistance
Formula I am using =COUNTIFS({F & A Monthly Updates Range 2}, Department@row, {F & A Monthly Updates Range 3}, "3"). The problem I am facing is when submissions are made multiple times for a duplicative month. For example, the form has a system column to capture the date the submission on the sheet form was made. If I…
-
Count "Red" symbols in Sheet Summary
Hi all, New to Smartsheet and wondering how I get my sheet summary to count the number of "Red" symbols for status reporting. Understand that COUNTIF won't count symbols from what I have read. Does anyone have a way around this? Thanks in advance.
-
How can I make my calendar reflect the color of a data selection?
Hi! I am making a calendar that will include multiple locations that will then be put on our company webpage so all global employees can see what is going on at any other location. People from different offices will be able to fill out the form and it will auto update on the webpage. I have a dropdown with the different…
-
Trying to use SUMIF to add columns a crossed a row
Below is the formula I am using =SUMIF([Committed Or Projected]@row:[Committed Or Projected]@row, "Projected", [Jan-23]@row:[Dec-23]@row) The error message I am getting is #incorrect Argument set. I am basically trying to add a row range if a value is set in another column. Can Sumif only be used on columns,s not Rows?
-
Formula for [date]+1 month?
Hi all, If I was using excel, I'd use: '=DATE(YEAR($A1),MONTH($A1)+1,DAY($A1)) However the equivalent smartsheet formula... '=DATE(YEAR([Column2]12), MONTH([Column2]12) + 1, DAY([Column2]12)) ...doesn't seem to be very "smart" at all, because it gets to December and can't handle the concept of rolling over into the next…
-
Cross sheet formula, check the box in one sheet when ALL boxes are checked in another.
I have a three sheet cascade of check boxes that have cross sheet formulas. Mother Plant sheet Mother Segment sheet Mother Batch sheet There are multiple Plants per Segment; multiple Segments per Batch. I "Retire" plants as necessary, sometimes all at once and sometimes at different times. I want the "Retire" check box to…
-
Formula to calculate 1 month from given date
Hello, I am trying to count one month from a particular date and need help with the formula. for example the move in date is 7/29/2022 I want Smartsheet to automatically count 1 month from that date as the due date in a separate column? how do i go about doing that?
-
Using INDEX(COLLECT()) or VLOOKUP
I have a data base that has part numbers listed multiple times based on production date. I am trying to gather the status (RED, GREEN, YELLOW) symbol from another column but I want to make sure it is from the most recent addition to the data base. New data is added via form to the top of the DB. I believe VLOOKUP will…