Comments
-
Unfortunately as far as I'm aware you can only have the two options of Approved or Denied when setting up a Request and Approval Workflow. If you are looking to have a third option you may want to consider creating a Request an Update Workflow instead. - Create a column titled "[Your Department/Person approving] Approval"…
-
I will need to be able to count for more then one year on a single sheet.
-
Unfortunately as far as I am aware this is not currently an option. I would submit an Enhancement Request
-
gnarsted, Formula would look like this: =IF([Status]@row = "Complete", "100%", (IF([Status]@row = "Not Started", "0%", ""))) Currently this is set to return a blank cell if the Status does not meet any of these criteria. If you want to change this, simply add whatever you would like into the last section which is currently…
-
Easiest way for you to track and report that data easily would be for you to create a "Summary" or "Reporting" section at the top of the sheet with the bugs, then add a line for each of the items you are looking to track, with a COUNTIF for each of them. =COUNTIF(Status7:Status50, "Red"). You can then pull all of this data…