SlideShare a Scribd company logo
1 of 7
Array formulas
j
then press F5 or click Slide Show > From Beginning to start the course.
In the message bar, click Enable Editing,
If the videos in this course don’t play, you may need to
download QuickTime or just switch to PowerPoint 2013.
5 61 2 3 4
Course summary Help
1/3 videos
Array formulas Closed captions
Summary Feedback HelpArray formulas Use functions Edit arrays
2:252:57 4:24
Press F5 to start, Esc to stop
You want to calculate the total of a large range of cells, such as the value of these stocks.You could type = sign, B2 (the number of Contoso shares),asterisk to multiply, B3, the share price, the + sign to add, C2, asterisk, C3, and so on.But it would take forever with a large series, and it would be easy to make a mistake and not notice it.An easier way? Use an array formula. An array is a series of data in a row, column, or a combination of rows
and columns.
You’ve probably used them before. B2:F2 is an array, also commonly referred to as a range of cells.An array formula performs calculations on the data in one or more arrays, returning either a single or
multiple results.
With an array formula, you type = sign, SUM, opening parenthesis,select the cells in the Shares row (this is the first array in the array formula), then an asterisk to multiply,select the cells in the Price row (this is the second array in the array formula).And this is the key difference when you enter an array formula, you press Ctrl + Shift + Enter, not just Enter.If you press just Enter, you’ll get either an incorrect value if the regular function’s valid, or a value error if it’s
not.
I didn’t type a closing parenthesis in the formula, pressing Ctrl + Shift + Enter does this for you.The array formula multiplies each cell in the Shares row by the respective cell in the Price row and then
sums,
or adds these and returns the total of $14,421.87.In the formula bar, the formula’s enclosed in braces, { }, meaning it’s an array formula.This is automatically done when you press Ctrl + Shift + Enter. Don’t type these braces.If you do, Excel will interpret your formula as text, not as a formula.Up next: Use SUM, AVERAGE, and MAX in array formulas.
5 61 2 3 4
Course summary Help
2/3 videos
Array formulas Closed captions
Summary Feedback Help
Press F5 to start, Esc to stop
We created an array formula that returned a single value in the first video in this course, Array formulas.But an array formula can also return multiple values.For example, to calculate a subtotal for each stock, select the cells you want to contain the subtotals, type an
= sign,
select the cells in the Shares row, type an asterisk to multiply, select the cells in the Price row,and for an array formula, press Ctrl + Shift + Enter, not just Enter.In each cell the array formula multiplies a cell in the Shares rowwith the respective cell in the Price row and returns the subtotal.This worksheet contains sales for a number of years. I want to know the average annual increase in sales
across all years.
To calculate the increase in sales from just 2013 to 2014, type an = sign,select the cell with the sales for the subsequent year (2014),type a - sign, select the cell with the sales for previous year (2013), and press Enter.This returns $8,868.88, the sales increase from 2013 to 2014.We could do this for every year and then average the results to get the average annual increase in sales
across all years.
That’s the equation in F9. If we had data for many more years, or we had month to month data,this equation would be a nightmare to create and maintain.Using an array formula, we type = sign, AVERAGE, opening parenthesis,select the sales for subsequent years (2014 through 2018), type a - sign, select the sales for the previous
years,
(2013 through 2017), type a closing parenthesis, and press Ctrl + Shift + Enter.The array formula calculates the increase in sales for each year, averages those values,and returns $11,464.32, the average annual increase in sales.This worksheet contains the opening and closing prices for a stock. I want to know what the biggest gain
was in a day.
To calculate the difference between the opening and closing price for a specific day, you type, = sign,select or type the cell with the closing price for the day, type a - sign to subtract,select the cell with the opening price, and press Enter.With just a few rows of data, you could copy the formula down the column and pick-out the biggest gain.With a lot of rows, this would more time consuming and if the data changed,the result would be hard to use in another formula.Using an array formula, I type, = sign, MAX (the MAX function returns the biggest, or maximum, value),opening parenthesis, select or type the cells with the closing values, type the - sign,select the cells with the opening values, and press Ctrl + Shift + Enter.The array formula takes the closing price for each day, subtracts the opening price,and then uses the MAX function to return the maximum value, 98 cents.Up next: Edit and delete array formulas.
Array formulas Use functions Edit arrays
2:252:57 4:24
5 61 2 3 4
Course summary Help
3/3 videos
Array formulas Closed captions
Summary Feedback Help
Press F5 to start, Esc to stop
Editing an array formula requires special steps.If the array formula is in a single cell, like Total, select the cell, press F2, edit the formula,such as expanding or contracting the arrays, and then press Ctrl + Shift + Enter.If the array formula is in multiple cells it’s trickier.Select all of the cells, press F2, edit the formula, and press Ctrl + Shift + Enter.Cell F5 displays an error because we contracted the arrays in the formula.I want to delete the cell, but you can’t delete individual cells that are in an array formula;you get this error that says you can’t change part of an array. You can delete all of the cells and then re-
create the formula.
You can’t add a new cell to a block of cells that already contain an array formula.I couldn’t add it to G5, for example.You can type the same array formula in the cell, but then you’d need to remember to update both array
formulas.
We recommend that you delete the original formula and re-create it.You can’t move individual cells that are in an array formula; you’ll get the same error.You can move all of the cells. Select the cells, right click them, and click Cut.Right-click where you want to paste them, and click Paste. And the cell references will remain the same.Now you’ve got a pretty good idea about how to use array formulas. Of course, there’s always more to
learn.
So check out the course summary at the end, and best of all, explore Excel 2013 on your own.
Array formulas Use functions Edit arrays
2:252:57 4:24
Help Course summary
Press F5 to start, Esc to stop
Course summary—Array formulas
Summary Feedback Help
5 61 2 3 4
Array formulas Use functions Edit arrays
2:252:57 4:24
Why use array formulas?
Array formulas are often referred to as CSE
(Ctrl+Shift+Enter) formulas because instead of just
pressing Enter, you press Ctrl+Shift+Enter to complete
the formula.
If you have experience using formulas in Excel, you
know that you can perform some fairly sophisticated
operations. For example, you can calculate the total
cost of a loan over any given number of years. You can
use array formulas to do complex tasks, such as:
• Count the number of characters that are
contained in a range of cells.
• Sum only numbers that meet certain conditions,
such as the lowest values in a range or numbers
that fall between an upper and lower boundary.
• Sum every nth value in a range of values.
Enter an array formula
1. Select the cells where you want to see your
results.
2. Enter your formula.
3. Press Ctrl+Shift+Enter. Excel fills each of the cells
you selected with the result.
Delete an array formula
You've expanded an array formula too far— it
includes too much data—so you press Delete to
remove the formula and... it's still there. To remove
an array formula, you delete it from one cell, then
press Ctrl+Shift+Enter to delete the it from the rest
of the cells.
1. Select the cells that contain your formula.
2. Press Delete.
See also
• Guidelines and examples of array
formulas
• Create an array formula
• Rules for changing array formulas
• More training courses
• Office Compatibility Pack
Check out more courses
Help Course summary
Press F5 to start, Esc to stop
Rating and comments
Thank you for viewing this course!
Please tell us what you think
Summary Feedback Help
5 61 2 3 4
Array formulas Use functions Edit arrays
2:252:57 4:24
Help Course summary
Press F5 to start, Esc to stop
Help
Summary Feedback Help
5 61 2 3 4
Using PowerPoint’s video controls
Going places
Stopping a course
If you download a course and the videos don’t play
get the PowerPoint Viewer. the QuickTime
player upgrade to PowerPoint 2013
Array formulas Use functions Edit arrays
2:252:57 4:24

