-
Need to count number of answers by quarter. Difficulty: What were you thinking?
I am a bit stuck here. I have a smartsheet (Survey Responses) that contains data from form responses from a survey. The data is synced directly from Google Forms into Smartsheet. (See below.) I have created another smartsheet (Survey Data Points) to compile data points for metrics and reporting, which contains various…
-
Return a string value if cell is under, over, and between certain values (IF) function
I'm trying to get an IF function to work in the Health column of my sheet using the following logic: If budget used cell is less than or equal to 74, return "GREEN" If budget used cell is between 75 and 100, return "ORANGE" If budget used cell is greater than or equal to 100, return "RED" I am using the below function:…
-
Index; Match formula - 1-5 star defaults
Hi everybody; it is always a happening when huge formula is working as the following one: But for any reason the formula works when I set "Kundenrelevanz" to 1,2 and 4 stars but if I change to 3 or 5 stars there is "no match" Any idea why it is ... ?
-
Fomula cross sheets | lead scoretable
For any reason this formula does not yet work properly. Has anybody an idea? Furthermore, do you have proposals for more KPI´s or sheets you can share?
-
INDEX/MATCH - I want to return a blank cell if another cell is also blank
Hello, thanks in advance for the help. I am using a DISTINCT formula. Then I have an INDEX/MATCH formula in the next cell, pulling in from a different sheet. I have the IFERROR part programmed, but I would also like it to give a blank cell result if there is not a number in the "Harvest Batch Name" column. This way, If I…
-
Column Formula Not Filling All Rows
I have a column formula that isn't filling all rows. I have a row id with auto numbering and it's only going to 4 rows. I need it to fill in the whole sheet so that my index match formulas can look up if another row is created in another sheet. I'd like to get the auto numbering column to continue filling in the rows for…
-
Calculating pro-rated values for every month
In the below schedule of values, the $ value of each child task is the parent value multiplied by a weight. For forecasting purposes, let us assume that 25th of every month, each line item is billed depending on the whether the start and finish dates fall within the period. In the below example, activity on Row 20, is to…
-
Having trouble with IF(AND
I have 2 columns of dates; Column a = Target Date Column b = Actual Date I want to turn a cell 'Red' if Actual Date is blank and Target Date is either today or past. The above formular returns 'INCORRECT ARGUMENT SET'.
-
Formula to collect resource's start date
Hello, I am trying to create a formula that will collect the min. date for the resource listed at row for various projects. If the resource isn't listed as a task owner, Right now, I am getting a blank response instead of my initial start date for a project. Current Formula: =IFERROR(IF(CONTAINS(Resource@row, {Task…
-
Level Formula Not Working
Hi! I have been using the same level formula for a while, but for some reason on a newly created sheet, my formula isn't working, and I can't figure out why. Here is a screenshot of the relevant columns: The formula I've entered is: =(IF(COUNT(CHILDREN([Study Protocol]@row)) > 0, COUNT(ANCESTORS([Study Protocol]@row)) +…