-
using OR in a formula
Hello Smartsheet Community, I'm looking for some help in utilizing the OR statement within a function which references columns in another sheet. I am trying to count how many rows have a request status of either "Open", "Awaiting Addl Info", or "In Progress" from specific departments who submit these requests. I seem to be…
-
Dates - Gantt Chart
I'm building out a plan with tasks and dependencies and want the dates to populate based off a vlookup. For example, If "Sprint 12" is selected then the proper start date is set in the Sprint Start Date column...which I am doing now with =VLOOKUP([Sprint Start]4, $[Sprint Start]$123:$[Sprint End Date]$136, 3, false). The…
-
Counting # of checked boxes in one column
Hi all, I've tried a few different formulas but can't figure out how to count the # of checked boxes in a column. My column is labeled "Approved" and has 131 cells, so I tried: =COUNTIF(approved1:approved131, 1) But I'm getting #BOOLEAN EXPECTED
-
Bug: COUNT({invalid ref}) returns 1
Unintended feature; 1. I create a new sheet. 2. I add this formula to any cell: =COUNT({blah blah blah}) The function returns 1 (reference is not valid) Other* functions return #INVALID REF as expected. I can see WHY it would return 1 (it has one thing), but it might be better to return #INVALID REF instead. Craig *I did…
-
Enhancement Request: BRANCH
New feature request posted here: http://ronin-global.com/2018/08/05/smartsheet-enhancement-request-branch/ Craig
-
Nested IF with COUNTIF
I need to use a nested IF with COUNTIF. Is that possible? The scenario is that I need to count the number of “Red,” “Yellow,” and “Green” balls that are in a particular row in another sheet. Then, * If count of “Red”>=1, return “Red” * If count of “Yellow”=1, return “Yellow” * If count of “Green”=8 (or all), return “Green”…
-
Best way to calculate stats on a sheet tracking form submissions
I have a SmartSheet that logs "installation issues" as they are submitted via web form. The sheet tracks the "locations" id number, address, owner, manager, issue, issue type, and who is working on the issue. Its a tracker you could say. I want to be able to calculate how many of "issue type" A or B have been submitted via…
-
Undo question
Hello, I was editing a formula and somehow the whole sheet appeared with the error #INVALID OPERATION. I was trying to undo the last change to reverse it, but the button wouldn't appear enable and the sheet was saved! I invested a lot of time ==(. Is there anyway to recover the previous version of my sheet? Thank you.
-
Formulas
I'm trying to move an excel project timeline to the Gaant template. I currently calculate my dates backwards from the desired in stock date. I've put in my duration for each step, but wanted to know how i can set aformula to deduct the duration days from the in stock date, rather than inputting a start and end date…
-
SUMIFS with a date range criteria?
From a project sheet (with additional columns added) I'm trying to tally up the number of days by resource assigned to each quarter. So I want to specify a Q3 date range between 6/1/15 and 8/31/15, for example, as one of the SUMIFS criteria so that I only toal the number of days during that time frame. Something like so:…