More Related Content

What's hot

Excel 2007 slide enter formulas
Excel 2007 slide    enter formulasExcel 2007 slide    enter formulas
Excel 2007 slide enter formulasrezaulslide
 
Excel text functions
Excel text functionsExcel text functions
Excel text functionsKevin McLogan
 
Dividing Fractions
Dividing FractionsDividing Fractions
Dividing FractionsJosel Jalon
 
Bt0075 rdbms with mysql 2
Bt0075 rdbms with mysql 2Bt0075 rdbms with mysql 2
Bt0075 rdbms with mysql 2Techglyphs
 
Excel Data Management
Excel Data ManagementExcel Data Management
Excel Data ManagementRachel Espino
 
functions_in_microsoft_excel_2003
 functions_in_microsoft_excel_2003 functions_in_microsoft_excel_2003
functions_in_microsoft_excel_2003gaurav jain
 
Row, Column, Index, Match, Offset Functions. Excel Tutorial
Row, Column, Index, Match, Offset Functions. Excel TutorialRow, Column, Index, Match, Offset Functions. Excel Tutorial
Row, Column, Index, Match, Offset Functions. Excel TutorialIlgar Zarbaliyev
 
08a 1 ma0_2h_-_march_2013_mark_scheme
08a 1 ma0_2h_-_march_2013_mark_scheme08a 1 ma0_2h_-_march_2013_mark_scheme
08a 1 ma0_2h_-_march_2013_mark_schemeclaire meadows-smith
 
