Sign in to join the conversation:
I have a risks&Issues register sheet and would like to create a table in a new sheet which categorizes based on Streams and risk/issue rating. How do I do it.
Attached is the sample. I would like separate tables for risks & issues
Hi Sachana,
You can create a new sheet by clicking Home > Create New > Blank Sheet
Once your new sheet has been created, you can name columns and format the sheet as needed to make it into an issue log.
One suggestion is to use the same column names when possible for both your risk log and issue log, in case you want to create a report that aggregates them together in a single view.
You can also use an auto-number column for an "ID" column. More on auto-number columns can be found here: https://help.smartsheet.com/articles/1108408-auto-numbering-rows#create
I'm trying to get a formula for a sheet summary value to calculate average duration of rows where Risk Type = "EDAM Risk" and Status = "Resolved - Mitigated" or "Resolved - Decision." Assuming: Duration is in a column named Duration Risk Type is in a column named Type Status is in a column named Status I've been using the…
Hi, I am using this formula =IF([Warranty Status]@row = "Warranty Expired", IF(AND([Asset Status]@row = "In-Stock), "Out Of Warranty","")) Its says the formula is unparseable. I can't figure out the issue with the formula. Help is appreciated.
I am trying to write a cross sheet formula and keep getting the incorrect argument set error. The formula I wrote is: =SUMIFS({Total Poles}, {Vendor}, "ALLO", {Date}, >=TODAY(-30)) My formula is stating that I sound sum the amount of poles where the vendor column is Allo and where the date column lists dates within the…