SlideShare a Scribd company logo
1 of 9
SIX NEW BUILT IN FUNCTION
In
Microsoft Office
Excell2019 & Excel365
NEXT
Click On
these
MENU
SIX NEW BUILTIN FUNCTION IN MICROSOFT OFFICE EXCEL2019 & EXCEL365
FUNCTIONS SYNTAX FORMULA USAGE
(Example)
END
TEXTJOIN
CONCAT
IFS
SWITCH
MINIFS
MAXIFS
Click On
these
MENU
SIX NEW BUILTIN FUNCTION IN MICROSOFT OFFICE EXCEL2019 & EXCEL365
FUNCTIONS SYNTAX FORMULA USAGE
(Example)
CONCAT CONCAT(text1,[text2],…
)
Text1 --> the contain of
cell/range
Text2 --> the contain of
cell/range
Note: if text1 is already
range (A1:A5) then text2
is optional.
[ ] means option.
=CONCAT(A1:A5)
=CONCAT(A1:A1,B3:B5)
=CONCAT(A1,””,B3,””,C5,””)
Compare with
=CONCATENATE(A1,A5)
=CONCATENATE(A1,B3,B5)
To combine:-
Text,
Strings
Cells or range
To improve
CONCATENATE
Function
(Excel2016 and
bellow )
END
TEXTJOIN
CONCAT
IFS
SWITCH
MINIFS
MAXIFS
Click On
these
MENU
SIX NEW BUILTIN FUNCTION IN MICROSOFT OFFICE EXCEL2019 & EXCEL365
FUNCTIONS SYNTAX FORMULA USAGE
(Example)
TEXTJOIN TEXTJOIN(delimiter,
ignore_empty, text1,
[text2],…)
delimiter
--> the separator of text.
(double quotes as ‘’ )
Ignore_empty
 TRUE or FALSE
--> Text1 text2, ..textn
Text or range to be
combined
Note: space “ ” means
all text are separated
with “ ”.
=TEXTJOIN(“”, TRUE, A1:A5)
=TEXTJOIN(“”, FALSE,B3:B5)
=TEXTJOIN(“”,FALSE,A1:A4:B
3:B7)
Compare with
=CONCAT(A1:A5)
=CONCAT(A1:A1,B3:B5)
=CONCAT(A1,””,B3,””,C5,””)
Compare with
=CONCATENATE(A1,A5)
=CONCATENATE(A1,B3,B5)
To combine:-
Text,
Strings
Cells or range
Similar to
CONCAT but
TEXTJOIN is
more powerful
than CONCAT
(Previously)
CONCATENATE
(Excel 2016 and
bellow )
END
TEXTJOIN
CONCAT
IFS
SWITCH
MINIFS
MAXIFS
Click On
these
MENU
SIX NEW BUILTIN FUNCTION IN MICROSOFT OFFICE EXCEL2019 & EXCEL365
FUNCTIONS SYNTAX FORMULA USAGE
(Example)
IFS IFS( logical_test1,
value_if_true1,
logical_test2,
value_if_true2,… )
 logical_test1,
(First Condition)
value_if_true1,
(First needed result)
--> logical_test2,
(Second Condition)
value_if_true2,… )
(Second needed
result )
=IFS( A1>80, “VERY GOOD”,
A1>60,”MODERATE”,
A1>=40,”GOOD”,”TRUE”,”FAIL
”)
Compare to
=IF( A1>80, “VERY
GOOD”,IF(A1>60,”MODERATE
”, IF(A1>=40,”GOOD”,”FAIL”)))
To find out the
correct
corresponding
value based on
certain multiple
condition.
To improve long
Nested IF.
END
TEXTJOIN
CONCAT
IFS
SWITCH
MINIFS
MAXIFS
Click On
these
MENU
SIX NEW BUILTIN FUNCTION IN MICROSOFT OFFICE EXCEL2019 & EXCEL365
FUNCTIONS SYNTAX FORMULA USAGE
(Example)
MAXIFS MAXIFS(max_rang,
criteria_range1,crteria1,
[criteria_range2,crteria2
],…)
 max_rang,
