My favorite function ARRAYFORMULA in Google Spreadsheet
When you input daily or weekly data, you need copy & paste statistical(extracted) data, like below.
For example, using google form and so on.
Because Google forms data should be written at last row's next position, you can not input statistical formula before it wrote.
In my experience, I copy & paste using Google Script by Trigger, yesterday.
But sometime, there are errors in trigger unfortunately.
So, google give great function me. That is ARRAYFORMULA!
ARRAYFORMULA is very good solution at this time.
In first row, you can input formula like below;
=IFERROR(ARRAYFORMULA(IF(D1:D="","",NETWORKDAYS(D1:D,E1:E,'HOLIDAYS'!B1:B))),"소요일정")
This means that calculate working day between start date and end date.
(NETWORKDAYS : https://support.google.com/docs/answer/3092979?hl=ko)
In HOLIDAYS sheet, you can write happy days.
I will input many days the sheet!
ARRAYFORMULA give user write once, for automatic formula.
Leave My favorite function ARRAYFORMULA in Google Spreadsheet to:
Read more #arrayformula posts
Best Posts From zero6pak
We have not curated any of zero6pak's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.
More Posts From zero6pak
- google query label replacement when using "group by"
- Date Time Replacement In IFTTT with settings and functions
- using query function with importrange
- Enumeration of dates between 'startdate' and 'enddate' using Custom function
- Managing working time using IFFTT (Location based)
- My favorite function ARRAYFORMULA in Google Spreadsheet
- Google Spreadsheet to Google Calendar using Zapier
- eval function in google spreadsheet; multi rows
- Date Time Replacement In IFTTT with google script
- Google spreadsheet data to Google Contact using Zapier