Timestamps: 0:00 - Why should you use ARRAYFORMULA? 1:05 - ARAYFORMULA syntax in Sheets 2:31 - Remove unneeded values using a Railsware Academy hack! 6:48 - ARRAYFORMULA with nested IF 8:48 - Secure your ARRAYFORMULA and its output 9:15 - Use ARRAYFORMULA with texts 11:05 - ARRAYFORMULA + SUMIF 13:12 - Combine the column header and ARRAYFORMULA in a single cell 14:01 - SUMIFS workaround: use ARRAYFORMULA + SUMIF + &
I was looking for a formula that I didn't even know what it was called until I saw your channel, I really congratulate you, not only you explain extraordinarily well, but you really share value and practical knowledge. Congratulations, I have become a fan.
🎯 Key Takeaways for quick navigation: 00:00 📊 *Introduction to Array Formula* - Array formula simplifies calculations in Google Sheets by distributing operations to multiple cells. 02:38 🧩 *Importing Data and Removing Zeros* - Importing data from Airtable to Google Sheets. - Removing unnecessary zeros using a combination of IF and LEN functions. 06:49 ✏️ *Combining Text Using Array Formula* - Combining text values, such as first and last names, using the ARRAYFORMULA function. 10:46 📊 *Using Array Formula with SUMIF* - Demonstrating how ARRAYFORMULA can be used with SUMIF to calculate totals based on a single condition. 12:37 📉 *Using Array Formula with SUMIFS* - Using ARRAYFORMULA with SUMIFS to handle multiple criteria and calculate totals for different categories. Made with HARPA AI
Hey there! 🙌 Glad to hear you're diving into formulas. Absolutely, you can use ARRAYFORMULA with COUNTIF and IFS statements, and you can definitely use named ranges to make things cleaner. For COUNTIF, you might do something like: =ARRAYFORMULA(COUNTIF(named_range, "criteria")) For IFS, it could look like this: =ARRAYFORMULA(IFS(named_range1 = "value1", result1, named_range2 = "value2", result2))
Thanks much for this video and other brilliant videos you made on the topic. You can also use ISBLANK() function instead of LEN()=0. I find it more readable. There is yet another way, which looks like IF(B2:B"", ) where means not equal and double quotes mean blank cell.
Is there a formula that would take all the numbers before a decimal dot and add them without adding the numbers after the decimal dot. For example, numbers 2.00, 3.14, 2.70; sum numbers 2, 3, 2 in a formula and then the other numbers 00, 14, 70 sum them in another formula. OR better yet does anybody know about a google sheet template that can calculate and separate working regular hours from over time hours? Thank you.
HELP: Can I have Google Sheets split CSV in a column into row and have it replicate rows with the same information from the previous row, making sure that the number of rows created equals the number of commas in the previous row?
As the output of an array formula is a range of values, inside the arrayformula you can’t use another formula that gives range as a result. For example, you can’t use Arrayformula(Filter()). Because Filter() will give, for example, 6 values in its output, thus, you will need all the rows multiplied by 6. The logic is broken. Make sure that the output of the operation you are using with Arrayformula gives a single output for each line.
I need to calculate last 3 days moving avg inside array formula so that whenever new rows are added, i should calculate last 3 days moving avg. I also have "daily avg" Colum and "Date" Colum to help calculate 3 days moving avg. Any idea how to do it?
Yea, you can always make your range dynamic, say at current you need C7:C9 as those are the last 3, you can make something like INDIRECT("C"&(COUNTA(C1:C)-2)":C"&COUNTA(C1:C))
@@coupleracademy Actually I want googlefinance( formula for the stocks price to pull dynamically down as new tickers are added to the ticker column. The ARRAYFORMULA does not work with googlefinance( . Do you have any script idea how to get it done?
Can you have multiple ArrayFormula in the same formula, example: =ARRAYFORMULA(INDEX('Form Responses 2'!A2:AN2,ARRAYFORMULA(MAX(COLUMN('Form Responses 2'!K2:AN2)*(--('Form Responses 2'!K2:AN2""))))))
The problem with any Google tutorial is...the example are too simple when the practicality is complex due to limitations when its comes to easy-to-integrate with entire business systems that already exist.
Timestamps:
0:00 - Why should you use ARRAYFORMULA?
1:05 - ARAYFORMULA syntax in Sheets
2:31 - Remove unneeded values using a Railsware Academy hack!
6:48 - ARRAYFORMULA with nested IF
8:48 - Secure your ARRAYFORMULA and its output
9:15 - Use ARRAYFORMULA with texts
11:05 - ARRAYFORMULA + SUMIF
13:12 - Combine the column header and ARRAYFORMULA in a single cell
14:01 - SUMIFS workaround: use ARRAYFORMULA + SUMIF + &
This was simply superb, thank you!!!!!
Definitely the most comprehensive arrayformula tutorial that we could ever find on TH-cam! Thank you 🙌
Glad it was helpful!
I was looking for a formula that I didn't even know what it was called until I saw your channel, I really congratulate you, not only you explain extraordinarily well, but you really share value and practical knowledge. Congratulations, I have become a fan.
Thank you so much!
I use formulas all the time and this lesson was a game changer for me, thank you for the information
Exactly what I needed!! I love how simple yet comprehensively you teach! Thank you so much.
Great way to combine header and formula into a single cell. Nice hack. Really appreciate it
Yup, pretty neat! Thanks a lot :)
Thank you for the very comprehensive explanation...!
You are welcome! Don't forget to subscribe to our channel so you will not miss another great tutorial.
one of the best tutorial videos. you have a great teaching skill. not too fast, not too slow.
thanks for the feedback, we appreciate it!
You just saved a ton of time and money for my team
Glad we could help :)
Excellent tutorial!
Great tutorial. Thank you so much
Best video about arrayformula!!! THx
Learned a lot in the video
Thank you!😊🙏
Learned something new very useful... 👌
Thank you for the formula!...
You're very welcome :)
Thank you, this is a great explanation. IF(LEN(A2:A)= etc. is a great help!
Very comprehensive guide, thank you. Is it possible to jump every other row ?
Great video! great content. Love the way you handled the zoom. Thanks.
Thanks so much!
🎯 Key Takeaways for quick navigation:
00:00 📊 *Introduction to Array Formula*
- Array formula simplifies calculations in Google Sheets by distributing operations to multiple cells.
02:38 🧩 *Importing Data and Removing Zeros*
- Importing data from Airtable to Google Sheets.
- Removing unnecessary zeros using a combination of IF and LEN functions.
06:49 ✏️ *Combining Text Using Array Formula*
- Combining text values, such as first and last names, using the ARRAYFORMULA function.
10:46 📊 *Using Array Formula with SUMIF*
- Demonstrating how ARRAYFORMULA can be used with SUMIF to calculate totals based on a single condition.
12:37 📉 *Using Array Formula with SUMIFS*
- Using ARRAYFORMULA with SUMIFS to handle multiple criteria and calculate totals for different categories.
Made with HARPA AI
Nice and helpful video, thanks
very helpful video , thaks for uploading it
Wonderful Thank you❤
Our pleasure!
Very useful functions.
Brilliant! Thanks.
Thanks, we appreciate it!
thank you, for always making it clear and easy to understand, always great to watch👌👍
Glad to hear that! Thank you for watching Railsware Product Academy:)
You're the best, thank you so much
Definitely a thumb-up! :) Great educational content!
Thanks a lot!
This is an amazing support - thank you. is there a way to prefill a new row with the same text?
Great tips! Thanks you!
You are so welcome!
Hello, I'm just learning formuals and was hoping that you use the countif and ifs statement using the array formula with range names?
Hey there! 🙌 Glad to hear you're diving into formulas. Absolutely, you can use ARRAYFORMULA with COUNTIF and IFS statements, and you can definitely use named ranges to make things cleaner.
For COUNTIF, you might do something like:
=ARRAYFORMULA(COUNTIF(named_range, "criteria"))
For IFS, it could look like this:
=ARRAYFORMULA(IFS(named_range1 = "value1", result1, named_range2 = "value2", result2))
Thanks much for this video and other brilliant videos you made on the topic.
You can also use ISBLANK() function instead of LEN()=0. I find it more readable. There is yet another way, which looks like IF(B2:B"", ) where means not equal and double quotes mean blank cell.
Thanks for sharing some useful tips here!
I like it!!! I needed this and the original LEN()=0 and the ISBLANK() both do the trick but the latter is a smidge more "elegant"
That was awesome
gracias ARRAYFORMULA + SUMIF me sirvio de mucho, horas intentando con otra funcion hasta que vi el video me quedo a la primera.
Very informative video. I have one question how we can use if and and in array formula
thank you very much
thank you!
You're welcome!
Wow greate mam
Could we use countif with arrayformular ??
Will this array formulae work witth vlookup?
Yes.
How can I make one column the date format and an other column time format using arrayformula?
How to use countuniqueifs with arrayformula??? Help me!!! 🙏🏼
hi i have file vlookup formula is not working on merge rows can you please help me
Is there a formula that would take all the numbers before a decimal dot and add them without adding the numbers after the decimal dot. For example, numbers 2.00, 3.14, 2.70; sum numbers 2, 3, 2 in a formula and then the other numbers 00, 14, 70 sum them in another formula. OR better yet does anybody know about a google sheet template that can calculate and separate working regular hours from over time hours? Thank you.
How the ARRAYFORMULA works with sumif or countif?
The tutorial is very useful! But ARRAYFORMULA return values cross rows. How can I get the returned values cross columns?
HELP: Can I have Google Sheets split CSV in a column into row and have it replicate rows with the same information from the previous row, making sure that the number of rows created equals the number of commas in the previous row?
Use IMPORTDATA(CSV_FILE_URL) formula if the CSV is a URL or File >> Import if the file is stored in your computer or in Google Drive..
Are there any constraints that stop Arrayfunction from spilling its results?
As the output of an array formula is a range of values, inside the arrayformula you can’t use another formula that gives range as a result. For example, you can’t use Arrayformula(Filter()). Because Filter() will give, for example, 6 values in its output, thus, you will need all the rows multiplied by 6. The logic is broken. Make sure that the output of the operation you are using with Arrayformula gives a single output for each line.
you can also use Map.
I need to calculate last 3 days moving avg inside array formula so that whenever new rows are added, i should calculate last 3 days moving avg. I also have "daily avg" Colum and "Date" Colum to help calculate 3 days moving avg. Any idea how to do it?
hard to say without a dataset, sorry
Yea, you can always make your range dynamic, say at current you need C7:C9 as those are the last 3, you can make something like INDIRECT("C"&(COUNTA(C1:C)-2)":C"&COUNTA(C1:C))
thanks for 0s ))
When I type =ARRAYFORMULA(B2:B*E2:E) it does not fill my column. Instead it says REF Error and demands me to add more rows. What is the problem?
You did not specify which function you want to distribute (e.g. arrayformula(SUM()) or arrayformula (A2:A * B2:B) )
@@coupleracademy Actually I want googlefinance( formula for the stocks price to pull dynamically down as new tickers are added to the ticker column. The ARRAYFORMULA does not work with googlefinance( . Do you have any script idea how to get it done?
Try this: stackoverflow.com/questions/60874426/google-finance-as-an-argument-for-arrayformula
Can you have multiple ArrayFormula in the same formula, example: =ARRAYFORMULA(INDEX('Form Responses 2'!A2:AN2,ARRAYFORMULA(MAX(COLUMN('Form Responses 2'!K2:AN2)*(--('Form Responses 2'!K2:AN2""))))))
13:00
thank you mam
You are very welcome!
How to use arrayformula with max function in each rows??
great
Anda hebat
I love you mam
The problem with any Google tutorial is...the example are too simple when the practicality is complex due to limitations when its comes to easy-to-integrate with entire business systems that already exist.
Instead of len function, If (c2:c) is positive then do this and this...
How to Automatically formula to Insert a Blank Row below Each Group in Google Sheets
dont u se this on too much rows and often. i will break your document entirely. Use draging down formulas instead.