Wednesdayweek7
Wednesdayweek7Wednesdayweek7
Wednesdayweek7Caron Byrd
 
Wednesdayweek7student
Wednesdayweek7studentWednesdayweek7student
Wednesdayweek7studentCaron Byrd
 

What's hot (14)

Excel 2007 slide enter formulas
Excel 2007 slide    enter formulasExcel 2007 slide    enter formulas
Excel 2007 slide enter formulas
 
Excel text functions
Excel text functionsExcel text functions
Excel text functions
 
Formulae
FormulaeFormulae
Formulae
 
Excel tips and tricks you should try
Excel tips and tricks you should tryExcel tips and tricks you should try
Excel tips and tricks you should try
 
Dividing Fractions
Dividing FractionsDividing Fractions
Dividing Fractions
 
Bt0075 rdbms with mysql 2
Bt0075 rdbms with mysql 2Bt0075 rdbms with mysql 2
Bt0075 rdbms with mysql 2
 
Excel Data Management
Excel Data ManagementExcel Data Management
Excel Data Management
 
Formula in MS Excel
Formula in MS ExcelFormula in MS Excel
Formula in MS Excel
 
functions_in_microsoft_excel_2003
 functions_in_microsoft_excel_2003 functions_in_microsoft_excel_2003
functions_in_microsoft_excel_2003
 
Spreadsheets 101
Spreadsheets 101Spreadsheets 101
Spreadsheets 101
 
Row, Column, Index, Match, Offset Functions. Excel Tutorial
Row, Column, Index, Match, Offset Functions. Excel TutorialRow, Column, Index, Match, Offset Functions. Excel Tutorial
Row, Column, Index, Match, Offset Functions. Excel Tutorial
 
08a 1 ma0_2h_-_march_2013_mark_scheme
08a 1 ma0_2h_-_march_2013_mark_scheme08a 1 ma0_2h_-_march_2013_mark_scheme
08a 1 ma0_2h_-_march_2013_mark_scheme
 
Wednesdayweek7
Wednesdayweek7Wednesdayweek7
Wednesdayweek7
 
Wednesdayweek7student
Wednesdayweek7studentWednesdayweek7student
Wednesdayweek7student
 

Viewers also liked

Heikossa työmarkkina-asemassa olevat
Heikossa työmarkkina-asemassa olevatHeikossa työmarkkina-asemassa olevat
Heikossa työmarkkina-asemassa olevatHarri Hietala
 
Problem solving project
Problem solving projectProblem solving project
Problem solving projectEmilyW200
 
ашық сабақ-мемлекеттік-тіл
ашық сабақ-мемлекеттік-тілашық сабақ-мемлекеттік-тіл
ашық сабақ-мемлекеттік-тілErjan Beisenhojaev
 
Volume of a cone is equal to one third.
Volume of a cone is equal to one third.Volume of a cone is equal to one third.
Volume of a cone is equal to one third.Mustansir Dahodwala
 
презентация1 өзін-өзі-тану
презентация1 өзін-өзі-танупрезентация1 өзін-өзі-тану
презентация1 өзін-өзі-тануErjan Beisenhojaev
 
"Бақытты-сәт"-интеллектуалдық-ойын-жарыс
"Бақытты-сәт"-интеллектуалдық-ойын-жарыс"Бақытты-сәт"-интеллектуалдық-ойын-жарыс
"Бақытты-сәт"-интеллектуалдық-ойын-жарысErjan Beisenhojaev
 

