google-sheets-formula

Google Sheets Formula to calculate actual total duration of tasks with different start/end dates, overlaps, and gaps

丶灬走出姿态 提交于 2020-01-24 18:08:02
问题 I know I how to do this using a custom function/script but I am wondering if it can be done with a built-in formula. I have a list of tasks with a start date and end date. I want to calculate the actual # of working days ( NETWORKDAYS ) spent on all the tasks. Task days may overlap so I can't just total the # of days spent on each task There may be gaps between tasks so I can't just find the difference between the first start and last end. For example, let's use these: | Task Name | Start

Google Sheets Formula to calculate actual total duration of tasks with different start/end dates, overlaps, and gaps

久未见 提交于 2020-01-24 18:07:33
问题 I know I how to do this using a custom function/script but I am wondering if it can be done with a built-in formula. I have a list of tasks with a start date and end date. I want to calculate the actual # of working days ( NETWORKDAYS ) spent on all the tasks. Task days may overlap so I can't just total the # of days spent on each task There may be gaps between tasks so I can't just find the difference between the first start and last end. For example, let's use these: | Task Name | Start

How to reference to previous matching record using arrayformula?

泪湿孤枕 提交于 2020-01-24 13:41:49
问题 I have a project spreadsheet, with project managers entering current progress status for each project for each month where there was some activity. So the columns A B and C are filled, I need to be able to figure out the column D using arrayformula. (note that there was no activity/record for "Project 1" in June 2019) I thought I would first need a helper column to find the date of the previous record for the project and then vlookup the date for the project and return the progress of that

Google Sheet SUMIF not summing range

谁说胖子不能爱 提交于 2020-01-21 19:27:13
问题 I am trying to SUM all rows based on the condition that a row's value is greater than 0. However, the formula is only calculating the first row and ignoring the rest of the range. I encountered this issue on a different spreadsheet but I isolated the issue on a new spreadsheet to show you and ask questions. The answers should be B1 ($5), B2 ($15), B3 ($30). I followed the formula's usage as explained in the Google Docs https://support.google.com/docs/answer/3093583?hl=en The formula with

Google Sheet SUMIF not summing range

≯℡__Kan透↙ 提交于 2020-01-21 19:24:05
问题 I am trying to SUM all rows based on the condition that a row's value is greater than 0. However, the formula is only calculating the first row and ignoring the rest of the range. I encountered this issue on a different spreadsheet but I isolated the issue on a new spreadsheet to show you and ask questions. The answers should be B1 ($5), B2 ($15), B3 ($30). I followed the formula's usage as explained in the Google Docs https://support.google.com/docs/answer/3093583?hl=en The formula with

Conditional format cells in Google Sheets based on [date]+X

╄→尐↘猪︶ㄣ 提交于 2020-01-16 19:16:32
问题 Please view the dynamic calendar here: Please copy and paste for testing I am transforming a check in list of guests booked in a holiday property into a dynamic calendar. (The list/data is greyed out to the right of the calendar in the shared link above.) The property is empty for some weeks hence the gaps between some check-in dates. Check-out is calculated from =[check-in]+[Nights] . Critical change overs (CCO) are calculated by the formula =IFERROR(IF(AND(VLOOKUP([Check out of departing

Conditional format cells in Google Sheets based on [date]+X

送分小仙女□ 提交于 2020-01-16 19:16:09
问题 Please view the dynamic calendar here: Please copy and paste for testing I am transforming a check in list of guests booked in a holiday property into a dynamic calendar. (The list/data is greyed out to the right of the calendar in the shared link above.) The property is empty for some weeks hence the gaps between some check-in dates. Check-out is calculated from =[check-in]+[Nights] . Critical change overs (CCO) are calculated by the formula =IFERROR(IF(AND(VLOOKUP([Check out of departing

Google sheets using Filter and Sort together

▼魔方 西西 提交于 2020-01-13 13:11:14
问题 This is my first question here. I hope it's ok. I'm a bit of a newbie using google sheets but I'm slowly progressing. I'm trying to build a sheet with all my data in sheet 1. On sheet 2 I would like to Filter all the data from sheet 2 that is marked with the number "1" in column D. For that purpose, I'm using =FILTER('Ark1'!A2:C999; 'Ark1'!D2:D999=1) So far so good. It works. Then I would like to sort this sheet based on the value in column E. For that purpose, I'm using =sort(FILTER('Ark1'

Google sheets using Filter and Sort together

蹲街弑〆低调 提交于 2020-01-13 13:10:10
问题 This is my first question here. I hope it's ok. I'm a bit of a newbie using google sheets but I'm slowly progressing. I'm trying to build a sheet with all my data in sheet 1. On sheet 2 I would like to Filter all the data from sheet 2 that is marked with the number "1" in column D. For that purpose, I'm using =FILTER('Ark1'!A2:C999; 'Ark1'!D2:D999=1) So far so good. It works. Then I would like to sort this sheet based on the value in column E. For that purpose, I'm using =sort(FILTER('Ark1'

Get exchange rate on a specific date from GoogleFinance

一曲冷凌霜 提交于 2020-01-13 08:49:09
问题 I'm having trouble stopping the googlefinance function on a specific date to use "that" specific exchange rate to convert currency from GBP to EUR. Here is my formulae: =Finance!B4*GOOGLEFINANCE("CURRENCY:GBPEUR","price",date(2017,15,11)) Here is the error: When evaluating GOOGLEFINANCE, the query for the symbol: 'CURRENCY:GBPEUR' returned no data. I've looked at other solutions on SO but none to avail. I've actually added "date" and "price" to my formulae from other solutions. Like so:-