Formulas and Functions
Archives for February 2019
Discussion List
-
Formula Sumif Range w. Web FormIn Formulas and FunctionsI have a sheet where I am using a Webform to gather data. Issue is the Sumif formula I have at the top of my sheet will not include the added line entries of the webform entries. =SUMIF(Task2:Task4, Task5, Hours2:Hours4) New Webform ent…
-
Issue with Nested IF FormulaIn Formulas and FunctionsI am having trouble getting my nested if formula to work. I have the following formula: =IF([DCO Status]@row = "Implemented", "Blue", IF(AND([Days Open]@row > 46, [Days Open]@row < 100), "Yellow", IF([D…
-
CountIf for check boxesIn Formulas and FunctionsGood afternoon, Can you do a Countif formula for a column that has checkboxes.....so that you can count how many rows have the check box? Thanks
-
Calculate Points of Symbols?In Formulas and FunctionsI have three symbol fields Priority (uses Priority High, Low), Impact (uses Measure One, Two, Three, Four, Five), and Size (uses Measure One, Two, Three, Four, Five) I would like to roll up points in a column for this. Impact and Size wo…
-
Relational Database?In Formulas and FunctionsHello All, We've been hunting high and low for a good task mgmt system for weeks, and Smartsheet is looking very promising. However, there doesn't seem to be any primary or foreign key type functions. How do you relate two sheets with eac…
-
Create column with unique values from another columnIn Formulas and FunctionsI am working on creating a sheet to be used for reporting. I have pulled in the contact list of names using the cell linking feature however, there are multiple rows with the same person. I would like to create a column listing just unique…
-
Percentage Complete Column (Breaks)In Formulas and FunctionsGreetings, I've discovered that the % Complete Column in a few of my sheets has broken, is incomplete at calculating the true completion percentage for a project. I suspect this might have happened somewhere along the line of adding/remo…
-
Date Formlulas for Dashboard CounterIn Formulas and FunctionsHello, Trying to set up formulas from a sheet to post to a dashboard, somehow came up short. I have a number of projects listed in my sheet with a [Go Live] date. I would like to count the following: * Number of projects that are within …
-
Posting/Including data from another cell.In Formulas and FunctionsWithin my sheet I have two columns that contain time (hh:mm:ss). In the third cell I am comparing the two columns. If they do not match a statement is posted in a cell stating something is wrong. What I would like to add to the statement i…
-
Countifs Formula using a date range givenIn Formulas and FunctionsI have long countifs formulas on a metrics sheet and is pulling all data from an archive sheet. One of the colums on the archive sheet is date. I need to limit the data count on the metric sheet to only count if is it in between (and incl…