Viewers also liked (9)

Heikossa työmarkkina-asemassa olevat
Heikossa työmarkkina-asemassa olevatHeikossa työmarkkina-asemassa olevat
Heikossa työmarkkina-asemassa olevat
 
asas umum pemerintahan
asas umum pemerintahanasas umum pemerintahan
asas umum pemerintahan
 
Problem solving project
Problem solving projectProblem solving project
Problem solving project
 
Las tic
Las ticLas tic
Las tic
 
ашық сабақ-мемлекеттік-тіл
ашық сабақ-мемлекеттік-тілашық сабақ-мемлекеттік-тіл
ашық сабақ-мемлекеттік-тіл
 
Volume of a cone is equal to one third.
Volume of a cone is equal to one third.Volume of a cone is equal to one third.
Volume of a cone is equal to one third.
 
презентация1 өзін-өзі-тану
презентация1 өзін-өзі-танупрезентация1 өзін-өзі-тану
презентация1 өзін-өзі-тану
 
Баламер
БаламерБаламер
Баламер
 
"Бақытты-сәт"-интеллектуалдық-ойын-жарыс
"Бақытты-сәт"-интеллектуалдық-ойын-жарыс"Бақытты-сәт"-интеллектуалдық-ойын-жарыс
"Бақытты-сәт"-интеллектуалдық-ойын-жарыс
 

Similar to Microsoft Office Excel 2013 Tutorial 4-Creating array formulas

instapdf.in-ms-excel-formulas-and-functions-list-856.pdf
instapdf.in-ms-excel-formulas-and-functions-list-856.pdfinstapdf.in-ms-excel-formulas-and-functions-list-856.pdf
instapdf.in-ms-excel-formulas-and-functions-list-856.pdfMd. Irfan Uddin Sayeem
 
Creating Formulas in Excel
Creating Formulas in ExcelCreating Formulas in Excel
Creating Formulas in ExcelKim Estes
 
excel_tips_tricks_e-book_dl.pdf
excel_tips_tricks_e-book_dl.pdfexcel_tips_tricks_e-book_dl.pdf
excel_tips_tricks_e-book_dl.pdfFoysalAhmed742789
 
computer applications in business unit 3
computer applications in business unit 3computer applications in business unit 3
computer applications in business unit 3Dr T.Sivakami
 
95 excel tip sv4
95 excel tip sv495 excel tip sv4
95 excel tip sv4imu2spm
 
Microsoft Office Excel 2013 Tutorials 14- Understanding and Using cell refer...
Microsoft Office Excel 2013 Tutorials 14- Understanding and Using  cell refer...Microsoft Office Excel 2013 Tutorials 14- Understanding and Using  cell refer...
Microsoft Office Excel 2013 Tutorials 14- Understanding and Using cell refer...Mustansir Dahodwala
 
Excel Chapter 2 - Inserting Formulas in a Worksheet
Excel Chapter 2 - Inserting Formulas in a WorksheetExcel Chapter 2 - Inserting Formulas in a Worksheet
Excel Chapter 2 - Inserting Formulas in a Worksheetdpd
 
Spreadsheets Introduction using RM Number Magic
Spreadsheets Introduction using RM Number MagicSpreadsheets Introduction using RM Number Magic
Spreadsheets Introduction using RM Number MagicMalcolm Wilson
 
TrainingOutline_Excel_FormulasNFunctions_Workshop (Writing Sample)
TrainingOutline_Excel_FormulasNFunctions_Workshop (Writing Sample)TrainingOutline_Excel_FormulasNFunctions_Workshop (Writing Sample)
TrainingOutline_Excel_FormulasNFunctions_Workshop (Writing Sample)Patrice Dowtin, MS, MBA
 
cse111-lecture10-1491556635.pptx
cse111-lecture10-1491556635.pptxcse111-lecture10-1491556635.pptx
cse111-lecture10-1491556635.pptxssuser3d8a50
 
Excel 2007 (formula)
Excel 2007 (formula)Excel 2007 (formula)
Excel 2007 (formula)osuchin
 
