-
Formula Help!
Hello! I have been working with this formula for hours and cannot figure out what I am doing wrong. I am trying to automate the health bubbles to turn Red, Yellow, Green and Blue based on where the task is in the start and due date. I got that part figured out. BUT I also want it to turn red if the "At Risk" column is…
-
Distinct/Index/Match with additioanl condition of having a box checked
Trying to use distinct index to pull in information to display the running total cost of an employee, but I only want it to pull in "Current Employees" Currently this formula works for ALL employees past and present. =(INDEX(DISTINCT({EMPLOYEE}), Number@row) I would like to add on to this formula to ONLY include employees…
-
Start Dates Are Earlier than Target Dates
We have a project that was pushed up on the timeline so the target dates are later than the actual dates. This is causing a negative Schedule Delta & a negative Schedule Delta (working days) due to the formulas. Is there a change I should make to the formula to reflect that this work is actually on time since it's before…
-
I'm Desperate. Can anyone help build this formula? I've been stuck for approximately 60 hours.
Hello! I'm trying to write a formula that I just can't seem to get right. I've got a project with several ancestor levels that I'd like to report on. I'm close, but I just can't seem to get it. I've added a Parent Row helper column with a check box. I'd like the check box to equal True (checked) if the Primary Column is…
-
What formula should I use, and how?
I have many sheets that collect different data on production lots and one sheet that show the most important data sets from those sheets. All the lots have an ID number that is used on all the sheets. I would like to look up that ID number from one sheet, copy a specific cell from that row, and return it to the main sheet…
-
Symbols and percentage of
I need your help to show status as Red, Green or Yellow using this criteria: Green - 91-100 Yellow - 51 - 90 Red = 0-50
-
Sum If Column is not blank
Hello everybody, Hope you are well! I was wondering, is there a way to SUMIF when a column at a row isn't blank? For some reason, I can't come up with a formula that will sum up the volume if the countries column below is not blank. I was able to parent them and then use the below formula, which works…
-
Better way to write this nested if statiement?
I need to replicate this formula a few different times, and I am wondering if there is a better way? =IF([Team-MRR]@row >= [Team-125%]@row, "Top commission reached", IF([Team-MRR]@row >= [Team-110%]@row, [Team-125%]@row - [Team-MRR]@row, IF([Team-MRR]@row >= [Team-75%]@row, [Team-110%]@row - [Team-MRR]@row,…
-
How to calculate the total amount of events happening between certain days
Hello, I have a sheet that lists out football games across multiple codes which happen on specific days, the games are happening from Wednesday to Sunday. I was wondering if there was a formula to calculate the number of events happening each week but only from specific days i.e. Wednesday to Sunday? Thanks for your help
-
COUNTIFS adding checkbox column returns "#INCORRECT ARGUMENT SET"
I'm using a COUNTIFS statement to sum up specific conditions. I have it functioning correctly aside from not being able to incorporate an "Active" column, which is a formula applied to a column that checks the box (true/false) based on a separate condition. When I attempt to add this final condition, I encounter the…