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
Hey family! I have a column with the Stars symbol. I'm using it to rank 1 to 5. While its pretty, I can't seem to quantify them. For example 5 stars = 90%, 4 stars = 70%, etc. this formula doesn't seem to work: =IFERROR(IF(VALUE(Probability@row ) = 5, 0.9, IF(VALUE(Probability@row ) = 4, 0.7, IF(VALUE(Probability@row ) =…
Greetings Hope everyone is doing well. I have a need for some guidance. I've used a similar formula in the past but I am having issues with this one. What am I trying to do: I have a status column and RTDD date column and Symbol column for the Harvey Balls (red, yellow, green, and gray) I'm looking to have the balls color…
Hi, I am trying to setup 2 drop downs in a grid sheet. The user will select from the first dropdown (parent) A, B, C and based upon what they select i only want to show the corresponding options in the second dropdown (child). So for A show 1, 2, or 3 For B show 4, 5, or 6 For C show 7, 8, or 9 . Using a form is not an…