Advanced Excel formulas, v look up, count, count if, pivot tables, filters
Advanced Excel formulas, v look up, count, count if, pivot tables, filters Advanced Excel formulas, v look up, count, count if, pivot tables, filters
Advanced Excel formulas, v look up, count, count if, pivot tables, filters DevadattaSai Cheedella
 
Sample Excel 2013 Advanced Essentials
Sample Excel 2013 Advanced EssentialsSample Excel 2013 Advanced Essentials
Sample Excel 2013 Advanced Essentialslearnbydoing
 
Excel ii tip_tricks
Excel ii tip_tricksExcel ii tip_tricks
Excel ii tip_tricksHams Ari
 
Microsoft Excel Advanced Features
Microsoft Excel Advanced FeaturesMicrosoft Excel Advanced Features
Microsoft Excel Advanced FeaturesAkashMeghwar2
 
Lesson8 creating complex formulas
Lesson8 creating complex formulasLesson8 creating complex formulas
Lesson8 creating complex formulasricsanmae
 

Similar to Microsoft Office Excel 2013 Tutorial 4-Creating array formulas (20)

instapdf.in-ms-excel-formulas-and-functions-list-856.pdf
instapdf.in-ms-excel-formulas-and-functions-list-856.pdfinstapdf.in-ms-excel-formulas-and-functions-list-856.pdf
instapdf.in-ms-excel-formulas-and-functions-list-856.pdf
 
Excel 2007- Enter Formulas
Excel 2007- Enter FormulasExcel 2007- Enter Formulas
Excel 2007- Enter Formulas
 
Creating Formulas in Excel
Creating Formulas in ExcelCreating Formulas in Excel
Creating Formulas in Excel
 
Microsoft Excel
Microsoft ExcelMicrosoft Excel
Microsoft Excel
 
excel_tips_tricks_e-book_dl.pdf
excel_tips_tricks_e-book_dl.pdfexcel_tips_tricks_e-book_dl.pdf
excel_tips_tricks_e-book_dl.pdf
 
computer applications in business unit 3
computer applications in business unit 3computer applications in business unit 3
computer applications in business unit 3
 
95 excel tip sv4
95 excel tip sv495 excel tip sv4
95 excel tip sv4
 
Microsoft Office Excel 2013 Tutorials 14- Understanding and Using cell refer...
Microsoft Office Excel 2013 Tutorials 14- Understanding and Using  cell refer...Microsoft Office Excel 2013 Tutorials 14- Understanding and Using  cell refer...
Microsoft Office Excel 2013 Tutorials 14- Understanding and Using cell refer...
 
Excel Chapter 2 - Inserting Formulas in a Worksheet
Excel Chapter 2 - Inserting Formulas in a WorksheetExcel Chapter 2 - Inserting Formulas in a Worksheet
Excel Chapter 2 - Inserting Formulas in a Worksheet
 
03 ms excel
03 ms excel03 ms excel
03 ms excel
 
Spreadsheets Introduction using RM Number Magic
Spreadsheets Introduction using RM Number MagicSpreadsheets Introduction using RM Number Magic
Spreadsheets Introduction using RM Number Magic
 
TrainingOutline_Excel_FormulasNFunctions_Workshop (Writing Sample)
TrainingOutline_Excel_FormulasNFunctions_Workshop (Writing Sample)TrainingOutline_Excel_FormulasNFunctions_Workshop (Writing Sample)
TrainingOutline_Excel_FormulasNFunctions_Workshop (Writing Sample)
 
Excel Training
Excel TrainingExcel Training
Excel Training
 
cse111-lecture10-1491556635.pptx
cse111-lecture10-1491556635.pptxcse111-lecture10-1491556635.pptx
cse111-lecture10-1491556635.pptx
 
Excel 2007 (formula)
Excel 2007 (formula)Excel 2007 (formula)
Excel 2007 (formula)
 
Advanced Excel formulas, v look up, count, count if, pivot tables, filters
Advanced Excel formulas, v look up, count, count if, pivot tables, filters Advanced Excel formulas, v look up, count, count if, pivot tables, filters
Advanced Excel formulas, v look up, count, count if, pivot tables, filters
 
