-
Counting Specific Items within an array where row meets criteria
Hello, I am trying to count specific text within and array: Basically, I am trying to count the number of times Testing occurred in the last 2 weeks, so using either a specific date or the check box. I will also expand this to specific people that is not shown in the screen shot. I have the formula to count the array, but…
-
Pull most recent date from another sheet based on two criteria
I am trying to pull the most recent date that a recurring job. I have the facility where the work was conducted, the last day of the job and the job category on the other sheet. I need the category section of the formula to look for a word contained within the text.
-
% of check boxes
I am trying to make the row 20 box thats selected to display a % of the check boxes in rows 2-19 that are selected. I have tried a couple formulas none work. =COUNTIF([Complete]2:[Complete]19, 1) / COUNT([Complete]2:[Complete]19) =COUNTIF([Complete]2:[Complete]19, "true") / COUNT([Complete]2:[Complete]19)
-
How Can I Set Up Hourly Archiving Without Breaking Datamesh?
Hi there, I need help setting up an hourly automation for our Department Calendar sheet. Here’s the situation: This sheet is connected to the Master Events sheet via Datamesh. When an entry is cancelled, Datamesh needs to trigger on the master sheet before the entry is archived from this sheet. If the entry is archived…
-
Adding a secondary sheet into the equation
HI! I have the below formula which is pulling info from a sheet and giving me a percentage based on the p/f in a column. I have a third sheet that is the same info as the p/f sheet this is based on (technically the archive of this one) that i would like to add in as included in the percentage. So basically my formula needs…
-
Using a form to collect data on a sheet specific to a row
Context: We have sheet with a list of dates and meeting types as parent rows and then the agenda for each meeting as children rows underneath. In each row with an agenda topic, there is a cell that shows the presenter. We would like to collect details on who is presenting from non-editor users. I created a form that allows…
-
COUNTIFS from two columns on a reference sheet
I have a reference sheet where I'm trying to count the instances of "Needs Review" from the "Status" column and then add a COUNTIF the "Most Recent Action Date" column as a date in that column. I can write the two formulas individually, but I don't know how to put them together in one cell. I get unparseable when I try to…
-
Adding If statement in a formula
Hi, I am using the formula below and now someone entered a word instead of numerical. Is there any way for me to have to not produce "invalid Operations" just because it's not a numeric info in one of the columns? [AMF Expensed per Audit]@row - [2025 AMFs billed]@row
-
Counting items created within a certain date range
I am trying to create a formula that counts the number of rows that meet a certain criteria. In this instance, i have a date field called "Created". I want to know how many rows were created in the year 2025.. Any thoughts on how i could accomplish this? I appreciate it.
-
Return multiple values based on two cells.
Using a VLookup I was able to get the budget manager column to return the multiple values based on the paying department. However, I also need it to return another person if the grant option is selected. The budget manager column on the first sheet is used for a filter on a dynamic view to allow only the contact and budget…