-
Assistance with index formula
I'm in need of assistance on an Index formula. The situation is I have a master sheet with a unique number in the Primary Column. Another column has a flag. In my second sheet, I would like returned a list of the unique numbers from the master sheet where the flag=true. I have tried so many versions of this formula that I…
-
Calculating Values Per User Between Dates
Hi Guys, I'm probably missing something really simple but I'm struggling to get my formula to work. I have a metrics sheet that is using cross-sheet referencing to pull data from a separate sheet. Operators add values to the sheet and I've used the automated created date function to keep track of when the values were…
-
COUNTIFS Issue
We are using a sheet with count if formulas in order to graph progress on a dashboard. On the source sheets we have a dropdown menu with the following status options: * Prep * Working * Decision - RENEWING * Decision - MOVING * Housekeeping * CLOSED The COUNTIFS formula we are using works for all of the status options…
-
Pull in % Complete into a new sheet (pivot view)
Hi I am looking to create a ‘pivot’ view of my sheet that will show the 6 stage gates going across horizontally, so we can see going down the sheet how we are doing across all sites for system, users, WoW, etc. I have created a new sheet for this view and plan to reference in the 3 project sheets. It was recommended that I…
-
Vlookup #UNPARSEABLE Error linking to separate sheet
I get an #UNPARESABLE error message for a vlookup I am trying to create to a separate file in SmartSheet, I suspect there is a problem in the syntax. I've tried multiple tweaks to this formula with no success. As a check I exported the SmartSheet and the external file to Excel and had no problem successfully creating a…
-
CountIfs resulting in "0"
Similar to my previous post, I'm now running into issues with CountIfs returning zeros when I am referencing multiple columns from a separate sheet. I am trying to figure out the number of "Risks" and "Issues" that are marked as state "Complete" each week. I was able to count how many risks and issues have occurred each…
-
Countifs based on current month turnaround times
Good Morning! I am trying to create a graph based on the current month's turnaround times. I tried the following, but it returns as #Unparseable. =COUNTIFS({Turnaround}, <=3, {Date Fufilled}, Value(@cell) = Month(Today)) Is this even possible? Thanks
-
Calculate due date based on last reviewed date
The policy was reviewed on June 1, 2019, I want the next due date to be in 365F both columns are date fields Formulas I tried- =[Column4] + [365] = Reviewed Date + 365 fx=Reviewed Date + 362
-
COUNTIFS for year within criteria
I am pretty new to using formulas. I'm working on a dashboard for one of my sheets and I want to show how many escalations a plant has had this year alone. Here is what I have so far: =COUNTIFS(([Plant]:[Plant], "Changzhou"), IFERROR(YEAR(@cell), 0) = 2019) I've tried many different variations based on my scouring of this…
-
Add lines in templates and have the formulas auto appear
Hi, So I created this template for our sales team. The idea is that in the yellow boxes they enter item number and quantity (and other things based on where they are in the template) and was informed that there are some sales orders where they will need to add additional boxes. We were looking to have it set up so that one…