Sample Excel 2013 Advanced Essentials
Sample Excel 2013 Advanced EssentialsSample Excel 2013 Advanced Essentials
Sample Excel 2013 Advanced Essentials
 
Excel ii tip_tricks
Excel ii tip_tricksExcel ii tip_tricks
Excel ii tip_tricks
 
Microsoft Excel Advanced Features
Microsoft Excel Advanced FeaturesMicrosoft Excel Advanced Features
Microsoft Excel Advanced Features
 
Lesson8 creating complex formulas
Lesson8 creating complex formulasLesson8 creating complex formulas
Lesson8 creating complex formulas
 

More from Mustansir Dahodwala (20)

Welcome and Opening Speech
Welcome and Opening SpeechWelcome and Opening Speech
Welcome and Opening Speech
 
Anchoring structure
Anchoring structure Anchoring structure
Anchoring structure
 
Anchoring structure
Anchoring structure Anchoring structure
Anchoring structure
 
Microsoft Office Excel 2013 Tutorials 24- Working with Dropdown lists
Microsoft Office Excel 2013 Tutorials 24- Working with Dropdown listsMicrosoft Office Excel 2013 Tutorials 24- Working with Dropdown lists
Microsoft Office Excel 2013 Tutorials 24- Working with Dropdown lists
 
Care for Elderly
Care for ElderlyCare for Elderly
Care for Elderly
 
English Portfolio
English Portfolio English Portfolio
English Portfolio
 
Monopoly rules
Monopoly rulesMonopoly rules
Monopoly rules
 
Hello there
Hello thereHello there
Hello there
 
Happy birthday Card
Happy birthday CardHappy birthday Card
Happy birthday Card
 
Happy Birthday School Card
Happy Birthday School CardHappy Birthday School Card
Happy Birthday School Card
 
GTA San cheats
GTA San cheatsGTA San cheats
GTA San cheats
 
Core Values
Core ValuesCore Values
Core Values
 
Flower
Flower Flower
Flower
 
Fake Children Money
Fake Children MoneyFake Children Money
Fake Children Money
 
Book Review
Book ReviewBook Review
Book Review
 
Gift Card
Gift CardGift Card
Gift Card
 
Birthday Card
Birthday CardBirthday Card
Birthday Card
 
Social Studies Portfolio
Social Studies PortfolioSocial Studies Portfolio
Social Studies Portfolio
 
Science Portfolio
Science PortfolioScience Portfolio
Science Portfolio
 
Mathematics Portfolio
Mathematics PortfolioMathematics Portfolio
Mathematics Portfolio
 

Recently uploaded

Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingNeil Barnes
 
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Jack DiGiovanna
 
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一fhwihughh
 
How we prevented account sharing with MFA
How we prevented account sharing with MFAHow we prevented account sharing with MFA
How we prevented account sharing with MFAAndrei Kaleshka
 
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptdokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptSonatrach
 
20240419 - Measurecamp Amsterdam - SAM.pdf
20240419 - Measurecamp Amsterdam - SAM.pdf20240419 - Measurecamp Amsterdam - SAM.pdf
20240419 - Measurecamp Amsterdam - SAM.pdfHuman37
 
04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationshipsccctableauusergroup
 
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degreeyuu sss
 
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...soniya singh
 
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Customer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxCustomer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxEmmanuel Dauda
 
Dubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls DubaiDubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls Dubaihf8803863
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfLars Albertsson
 
RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998YohFuh
 
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一F sss
 
RadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdfRadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdfgstagge
 
DBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdfDBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdfJohn Sterrett
 
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝DelhiRS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhijennyeacort
 
Data Science Jobs and Salaries Analysis.pptx
Data Science Jobs and Salaries Analysis.pptxData Science Jobs and Salaries Analysis.pptx
Data Science Jobs and Salaries Analysis.pptxFurkanTasci3
 

Recently uploaded (20)

Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data Storytelling
 
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
 
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
 
How we prevented account sharing with MFA
How we prevented account sharing with MFAHow we prevented account sharing with MFA
How we prevented account sharing with MFA
 
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptdokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
 
