-
Nested IF statement
I am trying to allow the % Complete column update the Status column. My Status column has 3 choices, although I've unchecked the box requiring the use of a dropdown choice only. This is the formula that I've written, but it returns the error "Unparseable". Any thoughts would be appreciated! =IF([% Complete]@row = 1,…
-
Split Text to Column
Hello I have been trying to make this happen but am not quite there yet. I have the following column that contains CAH- Moraine. I am only trying to pull Moraine into a new column. The formula below is not quite right. Anyone have any ideas? =RIGHT([RECIPIENT COMPANY]@row, FIND("- ")) Thank you!
-
How to collect the same data in time
Hi, I have a project management sheet which has a column named "Completion %". I want to read the value of that column for specific lines every Friday and use this data in a chart on a dashboard. What's the best way to do this? I would like to use a data grid to collect the data each week, the challenge is to keep past…
-
Looking for Matches
I have two columns of data. One column I know is correct, the other has the same information but is a manual entry with possible human error. I am looking for a way to compare the two cells to see if the info matches. For instance the first column may have 220656 and the column next to it may have 220655. I need a way to…
-
Adding a COUNTIF to a COUNTIFS formula?
I have a COUNTIFS formula... =COUNTIFS(Status:Status, CONTAINS("In Progress - On Track", @cell)). I have another formula that I need to add to the =COUNTIFS forumula... it's =COUNTIF(Level:Level, =0) . How would I combine the two?
-
Start and end date line chart
Hi Team, Can anyone help me how can I create a line chart based on below information. I
-
Adding months onto a date
Hi sorry I have seen this posted multiple times before but I can't get mine to work. I am trying to add the number of months in the "Monthly Review Frequency" to the "Previous Review Date" in the "Next Review Date" Column. I have tried this formula: =DATE(YEAR([Previous Review Date]@row), MONTH([Previous Review Date]@row)…
-
Cross-sheet referenced Date keeps defaulting to non-Date format
I have a column that uses 3 INDEX MATCH(es) to pull in a single date (there is no way this will ever pull in more than one date) using IF statements and "" if it is not found on a sheet. Formula works as planned, and I now have a System Column of "Created On" in my data (first pic). I can then change it to display as a…
-
Add IFERROR to formula
Hello, I have a tricky formula question. If I want to add a IFERROR to the following formula where would I go about inserting it? =(((IF(LEFT([End Time (HH:MM)]@row, FIND(":", [End Time (HH:MM)]@row) - 1) = "12", IF(OR(FIND("a", [End Time (HH:MM)]@row) > 0, FIND("p", [End Time (HH:MM)]@row) > 0), 0, 12), VALUE(LEFT([End…
-
Bring Task to a separated Smartsheet if due date
Hi, I have several tasks Smartsheet's to manage different projects. In order to avoid keep checking each Smartsheet for due dates, I would like to have a "Summary" Smartsheet that brings only tasks that are about to get due. How can I do this? Thank you