actual first range that
containing max
value.
 criteria_range1,crteri
a1
a set of evaluated
range
for condition of
criteria 1
>
criteria_range2,crteria2
=MAXIFS(A1:A5,B3:B7,C5)
Compare with
=LARGE(A1:B7,1) and
=MAX(A1:A5,B3:B7)
To identify
maximum values
based on given
multiple
conditions.
To improve
Function of
LARGE
(Excel 2016 and
bellow )
END
TEXTJOIN
CONCAT
IFS
SWITCH
MINIFS
MAXIFS
Click On
these
MENU
SIX NEW BUILTIN FUNCTION IN MICROSOFT OFFICE EXCEL2019 & EXCEL365
FUNCTIONS SYNTAX FORMULA USAGE
(Example)
MINIFS MINIFS(max_rang,
criteria_range1,crteria1,
[criteria_range2,crteria2
],…)
 min_rang,
actual first range that
containing a
minimum
value.
 criteria_range1,crteri
a1
a set of evaluated
range
for condition of
criteria 1
>
=MINIFS (A1:A5,B3:B7,C5)
Compare with
=SMALL(A1:B7,1) and
=MIN(A1:A5,B3:B7)
To identify
manimum values
based on given
multiple
conditions.
To improve
Function of
SMALL
(Excel 2016 and
bellow )
END
TEXTJOIN
CONCAT
IFS
SWITCH
MINIFS
MAXIFS
Click On
these
MENU
SIX NEW BUILTIN FUNCTION IN MICROSOFT OFFICE EXCEL2019 & EXCEL365
FUNCTIONS SYNTAX FORMULA USAGE
(Example)
SWITCH SWITCH( expression,
value1, result1, [value2,
result2, … [default] )
 Expression
(an argument/value
compared to
value1)
 value1, result1,
( values compared to
an expression )
 default
(return error #N/A if
no
match occur )
=SWITCH ( E3, “Excellent”,
“1”, ”MODERATE”, “1”,
”GOOD”,”3”, ”FAIL”, “2”).
Compare to
=VLOOKUP( E3, B3:C7,2,0)
=INDEX(B3:B7,MATCH(E3,C3:C
7,0))
To find out the
value based on
the first exact
match.
It likely to
improve
VLOOKUP or
INDEXT(MATCH)
END
TEXTJOIN
CONCAT
IFS
SWITCH
MINIFS
MAXIFS
THANKS FOR WATCHING.
EXIT

More Related Content

Similar to 6 Function Built In (Excel 2019 dn 365).pptx

Excel for research
Excel  for researchExcel  for research
Excel for researchJamalBhai
 
Mdx Basics
Mdx BasicsMdx Basics
Mdx BasicsALIPPHAR
 
Excel advanced formulas and functions i-school tutorials
Excel  advanced formulas and functions   i-school tutorialsExcel  advanced formulas and functions   i-school tutorials
Excel advanced formulas and functions i-school tutorialstechie_govind
 
E-Book 25 Tips and Tricks MS Excel Functions & Formulaes
E-Book 25 Tips and Tricks MS Excel Functions & FormulaesE-Book 25 Tips and Tricks MS Excel Functions & Formulaes
E-Book 25 Tips and Tricks MS Excel Functions & FormulaesBurCom Consulting Ltd.
 
An Introduction To Array Functions
An Introduction To Array FunctionsAn Introduction To Array Functions
An Introduction To Array Functionsposterro
 
Top 20 microsoft excel formulas you must know
Top 20 microsoft excel formulas you must knowTop 20 microsoft excel formulas you must know
Top 20 microsoft excel formulas you must knowAlexHenderson59
 
New Dynamic Array Functions. Excel Tutorial
New Dynamic Array Functions. Excel TutorialNew Dynamic Array Functions. Excel Tutorial
New Dynamic Array Functions. Excel TutorialIlgar Zarbaliyev
 
Lesson9 working with basic functions
Lesson9 working with basic functionsLesson9 working with basic functions
Lesson9 working with basic functionsricsanmae
 
Excel and SQL Quick Tricks for Merchandisers
Excel and SQL Quick Tricks for MerchandisersExcel and SQL Quick Tricks for Merchandisers
Excel and SQL Quick Tricks for Merchandiserswebhostingguy
 

Similar to 6 Function Built In (Excel 2019 dn 365).pptx (20)

Adv excel
Adv excelAdv excel
Adv excel
 
Excel 2010.01 edited
Excel 2010.01 editedExcel 2010.01 edited
Excel 2010.01 edited
 
Excel 2010.01 edited
Excel 2010.01 editedExcel 2010.01 edited
Excel 2010.01 edited
 
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
 
Ms excel 2016_function
Ms excel 2016_functionMs excel 2016_function
Ms excel 2016_function
 
Excel for research
Excel  for researchExcel  for research
Excel for research
 
Mdx Basics
Mdx BasicsMdx Basics
Mdx Basics
 
Ms excel
Ms excelMs excel
Ms excel
 
Mastering Excel Formulas and Functions
Mastering Excel Formulas and FunctionsMastering Excel Formulas and Functions
Mastering Excel Formulas and Functions
 
Excel advanced formulas and functions i-school tutorials
Excel  advanced formulas and functions   i-school tutorialsExcel  advanced formulas and functions   i-school tutorials
Excel advanced formulas and functions i-school tutorials
 
Excell vba
Excell vbaExcell vba
Excell vba
 
E-Book 25 Tips and Tricks MS Excel Functions & Formulaes
E-Book 25 Tips and Tricks MS Excel Functions & FormulaesE-Book 25 Tips and Tricks MS Excel Functions & Formulaes
E-Book 25 Tips and Tricks MS Excel Functions & Formulaes
 
Excell vba
Excell vbaExcell vba
Excell vba
 
An Introduction To Array Functions
An Introduction To Array FunctionsAn Introduction To Array Functions
An Introduction To Array Functions
 
belajar VBA
belajar VBAbelajar VBA
belajar VBA
 
50 MS Excel Tips and Tricks
50 MS Excel Tips and Tricks 50 MS Excel Tips and Tricks
50 MS Excel Tips and Tricks
 
Top 20 microsoft excel formulas you must know
Top 20 microsoft excel formulas you must knowTop 20 microsoft excel formulas you must know
Top 20 microsoft excel formulas you must know
 
New Dynamic Array Functions. Excel Tutorial
New Dynamic Array Functions. Excel TutorialNew Dynamic Array Functions. Excel Tutorial
New Dynamic Array Functions. Excel Tutorial
 
Lesson9 working with basic functions
Lesson9 working with basic functionsLesson9 working with basic functions
Lesson9 working with basic functions
 
Excel and SQL Quick Tricks for Merchandisers
Excel and SQL Quick Tricks for MerchandisersExcel and SQL Quick Tricks for Merchandisers
Excel and SQL Quick Tricks for Merchandisers
 

More from PuworkUtara OnSlideshare

DSKP Bahasa Kadazandusun Thn 1 ( Semakan KSSR 2017 )
DSKP Bahasa Kadazandusun Thn 1 ( Semakan KSSR 2017 )DSKP Bahasa Kadazandusun Thn 1 ( Semakan KSSR 2017 )
DSKP Bahasa Kadazandusun Thn 1 ( Semakan KSSR 2017 )PuworkUtara OnSlideshare
 
Palan Mongigia Sontoun 2016 Boros KadazanDusun Toun 1
Palan Mongigia Sontoun 2016 Boros KadazanDusun Toun 1Palan Mongigia Sontoun 2016 Boros KadazanDusun Toun 1
Palan Mongigia Sontoun 2016 Boros KadazanDusun Toun 1PuworkUtara OnSlideshare
 
Palan Mongigia Sontoun 2016 Boros KadazanDusun Toun 2
Palan Mongigia Sontoun 2016 Boros KadazanDusun Toun 2Palan Mongigia Sontoun 2016 Boros KadazanDusun Toun 2
Palan Mongigia Sontoun 2016 Boros KadazanDusun Toun 2PuworkUtara OnSlideshare
 
Palan Mongigia Sontoun 2016 Boros KadazanDusun Toun 3
Palan Mongigia Sontoun 2016 Boros KadazanDusun Toun 3Palan Mongigia Sontoun 2016 Boros KadazanDusun Toun 3
Palan Mongigia Sontoun 2016 Boros KadazanDusun Toun 3PuworkUtara OnSlideshare
 
Palan Mongigia Sontoun Boros KadazanDusun Toun 4 ( 2016)
Palan Mongigia Sontoun Boros KadazanDusun Toun 4 ( 2016)Palan Mongigia Sontoun Boros KadazanDusun Toun 4 ( 2016)
Palan Mongigia Sontoun Boros KadazanDusun Toun 4 ( 2016)PuworkUtara OnSlideshare
 
Palan Mongingia Sontoun Boros KadazanDusun Toun 6 ( 2016 )
Palan Mongingia Sontoun Boros KadazanDusun Toun 6 ( 2016 )Palan Mongingia Sontoun Boros KadazanDusun Toun 6 ( 2016 )
Palan Mongingia Sontoun Boros KadazanDusun Toun 6 ( 2016 )PuworkUtara OnSlideshare
 

More from PuworkUtara OnSlideshare (20)

Resepi Roti Paung.pptx
Resepi Roti Paung.pptxResepi Roti Paung.pptx
Resepi Roti Paung.pptx
 
dskp (semakan 2017) sejarah tahun 5
dskp (semakan 2017) sejarah tahun 5dskp (semakan 2017) sejarah tahun 5
dskp (semakan 2017) sejarah tahun 5
 
Dpk2020 bkd6
Dpk2020 bkd6Dpk2020 bkd6
Dpk2020 bkd6
 
Dpk2020 bkd5
Dpk2020 bkd5Dpk2020 bkd5
Dpk2020 bkd5
 
Dpk2020 bkd4
Dpk2020 bkd4Dpk2020 bkd4
Dpk2020 bkd4
 
Dpk2020 bkd3
Dpk2020 bkd3Dpk2020 bkd3
Dpk2020 bkd3
 
Dpk2020 bkd2
Dpk2020 bkd2Dpk2020 bkd2
Dpk2020 bkd2
 
Dpk2020 bkd1
Dpk2020 bkd1Dpk2020 bkd1
Dpk2020 bkd1
 
DSKP Bahasa Kadazandusun Thn 1 ( Semakan KSSR 2017 )
DSKP Bahasa Kadazandusun Thn 1 ( Semakan KSSR 2017 )DSKP Bahasa Kadazandusun Thn 1 ( Semakan KSSR 2017 )
DSKP Bahasa Kadazandusun Thn 1 ( Semakan KSSR 2017 )
 
Induction set figure it out ....
Induction set   figure it out ....Induction set   figure it out ....
Induction set figure it out ....
 
Induction set how many ducks ....
Induction set   how many ducks ....Induction set   how many ducks ....
Induction set how many ducks ....
 
Induction set this is ....
Induction set   this is ....Induction set   this is ....
Induction set this is ....
 
Let's Count How Many Triangles
Let's Count How Many TrianglesLet's Count How Many Triangles
Let's Count How Many Triangles
 
RPT KSSR BAHASA MELAYU TAHUN 4 ( 2016 )
RPT KSSR BAHASA MELAYU TAHUN 4 ( 2016 )RPT KSSR BAHASA MELAYU TAHUN 4 ( 2016 )
RPT KSSR BAHASA MELAYU TAHUN 4 ( 2016 )
 
Palan Mongigia Sontoun 2016 Boros KadazanDusun Toun 1
Palan Mongigia Sontoun 2016 Boros KadazanDusun Toun 1Palan Mongigia Sontoun 2016 Boros KadazanDusun Toun 1
Palan Mongigia Sontoun 2016 Boros KadazanDusun Toun 1
 
Palan Mongigia Sontoun 2016 Boros KadazanDusun Toun 2
Palan Mongigia Sontoun 2016 Boros KadazanDusun Toun 2Palan Mongigia Sontoun 2016 Boros KadazanDusun Toun 2
Palan Mongigia Sontoun 2016 Boros KadazanDusun Toun 2
 
Palan Mongigia Sontoun 2016 Boros KadazanDusun Toun 3
Palan Mongigia Sontoun 2016 Boros KadazanDusun Toun 3Palan Mongigia Sontoun 2016 Boros KadazanDusun Toun 3
Palan Mongigia Sontoun 2016 Boros KadazanDusun Toun 3
 
Palan Mongigia Sontoun Boros KadazanDusun Toun 4 ( 2016)
Palan Mongigia Sontoun Boros KadazanDusun Toun 4 ( 2016)Palan Mongigia Sontoun Boros KadazanDusun Toun 4 ( 2016)
Palan Mongigia Sontoun Boros KadazanDusun Toun 4 ( 2016)
 
Palan Mongigia Sontoun 2016 BKD Toun 5
Palan Mongigia Sontoun 2016 BKD Toun 5 Palan Mongigia Sontoun 2016 BKD Toun 5
Palan Mongigia Sontoun 2016 BKD Toun 5
 
Palan Mongingia Sontoun Boros KadazanDusun Toun 6 ( 2016 )
Palan Mongingia Sontoun Boros KadazanDusun Toun 6 ( 2016 )Palan Mongingia Sontoun Boros KadazanDusun Toun 6 ( 2016 )
Palan Mongingia Sontoun Boros KadazanDusun Toun 6 ( 2016 )
 

Recently uploaded

ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfSpandanaRallapalli
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Romantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptxRomantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptxsqpmdrvczh
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomnelietumpap1
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Planning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxPlanning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxLigayaBacuel1
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfUjwalaBharambe
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 

Recently uploaded (20)

ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdf
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Romantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptxRomantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptx
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choom
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Planning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxPlanning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptx
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
Rapple "Scholarly Communications and the Sustainable Development Goals"
Rapple "Scholarly Communications and the Sustainable Development Goals"Rapple "Scholarly Communications and the Sustainable Development Goals"
Rapple "Scholarly Communications and the Sustainable Development Goals"
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 

6 Function Built In (Excel 2019 dn 365).pptx

  • 1. SIX NEW BUILT IN FUNCTION In Microsoft Office Excell2019 & Excel365 NEXT
  • 2. Click On these MENU SIX NEW BUILTIN FUNCTION IN MICROSOFT OFFICE EXCEL2019 & EXCEL365 FUNCTIONS SYNTAX FORMULA USAGE (Example) END TEXTJOIN CONCAT IFS SWITCH MINIFS MAXIFS
  • 3. Click On these MENU SIX NEW BUILTIN FUNCTION IN MICROSOFT OFFICE EXCEL2019 & EXCEL365 FUNCTIONS SYNTAX FORMULA USAGE (Example) CONCAT CONCAT(text1,[text2],… ) Text1 --> the contain of cell/range Text2 --> the contain of cell/range Note: if text1 is already range (A1:A5) then text2 is optional. [ ] means option. =CONCAT(A1:A5) =CONCAT(A1:A1,B3:B5) =CONCAT(A1,””,B3,””,C5,””) Compare with =CONCATENATE(A1,A5) =CONCATENATE(A1,B3,B5) To combine:- Text, Strings Cells or range To improve CONCATENATE Function (Excel2016 and bellow ) END TEXTJOIN CONCAT IFS SWITCH MINIFS MAXIFS
  • 4. Click On these MENU SIX NEW BUILTIN FUNCTION IN MICROSOFT OFFICE EXCEL2019 & EXCEL365 FUNCTIONS SYNTAX FORMULA USAGE (Example) TEXTJOIN TEXTJOIN(delimiter, ignore_empty, text1, [text2],…) delimiter --> the separator of text. (double quotes as ‘’ ) Ignore_empty  TRUE or FALSE --> Text1 text2, ..textn Text or range to be combined Note: space “ ” means all text are separated with “ ”. =TEXTJOIN(“”, TRUE, A1:A5) =TEXTJOIN(“”, FALSE,B3:B5) =TEXTJOIN(“”,FALSE,A1:A4:B 3:B7) Compare with =CONCAT(A1:A5) =CONCAT(A1:A1,B3:B5) =CONCAT(A1,””,B3,””,C5,””) Compare with =CONCATENATE(A1,A5) =CONCATENATE(A1,B3,B5) To combine:- Text, Strings Cells or range Similar to CONCAT but TEXTJOIN is more powerful than CONCAT (Previously) CONCATENATE (Excel 2016 and bellow ) END TEXTJOIN CONCAT IFS SWITCH MINIFS MAXIFS
  • 5. Click On these MENU SIX NEW BUILTIN FUNCTION IN MICROSOFT OFFICE EXCEL2019 & EXCEL365 FUNCTIONS SYNTAX FORMULA USAGE (Example) IFS IFS( logical_test1, value_if_true1, logical_test2, value_if_true2,… )  logical_test1, (First Condition) value_if_true1, (First needed result) --> logical_test2, (Second Condition) value_if_true2,… ) (Second needed result ) =IFS( A1>80, “VERY GOOD”, A1>60,”MODERATE”, A1>=40,”GOOD”,”TRUE”,”FAIL ”) Compare to =IF( A1>80, “VERY GOOD”,IF(A1>60,”MODERATE ”, IF(A1>=40,”GOOD”,”FAIL”))) To find out the correct corresponding value based on certain multiple condition. To improve long Nested IF. END TEXTJOIN CONCAT IFS SWITCH MINIFS MAXIFS
  • 6. Click On these MENU SIX NEW BUILTIN FUNCTION IN MICROSOFT OFFICE EXCEL2019 & EXCEL365 FUNCTIONS SYNTAX FORMULA USAGE (Example) MAXIFS MAXIFS(max_rang, criteria_range1,crteria1, [criteria_range2,crteria2 ],…)  max_rang, actual first range that containing max value.  criteria_range1,crteri a1 a set of evaluated range for condition of criteria 1 > criteria_range2,crteria2 =MAXIFS(A1:A5,B3:B7,C5) Compare with =LARGE(A1:B7,1) and =MAX(A1:A5,B3:B7) To identify maximum values based on given multiple conditions. To improve Function of LARGE (Excel 2016 and bellow ) END TEXTJOIN CONCAT IFS SWITCH MINIFS MAXIFS
  • 7. Click On these MENU SIX NEW BUILTIN FUNCTION IN MICROSOFT OFFICE EXCEL2019 & EXCEL365 FUNCTIONS SYNTAX FORMULA USAGE (Example) MINIFS MINIFS(max_rang, criteria_range1,crteria1, [criteria_range2,crteria2 ],…)  min_rang, actual first range that containing a minimum value.  criteria_range1,crteri a1 a set of evaluated range for condition of criteria 1 > =MINIFS (A1:A5,B3:B7,C5) Compare with =SMALL(A1:B7,1) and =MIN(A1:A5,B3:B7) To identify manimum values based on given multiple conditions. To improve Function of SMALL (Excel 2016 and bellow ) END TEXTJOIN CONCAT IFS SWITCH MINIFS MAXIFS
  • 8. Click On these MENU SIX NEW BUILTIN FUNCTION IN MICROSOFT OFFICE EXCEL2019 & EXCEL365 FUNCTIONS SYNTAX FORMULA USAGE (Example) SWITCH SWITCH( expression, value1, result1, [value2, result2, … [default] )  Expression (an argument/value compared to value1)  value1, result1, ( values compared to an expression )  default (return error #N/A if no match occur ) =SWITCH ( E3, “Excellent”, “1”, ”MODERATE”, “1”, ”GOOD”,”3”, ”FAIL”, “2”). Compare to =VLOOKUP( E3, B3:C7,2,0) =INDEX(B3:B7,MATCH(E3,C3:C 7,0)) To find out the value based on the first exact match. It likely to improve VLOOKUP or INDEXT(MATCH) END TEXTJOIN CONCAT IFS SWITCH MINIFS MAXIFS