zero6pak avatar

My favorite function ARRAYFORMULA in Google Spreadsheet

zero6pak

Published: 05 Jan 2018 › Updated: 05 Jan 2018My favorite function ARRAYFORMULA in Google Spreadsheet

My favorite function ARRAYFORMULA in Google Spreadsheet

When you input daily or weekly data, you need copy & paste statistical(extracted) data, like below.

static.jpg

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!

ho.jpg

ARRAYFORMULA give user write once, for automatic formula.

Leave My favorite function ARRAYFORMULA in Google Spreadsheet to:

Written by

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