-
Sumif Formula
Hi, I'm having problem with my formula below. If I update the column 2 to reference "Amount Invoiced", it automatically change the formula in Column 1 to "AmountInvoiced". I need Column 1 to only reference PO Amount and not Amount Invoiced. See below sample formula that I input on the sheet. Column 1 =SUMIF({FY19 MASTER PO…
-
How to put together two formulas to account for blanks
Hello, I have this formula to add 10 days to a date: =[Date1]@row + 10 Then I have this formula to leave blank if there is no date: =IF(ISBLANK([Date1]@row), "") I need to put them together so if there is a blank the cell stays blank but if not then it needs to add 10 days to the date in [Date1]@row. Thank you!
-
How to tell if Multiple Invoices have all been processed
I've created a sheet that we use to track our projects. For each project there could be one invoice we need to pay, or multiple, as the project progresses when the invoice is processed and the checks are sent out to our partners there is a column that indicates the date the invoice processing is complete. I've created a…
-
Return value if one condition is met
Good Morning, I am trying this formula within my sheet in a brand new column: =IF([Planned Start Date]@row - 21 <= TODAY(), [Estimated Hours Number]@row, "") For this column, if someone put a date that falls between today and three weeks from today, to return the job site hours that is found in the column Estimated Hours…
-
Counting for a Blank Cell
Hello! I have this formula that works great: =DATE(YEAR([Completion Date]3), (MONTH([Completion Date]3) + 3), (DAY([Completion Date]3))) But if my date in "[Completion Date]3" is blank it throws off my whole formula. What can I add so it stays blank if I have no date in "[Completion Date]3". THANK YOU!
-
Formula help
Hi, I am working hard to get my head around formulas and have managed to get the correct return with the below formula, if greater than 14 days then return "Yes", if less than 14 days then return no. Where i am struggling is i also want to return "Yes" if the cell is blank. current formula: =IF([Days since last clean]1 <=…
-
variance
I have two numbers or dates Baseline budget 100,000 Current budget 35,000 Variance is 65,000 If I do a % calculation (variance/baseline) then its 65% I have a health indicator that says if the variance is > 10% then red, more than 5% and < 9% then yellow, lower then green. However, we are WAY under budget in this example…
-
SUMIFS of a value that falls between a rolling date range
Good Morning, I am struggling with the SUMIFS function. I have a sheet that contains job orders. The job orders have a planned start date. The jobs are also categorized by Job Type. I have the following columns: Job Type Planned Start JSH *job site hours* What I need is to calculate the sum of total JSH if the job falls…
-
IF formula mix AND & OR functions, dates on modified and created columns
I'm looking to add a formula which will check the dates in modified and created columns and update the status column. If the modified date is today and is greater than the created date I want to populate the Status column with "updated", but if the modified date is equal to today and if the created date is also equal to…
-
How do I get my "IF" formula to automatically add to new rows?
We use zapier to add rows to the top of our primary active sheet from Pipeline. Within the active sheet are formulas set up for adding dollar amounts and hours. When a new row is added, these formulas carry "up" to the new row added in. However, I have an "IF" statement that will translate zip codes into cities (below).…