-
I keep getting "unparseable" ... what am I doing wrong?
I have 3 columns (A, B, C) with yes/no responses. I want column D to return a response of "contractor" if the response to Column A = yes , Column B = yes, and Column C = no. I have been trying: =IF(AND([A]1 = "yes", [B]1 = "yes", [C]1 = "no"), "contractor") What am I doing wrong? THANK YOU!
-
Export formula to Excel
I am trying to export a budget sheet that has formulas to Excel and still have the ability to manipuate the numbers with the same formula, but it does not carry the formula with the export. Is there a way to preserve that formula during export? or is there some other way to export the data and keep access to the original…
-
Formula to populate date from another cell if blank
Hi, I'm struggling with what feels like it should be a simple formula, so hoping the fabulous community can assist. I need to copy the date from the Creation Date column to the Start Date column when it is blank and leave the existing date if it not blank. All the formula's I've tried either give me a circular error or…
-
Count entries made the previous week
Hi, I am looking to create a sheet summary formula that will count all entries on a sheet that came from the previous week. I figure that it will have to be a countif formula and will incorporate weeknumber but I am lost on how to count from the previous week and have it keep updating for the next week.
-
Trying to copy and paste formulas to a new sheet
I understand that adding a single quote, ' In front of a formula row allows you so see, copy and paste that into a new sheet. I am trying to add a single quote in front of 102 rows with formulas but the join function is only allowing me to join the two cells. My thought was to add a text column with only the single quote…
-
Calculate date based on review type and date of last review.
I have a sheet to track 90 day and annual performance reviews. I would like to create a formula for the 'Date of Next Review' column. I am trying to calculate if 'Review Type' is 'Annual Review', add 365 days to 'Date of Last Review'. If 'Review Type' is '90 day review', add 90 days to 'Date of Last Review'.
-
Count the number or non-blank cells in the specific ranges for 2 groups of rows
Hi, I'm trying to count 2 ranges of rows (in the RP Opportunities column) where cells are non-blank and also matches with the value of another column (this is a drop down list column with values "RP" and "Canada") In this case I need to count only the non-blank cells if the value in the column named "queue (RE and Canada)"…
-
Clean-up formula
I am sure that is a much easier way for me to have completed this task, but to explain: I wanted to find the statement between the parentheses and replace that with a number related to the statement. By doing so, I was able to run formulas to give a numbered response. Is there a way to clean it up?…
-
Copy Start and End Dates (& Predecessors) from another sheet
Can this be done? I have a project plan, and I want to pull over Start and End dates from another project plan. Predecessors, too. I tried typing a formula in the Start Date cell to link to the corresponding State Date in the other plan, but it doesn't seem possible. Does anyone have any creative ideas on how to pull this…
-
Automated emails not sending attachtments?
I have a simple automation set up where if Cell 1 has any value in it, It will send out an email to the requestor. Sometimes we have to include attachments but it doesn't always send. I already have it set up to send the information needed and I made sure attachments were checked as well. I also told all the admins "add…