20240419 - Measurecamp Amsterdam - SAM.pdf
20240419 - Measurecamp Amsterdam - SAM.pdf20240419 - Measurecamp Amsterdam - SAM.pdf
20240419 - Measurecamp Amsterdam - SAM.pdf
 
04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships
 
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
 
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
 
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
 
Customer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxCustomer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptx
 
Dubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls DubaiDubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls Dubai
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdf
 
RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998
 
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
 
RadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdfRadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdf
 
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
 
DBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdfDBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdf
 
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝DelhiRS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
 
Data Science Jobs and Salaries Analysis.pptx
Data Science Jobs and Salaries Analysis.pptxData Science Jobs and Salaries Analysis.pptx
Data Science Jobs and Salaries Analysis.pptx
 

Microsoft Office Excel 2013 Tutorial 4-Creating array formulas

  • 1. Array formulas j then press F5 or click Slide Show > From Beginning to start the course. In the message bar, click Enable Editing, If the videos in this course don’t play, you may need to download QuickTime or just switch to PowerPoint 2013.
  • 2. 5 61 2 3 4 Course summary Help 1/3 videos Array formulas Closed captions Summary Feedback HelpArray formulas Use functions Edit arrays 2:252:57 4:24 Press F5 to start, Esc to stop You want to calculate the total of a large range of cells, such as the value of these stocks.You could type = sign, B2 (the number of Contoso shares),asterisk to multiply, B3, the share price, the + sign to add, C2, asterisk, C3, and so on.But it would take forever with a large series, and it would be easy to make a mistake and not notice it.An easier way? Use an array formula. An array is a series of data in a row, column, or a combination of rows and columns. You’ve probably used them before. B2:F2 is an array, also commonly referred to as a range of cells.An array formula performs calculations on the data in one or more arrays, returning either a single or multiple results. With an array formula, you type = sign, SUM, opening parenthesis,select the cells in the Shares row (this is the first array in the array formula), then an asterisk to multiply,select the cells in the Price row (this is the second array in the array formula).And this is the key difference when you enter an array formula, you press Ctrl + Shift + Enter, not just Enter.If you press just Enter, you’ll get either an incorrect value if the regular function’s valid, or a value error if it’s not. I didn’t type a closing parenthesis in the formula, pressing Ctrl + Shift + Enter does this for you.The array formula multiplies each cell in the Shares row by the respective cell in the Price row and then sums, or adds these and returns the total of $14,421.87.In the formula bar, the formula’s enclosed in braces, { }, meaning it’s an array formula.This is automatically done when you press Ctrl + Shift + Enter. Don’t type these braces.If you do, Excel will interpret your formula as text, not as a formula.Up next: Use SUM, AVERAGE, and MAX in array formulas.
  • 3. 5 61 2 3 4 Course summary Help 2/3 videos Array formulas Closed captions Summary Feedback Help Press F5 to start, Esc to stop We created an array formula that returned a single value in the first video in this course, Array formulas.But an array formula can also return multiple values.For example, to calculate a subtotal for each stock, select the cells you want to contain the subtotals, type an = sign, select the cells in the Shares row, type an asterisk to multiply, select the cells in the Price row,and for an array formula, press Ctrl + Shift + Enter, not just Enter.In each cell the array formula multiplies a cell in the Shares rowwith the respective cell in the Price row and returns the subtotal.This worksheet contains sales for a number of years. I want to know the average annual increase in sales across all years. To calculate the increase in sales from just 2013 to 2014, type an = sign,select the cell with the sales for the subsequent year (2014),type a - sign, select the cell with the sales for previous year (2013), and press Enter.This returns $8,868.88, the sales increase from 2013 to 2014.We could do this for every year and then average the results to get the average annual increase in sales across all years. That’s the equation in F9. If we had data for many more years, or we had month to month data,this equation would be a nightmare to create and maintain.Using an array formula, we type = sign, AVERAGE, opening parenthesis,select the sales for subsequent years (2014 through 2018), type a - sign, select the sales for the previous years, (2013 through 2017), type a closing parenthesis, and press Ctrl + Shift + Enter.The array formula calculates the increase in sales for each year, averages those values,and returns $11,464.32, the average annual increase in sales.This worksheet contains the opening and closing prices for a stock. I want to know what the biggest gain was in a day. To calculate the difference between the opening and closing price for a specific day, you type, = sign,select or type the cell with the closing price for the day, type a - sign to subtract,select the cell with the opening price, and press Enter.With just a few rows of data, you could copy the formula down the column and pick-out the biggest gain.With a lot of rows, this would more time consuming and if the data changed,the result would be hard to use in another formula.Using an array formula, I type, = sign, MAX (the MAX function returns the biggest, or maximum, value),opening parenthesis, select or type the cells with the closing values, type the - sign,select the cells with the opening values, and press Ctrl + Shift + Enter.The array formula takes the closing price for each day, subtracts the opening price,and then uses the MAX function to return the maximum value, 98 cents.Up next: Edit and delete array formulas. Array formulas Use functions Edit arrays 2:252:57 4:24
  • 4. 5 61 2 3 4 Course summary Help 3/3 videos Array formulas Closed captions Summary Feedback Help Press F5 to start, Esc to stop Editing an array formula requires special steps.If the array formula is in a single cell, like Total, select the cell, press F2, edit the formula,such as expanding or contracting the arrays, and then press Ctrl + Shift + Enter.If the array formula is in multiple cells it’s trickier.Select all of the cells, press F2, edit the formula, and press Ctrl + Shift + Enter.Cell F5 displays an error because we contracted the arrays in the formula.I want to delete the cell, but you can’t delete individual cells that are in an array formula;you get this error that says you can’t change part of an array. You can delete all of the cells and then re- create the formula. You can’t add a new cell to a block of cells that already contain an array formula.I couldn’t add it to G5, for example.You can type the same array formula in the cell, but then you’d need to remember to update both array formulas. We recommend that you delete the original formula and re-create it.You can’t move individual cells that are in an array formula; you’ll get the same error.You can move all of the cells. Select the cells, right click them, and click Cut.Right-click where you want to paste them, and click Paste. And the cell references will remain the same.Now you’ve got a pretty good idea about how to use array formulas. Of course, there’s always more to learn. So check out the course summary at the end, and best of all, explore Excel 2013 on your own. Array formulas Use functions Edit arrays 2:252:57 4:24
  • 5. Help Course summary Press F5 to start, Esc to stop Course summary—Array formulas Summary Feedback Help 5 61 2 3 4 Array formulas Use functions Edit arrays 2:252:57 4:24 Why use array formulas? Array formulas are often referred to as CSE (Ctrl+Shift+Enter) formulas because instead of just pressing Enter, you press Ctrl+Shift+Enter to complete the formula. If you have experience using formulas in Excel, you know that you can perform some fairly sophisticated operations. For example, you can calculate the total cost of a loan over any given number of years. You can use array formulas to do complex tasks, such as: • Count the number of characters that are contained in a range of cells. • Sum only numbers that meet certain conditions, such as the lowest values in a range or numbers that fall between an upper and lower boundary. • Sum every nth value in a range of values. Enter an array formula 1. Select the cells where you want to see your results. 2. Enter your formula. 3. Press Ctrl+Shift+Enter. Excel fills each of the cells you selected with the result. Delete an array formula You've expanded an array formula too far— it includes too much data—so you press Delete to remove the formula and... it's still there. To remove an array formula, you delete it from one cell, then press Ctrl+Shift+Enter to delete the it from the rest of the cells. 1. Select the cells that contain your formula. 2. Press Delete. See also • Guidelines and examples of array formulas • Create an array formula • Rules for changing array formulas • More training courses • Office Compatibility Pack
  • 6. Check out more courses Help Course summary Press F5 to start, Esc to stop Rating and comments Thank you for viewing this course! Please tell us what you think Summary Feedback Help 5 61 2 3 4 Array formulas Use functions Edit arrays 2:252:57 4:24
  • 7. Help Course summary Press F5 to start, Esc to stop Help Summary Feedback Help 5 61 2 3 4 Using PowerPoint’s video controls Going places Stopping a course If you download a course and the videos don’t play get the PowerPoint Viewer. the QuickTime player upgrade to PowerPoint 2013 Array formulas Use functions Edit arrays 2:252:57 4:24