-
Expired Date code
So i recently create a new Cell called " Expired Date" what I'm trying to do in this cell is to show when a date has been expired , based on the Promised Date, but i found that if i left mi code just like this, But =IF([Promised Date]4 > TODAY(0), "Expired date", "-" i don't have a restriction. And i try this code, but i…
-
Date and month, linking cells
Hi there I'm linking cells from numerous sheets to one specific. Most of the cells are containing dates. When linking, I have realised that month and date have switched places. Not all dates/cells, but in some cases. See below example. Original work sheet: 03/06/19 Linking work sheet: 06/03/19 I've double checked the…
-
Index, Match, Parent
I'm trying to dynamically change a cell's value depending if a checkbox is checked or not. Directors of a project would like to know what stage a project is at and if that stage is on target or not. Where I'm running into trouble is the directors only care about the Parent Task and not the child tasks. This is what I have…
-
SUM Count of children Checkboxes
Hello, I am trying to add the children count of several columns but I just have a 0 as a result of a simple =Sum() formula.
-
Compound IF Statement
I am trying to determine a Classification when a Weighted Score is between two values. =IF(AND([Weighted Score]15 > 31, [Weighted Score]15 < 61, "B")) In this formula, I want to return a "B" when a Weighted Value is between 31 and 61. But I get Incorrect Argument. Can someone please help me. Dee
-
Automated Workflows Not Quite There
Hi I wanted to use automation to help update fields in a sheet and that does not work. If I update a field for example When field "With" changes to "Cierr" change the complete column to "Star" This does not work. I have to create a calculation in the cell to reference this. It would be much easier to add automation for the…
-
Date Dependency
Hi, Our ERP system exports tasks and the materials needed for those tasks with the same task ID number. We schedule based on the actual task and predicted duration. Is there a way to automatically assign the same start date to the materials needed for the tasks based on the scheduling of the actual task? Screenshot…
-
hiding columns or data for certain users
I'd like to add budget data to a project sheet but hide that info from certain users. Is this possible? And is it possible to have the sum of amounts in sub-tasks appear in the cell of the main task?
-
Nested COUNTIF formula
Hi! I am hoping someone can help me solve this formula. What I am trying to do is keep a running total of hours of vacation used. For example, If Joe wants to take an 8 hour vacation he will go to the dates and type in "V8" (Vacation, 8 hours) or 4 hours would be "V4".ETC. When this is entered I want those hours to be…
-
Most Recent Date
Hi everyone... I've been struggling with how to do the right formula here and would love if anyone could help. I have a form which people are to fill out twice a month to do a temperature check on their progress. The data will have the date, name, etc., then their "mood" (a dropdown list), and each entry will be a separate…