SlideShare a Scribd company logo
CREATED BY AMEER MUDASAR IQBAL
SR NO. FUNCTIONS NAME SYNTAX PURPOSE
1. SUM =SUM(RANGE)
FOR ADDITION OF CELLS OR
VALUES
2. PRODUCT =PRODUCT(RANGE)
FOR MULTIPLICATION OF
CELLS OR VALUES
3. MAX =MAX(RANGE)
FOR MAXIMUM VALUE OF
RANGE
4. MIN =MIN(RANGE)
FOR MINIMUM VALUE OF
RANGE
5. LARGE
=LARGE(ARRAY,NUMB
ER)
RETURNS THE LARGEST
VALUE IN DATA SET
6. SMALL
=SMALL(ARRAY,NUMB
ER)
RETURNS THE SMALLEST
VALUE IN DATA SET
7. POWER
=POWER(VALUE,POWE
R)
CALCULATE THE RESULT OF
NUMBER RAISED POWERS
8. SQRT =SQRT(NUMBER)
RETURNS THE SQUARE ROOT
OF A NUMBER
9. TODAY =TODAY() SHOWS THE TODAY DATE
10. NOW =NOW()
SHOWS THE CURRENT DATE
WITH TIME
11. UPPER =UPPER(TEXT)
COVERTS A TEXT STRINGS
TO ALL UPPER CASE
LETTERS
12. LOWER =LOWER(TEXT)
COVERTS A TEXT STRINGS
TO LOWER CASE LETTERS
13. COUNT =COUNT(RANGE)
FOR COUNTING OF NUMERIC
VALUES
14. COUNTA =COUNTA(RANGE)
COUNT THE NUMBERS OF
CELLS THAT ARE NOT
EMPTY
15. COUNTBLANK
=COUNTBLANK(RANGE
)
COUNT THE EMPTY CELLS IN
THE RANGE
16. COUNTIF
=COUNTIF(RANGE,CRI
TERIA)
COUNT THE NUMBER OF
CELLS WITHIN A RANGE
THAT MEET THE CONDITION
17. IF
=IF(CONDITION
VALUE_IF_TRUE,VALU
E_IF_FALSE)
THE IF FUNCTION IS USED TO
MAKE DECISIONS
18. AVERAGE =AVERAGE(RANGE) FOR AVERAGE OF CELLS OR VALUES
19. LOOKUP
=LOOKUP(LOOKUP
VALUE,LOOKUP
VECTOR,(RESULT
VECTOR),)
The function returns a value from
a range (one row or one column)
or from an array.
20. VLOOKUP VLOOKUP(lookup_value, This function returns a value
COMMONLY USED FUNCTIONS IN MS EXCEL 2007
CREATED BY AMEER MUDASAR IQBAL
table_array,
col_index_num,
[range_lookup])
based on reference information
presented in a vertical layout.
21. HLOOKUP
VLOOKUP(lookup_value,
table_array,
row_index_num,
[range_lookup])
This function returns a value
based on reference information
presented in a horizontal layout.
22. RANK
=RANK(NUMBER,REF,(
ORDER))
RETURNS THE RANK OF A
NUMBER IN A LIST OF
NUMBERS,ITS SIZE RELATIVE
TO OTHER VALUES IN THE
LIST.
23. PROPER =PROPER(A2) To change a cell to proper case
24. CONCATENATE
=CONCATENATE(A2, “
“, B2)
To combine cells with a space in-
between
25. SUMIF
=SUMIF(range, criteria,
[sum_range])
26. ROUND =ROUND(A2,2)
This function helps users to round
to the nearest value.
27. ROUNDDOWN =ROUNDDOWN(A3,1)
This function helps users to round
values down to the nearest value
based on the desired decimal place
or integer.
28. ROUNDUP =ROUNDUP(A4,0)
This function helps users to round
values up to the nearest value
based on the desired decimal place
or integer.
29. MEDIAN =MEDIAN(A1:Z1)
This function calculates the
median, middle value, in a dataset
30. RAND =RAND()
This function generates a random
value between 0 and 1.
31. RANDBETWEEN =RAND(1,10)
This function generates a random
value between a specified range of
values.
32. DATE =DATE(A2,B2,C2)
This function is useful when
information related to year,
month, and date are in separate
cells and the preference is to have
the date in one cell.
33. YEAR =YEAR(A2)
These functions are helpful to
capture the appropriate piece of
information in a date cell.
34. MONTH =MONTH(A2)
35. DAY =DAY(A2)
36. DATEDIF
=DATEDIF(A2,A3,”D”)
=DATEDIF(A2,A3,”M”)
=DATEDIF(A2,A3,”Y”)
This function calculates the
interval between two dates. The
second argument specifies the type
of interval, e.g., day, month, year,
etc.
37. LEFT
=LEFT(TEXT,NUM OF
CHARS)
These functions are helpful to
extract a portion of a larger string.
CREATED BY AMEER MUDASAR IQBAL
38. MID
=MID(TEXT,START
NUM,NUM OF CHARS)
The example below shows is an
account structure.
39. RIGHT
=RIGHT(TEXT,NUM OF
CHARS)
40. LEN =LEN(TEXT)
LEN is helpful to return the length
of a string in a cell.
41. TRIM =TRIM(TEXT)
One common use of the TRIM
function is to remove extra
spacing.
42. DMAX
=DMAX(DATABASE,FIE
LD,CRETERIA)
For MAXIMUM DATABASE
43. DMIN
=DMIN(DATABASE,FIE
LD,CRETERIA)
For MINIMUM DATABASE
44. DAVERAGE
=DAVERAGE(DATABAS
E,FIELD,CRETERIA)
For AVERAGE DATABASE
45. DSUM
=DSUM(DATABASE,FIE
LD,CRETERIA)
For SUM DATABASE
46. PMT
47. FV
48. DGET
49. DPRODUCT
50. DCOUNT
51. DCOUNTA
52. MROUND

More Related Content

What's hot

Judes Drafting Table The Sunrise Question
Judes Drafting Table   The Sunrise QuestionJudes Drafting Table   The Sunrise Question
Judes Drafting Table The Sunrise Question
azn_punkyfish07
 
Alg II 2-5 Linear Models
Alg II 2-5 Linear ModelsAlg II 2-5 Linear Models
Alg II 2-5 Linear Models
jtentinger
 
Sunrise Question
Sunrise QuestionSunrise Question
Sunrise Question
sixteen.wiishes
 
The Sunrise Question
The Sunrise QuestionThe Sunrise Question
The Sunrise Question
azn_punkyfish07
 
Data mining for the masses, Chapter 6, Using R as an alternative to Rapidminer
Data mining for the masses, Chapter 6, Using R as an alternative to RapidminerData mining for the masses, Chapter 6, Using R as an alternative to Rapidminer
Data mining for the masses, Chapter 6, Using R as an alternative to Rapidminer
Ulrik Hørlyk Hjort
 
Data mining for the masses, Chapter 4, Using R instead of Rapidminer
Data mining for the masses, Chapter 4, Using R instead of RapidminerData mining for the masses, Chapter 4, Using R instead of Rapidminer
Data mining for the masses, Chapter 4, Using R instead of Rapidminer
Ulrik Hørlyk Hjort
 
Prml 2.3
Prml 2.3Prml 2.3
Prml 2.3
Fan Yang
 
Monte carlo-simulation
Monte carlo-simulationMonte carlo-simulation
Monte carlo-simulation
jaimarbustos
 
BDC-presentation
BDC-presentationBDC-presentation
BDC-presentation
Pavel Popa
 
Severe weather data analysis
Severe weather data analysis Severe weather data analysis
Severe weather data analysis
Nicholas Brooks
 
Alg II Unit 4-3 Modeling with Quadratic Functions
Alg II Unit 4-3 Modeling with Quadratic FunctionsAlg II Unit 4-3 Modeling with Quadratic Functions
Alg II Unit 4-3 Modeling with Quadratic Functions
jtentinger
 
Line uo,please
Line uo,pleaseLine uo,please
Line uo,please
heba_ahmad
 
Lecture 2 theory of capital(1)
Lecture 2 theory of capital(1)Lecture 2 theory of capital(1)
Lecture 2 theory of capital(1)
Samora Tebogo Makamu
 
Lecture 2 theory of capital(2)
Lecture 2 theory of capital(2)Lecture 2 theory of capital(2)
Lecture 2 theory of capital(2)
Tlhaloganyo Mbuqa
 
2013 open analytics_countingv3
2013 open analytics_countingv32013 open analytics_countingv3
2013 open analytics_countingv3
abramsm
 

What's hot (15)

Judes Drafting Table The Sunrise Question
Judes Drafting Table   The Sunrise QuestionJudes Drafting Table   The Sunrise Question
Judes Drafting Table The Sunrise Question
 
Alg II 2-5 Linear Models
Alg II 2-5 Linear ModelsAlg II 2-5 Linear Models
Alg II 2-5 Linear Models
 
Sunrise Question
Sunrise QuestionSunrise Question
Sunrise Question
 
The Sunrise Question
The Sunrise QuestionThe Sunrise Question
The Sunrise Question
 
Data mining for the masses, Chapter 6, Using R as an alternative to Rapidminer
Data mining for the masses, Chapter 6, Using R as an alternative to RapidminerData mining for the masses, Chapter 6, Using R as an alternative to Rapidminer
Data mining for the masses, Chapter 6, Using R as an alternative to Rapidminer
 
Data mining for the masses, Chapter 4, Using R instead of Rapidminer
Data mining for the masses, Chapter 4, Using R instead of RapidminerData mining for the masses, Chapter 4, Using R instead of Rapidminer
Data mining for the masses, Chapter 4, Using R instead of Rapidminer
 
Prml 2.3
Prml 2.3Prml 2.3
Prml 2.3
 
Monte carlo-simulation
Monte carlo-simulationMonte carlo-simulation
Monte carlo-simulation
 
BDC-presentation
BDC-presentationBDC-presentation
BDC-presentation
 
Severe weather data analysis
Severe weather data analysis Severe weather data analysis
Severe weather data analysis
 
Alg II Unit 4-3 Modeling with Quadratic Functions
Alg II Unit 4-3 Modeling with Quadratic FunctionsAlg II Unit 4-3 Modeling with Quadratic Functions
Alg II Unit 4-3 Modeling with Quadratic Functions
 
Line uo,please
Line uo,pleaseLine uo,please
Line uo,please
 
Lecture 2 theory of capital(1)
Lecture 2 theory of capital(1)Lecture 2 theory of capital(1)
Lecture 2 theory of capital(1)
 
Lecture 2 theory of capital(2)
Lecture 2 theory of capital(2)Lecture 2 theory of capital(2)
Lecture 2 theory of capital(2)
 
2013 open analytics_countingv3
2013 open analytics_countingv32013 open analytics_countingv3
2013 open analytics_countingv3
 

Similar to MS Excel functions

Mastering Excel Formulas and Functions
Mastering Excel Formulas and FunctionsMastering Excel Formulas and Functions
Mastering Excel Formulas and Functions
LinkedIn Learning Solutions
 
Chapter 16-spreadsheet1 questions and answer
Chapter 16-spreadsheet1  questions and answerChapter 16-spreadsheet1  questions and answer
Chapter 16-spreadsheet1 questions and answer
RaajTech
 
Oracle sql functions
Oracle sql functionsOracle sql functions
Oracle sql functions
Vivek Singh
 
count^J Product^J functions.pptx
count^J Product^J functions.pptxcount^J Product^J functions.pptx
count^J Product^J functions.pptx
MdAquibRazi1
 
Excel.useful fns
Excel.useful fnsExcel.useful fns
Excel.useful fns
Rahul Singhal
 
Oracle sql ppt2
Oracle sql ppt2Oracle sql ppt2
Oracle sql ppt2
Madhavendra Dutt
 
data science pt time series analysis.pptx
data science pt time series analysis.pptxdata science pt time series analysis.pptx
data science pt time series analysis.pptx
Meganath7
 
Intro to DAX Patterns
Intro to DAX PatternsIntro to DAX Patterns
Intro to DAX Patterns
Eric Bragas
 
Key functions in_oracle_sql
Key functions in_oracle_sqlKey functions in_oracle_sql
Key functions in_oracle_sql
pgolhar
 
1670595076250.pdf
1670595076250.pdf1670595076250.pdf
1670595076250.pdf
GaneshR321894
 
Cheat sheet SQL commands with examples and easy understanding
Cheat sheet SQL commands with examples and easy understandingCheat sheet SQL commands with examples and easy understanding
Cheat sheet SQL commands with examples and easy understanding
VivekanandaGN1
 
SQL 🌟🌟🔥.pdf
SQL 🌟🌟🔥.pdfSQL 🌟🌟🔥.pdf
SQL 🌟🌟🔥.pdf
LightWolf2
 
SQL learning notes and all code.pdf
SQL learning notes and all code.pdfSQL learning notes and all code.pdf
SQL learning notes and all code.pdf
79TarannumMulla
 
Advance excel
Advance excelAdvance excel
Advance excel
SiddheshHadge
 
Using R Tool for Probability and Statistics
Using R Tool for Probability and Statistics Using R Tool for Probability and Statistics
Using R Tool for Probability and Statistics
nazlitemu
 
Mysql
MysqlMysql
Mysql
MysqlMysql
Mysql
MysqlMysql
Webi Report Function Overview
Webi Report Function OverviewWebi Report Function Overview
Webi Report Function Overview
Srinath Reddy
 
Introduction to data structures and complexity.pptx
Introduction to data structures and complexity.pptxIntroduction to data structures and complexity.pptx
Introduction to data structures and complexity.pptx
PJS KUMAR
 

Similar to MS Excel functions (20)

Mastering Excel Formulas and Functions
Mastering Excel Formulas and FunctionsMastering Excel Formulas and Functions
Mastering Excel Formulas and Functions
 
Chapter 16-spreadsheet1 questions and answer
Chapter 16-spreadsheet1  questions and answerChapter 16-spreadsheet1  questions and answer
Chapter 16-spreadsheet1 questions and answer
 
Oracle sql functions
Oracle sql functionsOracle sql functions
Oracle sql functions
 
count^J Product^J functions.pptx
count^J Product^J functions.pptxcount^J Product^J functions.pptx
count^J Product^J functions.pptx
 
Excel.useful fns
Excel.useful fnsExcel.useful fns
Excel.useful fns
 
Oracle sql ppt2
Oracle sql ppt2Oracle sql ppt2
Oracle sql ppt2
 
data science pt time series analysis.pptx
data science pt time series analysis.pptxdata science pt time series analysis.pptx
data science pt time series analysis.pptx
 
Intro to DAX Patterns
Intro to DAX PatternsIntro to DAX Patterns
Intro to DAX Patterns
 
Key functions in_oracle_sql
Key functions in_oracle_sqlKey functions in_oracle_sql
Key functions in_oracle_sql
 
1670595076250.pdf
1670595076250.pdf1670595076250.pdf
1670595076250.pdf
 
Cheat sheet SQL commands with examples and easy understanding
Cheat sheet SQL commands with examples and easy understandingCheat sheet SQL commands with examples and easy understanding
Cheat sheet SQL commands with examples and easy understanding
 
SQL 🌟🌟🔥.pdf
SQL 🌟🌟🔥.pdfSQL 🌟🌟🔥.pdf
SQL 🌟🌟🔥.pdf
 
SQL learning notes and all code.pdf
SQL learning notes and all code.pdfSQL learning notes and all code.pdf
SQL learning notes and all code.pdf
 
Advance excel
Advance excelAdvance excel
Advance excel
 
Using R Tool for Probability and Statistics
Using R Tool for Probability and Statistics Using R Tool for Probability and Statistics
Using R Tool for Probability and Statistics
 
Mysql
MysqlMysql
Mysql
 
Mysql
MysqlMysql
Mysql
 
Mysql
MysqlMysql
Mysql
 
Webi Report Function Overview
Webi Report Function OverviewWebi Report Function Overview
Webi Report Function Overview
 
Introduction to data structures and complexity.pptx
Introduction to data structures and complexity.pptxIntroduction to data structures and complexity.pptx
Introduction to data structures and complexity.pptx
 

More from ameermudasar

Production department overview 040921
Production department overview 040921Production department overview 040921
Production department overview 040921
ameermudasar
 
Physics solids and liquids 2
Physics solids and liquids 2Physics solids and liquids 2
Physics solids and liquids 2
ameermudasar
 
Physics ch-1-2-3
Physics  ch-1-2-3Physics  ch-1-2-3
Physics ch-1-2-3
ameermudasar
 
Measurements & units
Measurements & unitsMeasurements & units
Measurements & units
ameermudasar
 
Company policies maa-batch 58
Company policies maa-batch 58Company policies maa-batch 58
Company policies maa-batch 58
ameermudasar
 
Chlorine safety by irfan ahmed
Chlorine safety by irfan ahmedChlorine safety by irfan ahmed
Chlorine safety by irfan ahmed
ameermudasar
 
Area & volume
Area & volumeArea & volume
Area & volume
ameermudasar
 
Archimedes principle
Archimedes principleArchimedes principle
Archimedes principle
ameermudasar
 
Amm plant description
Amm plant descriptionAmm plant description
Amm plant description
ameermudasar
 
33 maintenance objective & philosphy
33 maintenance objective & philosphy33 maintenance objective & philosphy
33 maintenance objective & philosphy
ameermudasar
 
4 b = 58 p 45 basic ur plant description 06.09.2021-1
4 b = 58 p  45 basic ur plant description 06.09.2021-14 b = 58 p  45 basic ur plant description 06.09.2021-1
4 b = 58 p 45 basic ur plant description 06.09.2021-1
ameermudasar
 
Api 1422 wb-well pumping sucker-rod systems unit-3 sucker-rod pump performance
Api 1422 wb-well pumping sucker-rod systems unit-3 sucker-rod pump performanceApi 1422 wb-well pumping sucker-rod systems unit-3 sucker-rod pump performance
Api 1422 wb-well pumping sucker-rod systems unit-3 sucker-rod pump performance
ameermudasar
 
well pumping sucker-rod systems u-4 surface equipment
well pumping sucker-rod systems u-4 surface equipmentwell pumping sucker-rod systems u-4 surface equipment
well pumping sucker-rod systems u-4 surface equipment
ameermudasar
 
wb-well pumping sucker-rod system unit-1 an introduction to well pumping uni...
 wb-well pumping sucker-rod system unit-1 an introduction to well pumping uni... wb-well pumping sucker-rod system unit-1 an introduction to well pumping uni...
wb-well pumping sucker-rod system unit-1 an introduction to well pumping uni...
ameermudasar
 
Positive displacement compressors
Positive displacement compressorsPositive displacement compressors
Positive displacement compressors
ameermudasar
 
flowing wells unit-2 pressure and flow in producing well
flowing wells unit-2 pressure and flow in producing wellflowing wells unit-2 pressure and flow in producing well
flowing wells unit-2 pressure and flow in producing well
ameermudasar
 
flowing wells unit-1 an introduction to pressure and flow
flowing wells unit-1 an introduction to pressure and flowflowing wells unit-1 an introduction to pressure and flow
flowing wells unit-1 an introduction to pressure and flow
ameermudasar
 
heat exchangers
heat exchangersheat exchangers
heat exchangers
ameermudasar
 
Api 1150 wb-cooling towers
Api 1150 wb-cooling towersApi 1150 wb-cooling towers
Api 1150 wb-cooling towers
ameermudasar
 
Api 1085 wb-couplings, gear trains, and v-belt drives
Api 1085 wb-couplings, gear trains, and v-belt drivesApi 1085 wb-couplings, gear trains, and v-belt drives
Api 1085 wb-couplings, gear trains, and v-belt drives
ameermudasar
 

More from ameermudasar (20)

Production department overview 040921
Production department overview 040921Production department overview 040921
Production department overview 040921
 
Physics solids and liquids 2
Physics solids and liquids 2Physics solids and liquids 2
Physics solids and liquids 2
 
Physics ch-1-2-3
Physics  ch-1-2-3Physics  ch-1-2-3
Physics ch-1-2-3
 
Measurements & units
Measurements & unitsMeasurements & units
Measurements & units
 
Company policies maa-batch 58
Company policies maa-batch 58Company policies maa-batch 58
Company policies maa-batch 58
 
Chlorine safety by irfan ahmed
Chlorine safety by irfan ahmedChlorine safety by irfan ahmed
Chlorine safety by irfan ahmed
 
Area & volume
Area & volumeArea & volume
Area & volume
 
Archimedes principle
Archimedes principleArchimedes principle
Archimedes principle
 
Amm plant description
Amm plant descriptionAmm plant description
Amm plant description
 
33 maintenance objective & philosphy
33 maintenance objective & philosphy33 maintenance objective & philosphy
33 maintenance objective & philosphy
 
4 b = 58 p 45 basic ur plant description 06.09.2021-1
4 b = 58 p  45 basic ur plant description 06.09.2021-14 b = 58 p  45 basic ur plant description 06.09.2021-1
4 b = 58 p 45 basic ur plant description 06.09.2021-1
 
Api 1422 wb-well pumping sucker-rod systems unit-3 sucker-rod pump performance
Api 1422 wb-well pumping sucker-rod systems unit-3 sucker-rod pump performanceApi 1422 wb-well pumping sucker-rod systems unit-3 sucker-rod pump performance
Api 1422 wb-well pumping sucker-rod systems unit-3 sucker-rod pump performance
 
well pumping sucker-rod systems u-4 surface equipment
well pumping sucker-rod systems u-4 surface equipmentwell pumping sucker-rod systems u-4 surface equipment
well pumping sucker-rod systems u-4 surface equipment
 
wb-well pumping sucker-rod system unit-1 an introduction to well pumping uni...
 wb-well pumping sucker-rod system unit-1 an introduction to well pumping uni... wb-well pumping sucker-rod system unit-1 an introduction to well pumping uni...
wb-well pumping sucker-rod system unit-1 an introduction to well pumping uni...
 
Positive displacement compressors
Positive displacement compressorsPositive displacement compressors
Positive displacement compressors
 
flowing wells unit-2 pressure and flow in producing well
flowing wells unit-2 pressure and flow in producing wellflowing wells unit-2 pressure and flow in producing well
flowing wells unit-2 pressure and flow in producing well
 
flowing wells unit-1 an introduction to pressure and flow
flowing wells unit-1 an introduction to pressure and flowflowing wells unit-1 an introduction to pressure and flow
flowing wells unit-1 an introduction to pressure and flow
 
heat exchangers
heat exchangersheat exchangers
heat exchangers
 
Api 1150 wb-cooling towers
Api 1150 wb-cooling towersApi 1150 wb-cooling towers
Api 1150 wb-cooling towers
 
Api 1085 wb-couplings, gear trains, and v-belt drives
Api 1085 wb-couplings, gear trains, and v-belt drivesApi 1085 wb-couplings, gear trains, and v-belt drives
Api 1085 wb-couplings, gear trains, and v-belt drives
 

Recently uploaded

INTRODUCTION TO AI CLASSICAL THEORY TARGETED EXAMPLES
INTRODUCTION TO AI CLASSICAL THEORY TARGETED EXAMPLESINTRODUCTION TO AI CLASSICAL THEORY TARGETED EXAMPLES
INTRODUCTION TO AI CLASSICAL THEORY TARGETED EXAMPLES
anfaltahir1010
 
J-Spring 2024 - Going serverless with Quarkus, GraalVM native images and AWS ...
J-Spring 2024 - Going serverless with Quarkus, GraalVM native images and AWS ...J-Spring 2024 - Going serverless with Quarkus, GraalVM native images and AWS ...
J-Spring 2024 - Going serverless with Quarkus, GraalVM native images and AWS ...
Bert Jan Schrijver
 
E-Invoicing Implementation: A Step-by-Step Guide for Saudi Arabian Companies
E-Invoicing Implementation: A Step-by-Step Guide for Saudi Arabian CompaniesE-Invoicing Implementation: A Step-by-Step Guide for Saudi Arabian Companies
E-Invoicing Implementation: A Step-by-Step Guide for Saudi Arabian Companies
Quickdice ERP
 
如何办理(hull学位证书)英国赫尔大学毕业证硕士文凭原版一模一样
如何办理(hull学位证书)英国赫尔大学毕业证硕士文凭原版一模一样如何办理(hull学位证书)英国赫尔大学毕业证硕士文凭原版一模一样
如何办理(hull学位证书)英国赫尔大学毕业证硕士文凭原版一模一样
gapen1
 
一比一原版(USF毕业证)旧金山大学毕业证如何办理
一比一原版(USF毕业证)旧金山大学毕业证如何办理一比一原版(USF毕业证)旧金山大学毕业证如何办理
一比一原版(USF毕业证)旧金山大学毕业证如何办理
dakas1
 
UI5con 2024 - Keynote: Latest News about UI5 and it’s Ecosystem
UI5con 2024 - Keynote: Latest News about UI5 and it’s EcosystemUI5con 2024 - Keynote: Latest News about UI5 and it’s Ecosystem
UI5con 2024 - Keynote: Latest News about UI5 and it’s Ecosystem
Peter Muessig
 
What’s New in Odoo 17 – A Complete Roadmap
What’s New in Odoo 17 – A Complete RoadmapWhat’s New in Odoo 17 – A Complete Roadmap
What’s New in Odoo 17 – A Complete Roadmap
Envertis Software Solutions
 
KuberTENes Birthday Bash Guadalajara - Introducción a Argo CD
KuberTENes Birthday Bash Guadalajara - Introducción a Argo CDKuberTENes Birthday Bash Guadalajara - Introducción a Argo CD
KuberTENes Birthday Bash Guadalajara - Introducción a Argo CD
rodomar2
 
Why Apache Kafka Clusters Are Like Galaxies (And Other Cosmic Kafka Quandarie...
Why Apache Kafka Clusters Are Like Galaxies (And Other Cosmic Kafka Quandarie...Why Apache Kafka Clusters Are Like Galaxies (And Other Cosmic Kafka Quandarie...
Why Apache Kafka Clusters Are Like Galaxies (And Other Cosmic Kafka Quandarie...
Paul Brebner
 
ALGIT - Assembly Line for Green IT - Numbers, Data, Facts
ALGIT - Assembly Line for Green IT - Numbers, Data, FactsALGIT - Assembly Line for Green IT - Numbers, Data, Facts
ALGIT - Assembly Line for Green IT - Numbers, Data, Facts
Green Software Development
 
Oracle 23c New Features For DBAs and Developers.pptx
Oracle 23c New Features For DBAs and Developers.pptxOracle 23c New Features For DBAs and Developers.pptx
Oracle 23c New Features For DBAs and Developers.pptx
Remote DBA Services
 
Preparing Non - Technical Founders for Engaging a Tech Agency
Preparing Non - Technical Founders for Engaging  a  Tech AgencyPreparing Non - Technical Founders for Engaging  a  Tech Agency
Preparing Non - Technical Founders for Engaging a Tech Agency
ISH Technologies
 
Using Query Store in Azure PostgreSQL to Understand Query Performance
Using Query Store in Azure PostgreSQL to Understand Query PerformanceUsing Query Store in Azure PostgreSQL to Understand Query Performance
Using Query Store in Azure PostgreSQL to Understand Query Performance
Grant Fritchey
 
Microservice Teams - How the cloud changes the way we work
Microservice Teams - How the cloud changes the way we workMicroservice Teams - How the cloud changes the way we work
Microservice Teams - How the cloud changes the way we work
Sven Peters
 
Oracle Database 19c New Features for DBAs and Developers.pptx
Oracle Database 19c New Features for DBAs and Developers.pptxOracle Database 19c New Features for DBAs and Developers.pptx
Oracle Database 19c New Features for DBAs and Developers.pptx
Remote DBA Services
 
WWDC 2024 Keynote Review: For CocoaCoders Austin
WWDC 2024 Keynote Review: For CocoaCoders AustinWWDC 2024 Keynote Review: For CocoaCoders Austin
WWDC 2024 Keynote Review: For CocoaCoders Austin
Patrick Weigel
 
8 Best Automated Android App Testing Tool and Framework in 2024.pdf
8 Best Automated Android App Testing Tool and Framework in 2024.pdf8 Best Automated Android App Testing Tool and Framework in 2024.pdf
8 Best Automated Android App Testing Tool and Framework in 2024.pdf
kalichargn70th171
 
Project Management: The Role of Project Dashboards.pdf
Project Management: The Role of Project Dashboards.pdfProject Management: The Role of Project Dashboards.pdf
Project Management: The Role of Project Dashboards.pdf
Karya Keeper
 
Webinar On-Demand: Using Flutter for Embedded
Webinar On-Demand: Using Flutter for EmbeddedWebinar On-Demand: Using Flutter for Embedded
Webinar On-Demand: Using Flutter for Embedded
ICS
 
Enums On Steroids - let's look at sealed classes !
Enums On Steroids - let's look at sealed classes !Enums On Steroids - let's look at sealed classes !
Enums On Steroids - let's look at sealed classes !
Marcin Chrost
 

Recently uploaded (20)

INTRODUCTION TO AI CLASSICAL THEORY TARGETED EXAMPLES
INTRODUCTION TO AI CLASSICAL THEORY TARGETED EXAMPLESINTRODUCTION TO AI CLASSICAL THEORY TARGETED EXAMPLES
INTRODUCTION TO AI CLASSICAL THEORY TARGETED EXAMPLES
 
J-Spring 2024 - Going serverless with Quarkus, GraalVM native images and AWS ...
J-Spring 2024 - Going serverless with Quarkus, GraalVM native images and AWS ...J-Spring 2024 - Going serverless with Quarkus, GraalVM native images and AWS ...
J-Spring 2024 - Going serverless with Quarkus, GraalVM native images and AWS ...
 
E-Invoicing Implementation: A Step-by-Step Guide for Saudi Arabian Companies
E-Invoicing Implementation: A Step-by-Step Guide for Saudi Arabian CompaniesE-Invoicing Implementation: A Step-by-Step Guide for Saudi Arabian Companies
E-Invoicing Implementation: A Step-by-Step Guide for Saudi Arabian Companies
 
如何办理(hull学位证书)英国赫尔大学毕业证硕士文凭原版一模一样
如何办理(hull学位证书)英国赫尔大学毕业证硕士文凭原版一模一样如何办理(hull学位证书)英国赫尔大学毕业证硕士文凭原版一模一样
如何办理(hull学位证书)英国赫尔大学毕业证硕士文凭原版一模一样
 
一比一原版(USF毕业证)旧金山大学毕业证如何办理
一比一原版(USF毕业证)旧金山大学毕业证如何办理一比一原版(USF毕业证)旧金山大学毕业证如何办理
一比一原版(USF毕业证)旧金山大学毕业证如何办理
 
UI5con 2024 - Keynote: Latest News about UI5 and it’s Ecosystem
UI5con 2024 - Keynote: Latest News about UI5 and it’s EcosystemUI5con 2024 - Keynote: Latest News about UI5 and it’s Ecosystem
UI5con 2024 - Keynote: Latest News about UI5 and it’s Ecosystem
 
What’s New in Odoo 17 – A Complete Roadmap
What’s New in Odoo 17 – A Complete RoadmapWhat’s New in Odoo 17 – A Complete Roadmap
What’s New in Odoo 17 – A Complete Roadmap
 
KuberTENes Birthday Bash Guadalajara - Introducción a Argo CD
KuberTENes Birthday Bash Guadalajara - Introducción a Argo CDKuberTENes Birthday Bash Guadalajara - Introducción a Argo CD
KuberTENes Birthday Bash Guadalajara - Introducción a Argo CD
 
Why Apache Kafka Clusters Are Like Galaxies (And Other Cosmic Kafka Quandarie...
Why Apache Kafka Clusters Are Like Galaxies (And Other Cosmic Kafka Quandarie...Why Apache Kafka Clusters Are Like Galaxies (And Other Cosmic Kafka Quandarie...
Why Apache Kafka Clusters Are Like Galaxies (And Other Cosmic Kafka Quandarie...
 
ALGIT - Assembly Line for Green IT - Numbers, Data, Facts
ALGIT - Assembly Line for Green IT - Numbers, Data, FactsALGIT - Assembly Line for Green IT - Numbers, Data, Facts
ALGIT - Assembly Line for Green IT - Numbers, Data, Facts
 
Oracle 23c New Features For DBAs and Developers.pptx
Oracle 23c New Features For DBAs and Developers.pptxOracle 23c New Features For DBAs and Developers.pptx
Oracle 23c New Features For DBAs and Developers.pptx
 
Preparing Non - Technical Founders for Engaging a Tech Agency
Preparing Non - Technical Founders for Engaging  a  Tech AgencyPreparing Non - Technical Founders for Engaging  a  Tech Agency
Preparing Non - Technical Founders for Engaging a Tech Agency
 
Using Query Store in Azure PostgreSQL to Understand Query Performance
Using Query Store in Azure PostgreSQL to Understand Query PerformanceUsing Query Store in Azure PostgreSQL to Understand Query Performance
Using Query Store in Azure PostgreSQL to Understand Query Performance
 
Microservice Teams - How the cloud changes the way we work
Microservice Teams - How the cloud changes the way we workMicroservice Teams - How the cloud changes the way we work
Microservice Teams - How the cloud changes the way we work
 
Oracle Database 19c New Features for DBAs and Developers.pptx
Oracle Database 19c New Features for DBAs and Developers.pptxOracle Database 19c New Features for DBAs and Developers.pptx
Oracle Database 19c New Features for DBAs and Developers.pptx
 
WWDC 2024 Keynote Review: For CocoaCoders Austin
WWDC 2024 Keynote Review: For CocoaCoders AustinWWDC 2024 Keynote Review: For CocoaCoders Austin
WWDC 2024 Keynote Review: For CocoaCoders Austin
 
8 Best Automated Android App Testing Tool and Framework in 2024.pdf
8 Best Automated Android App Testing Tool and Framework in 2024.pdf8 Best Automated Android App Testing Tool and Framework in 2024.pdf
8 Best Automated Android App Testing Tool and Framework in 2024.pdf
 
Project Management: The Role of Project Dashboards.pdf
Project Management: The Role of Project Dashboards.pdfProject Management: The Role of Project Dashboards.pdf
Project Management: The Role of Project Dashboards.pdf
 
Webinar On-Demand: Using Flutter for Embedded
Webinar On-Demand: Using Flutter for EmbeddedWebinar On-Demand: Using Flutter for Embedded
Webinar On-Demand: Using Flutter for Embedded
 
Enums On Steroids - let's look at sealed classes !
Enums On Steroids - let's look at sealed classes !Enums On Steroids - let's look at sealed classes !
Enums On Steroids - let's look at sealed classes !
 

MS Excel functions

  • 1. CREATED BY AMEER MUDASAR IQBAL SR NO. FUNCTIONS NAME SYNTAX PURPOSE 1. SUM =SUM(RANGE) FOR ADDITION OF CELLS OR VALUES 2. PRODUCT =PRODUCT(RANGE) FOR MULTIPLICATION OF CELLS OR VALUES 3. MAX =MAX(RANGE) FOR MAXIMUM VALUE OF RANGE 4. MIN =MIN(RANGE) FOR MINIMUM VALUE OF RANGE 5. LARGE =LARGE(ARRAY,NUMB ER) RETURNS THE LARGEST VALUE IN DATA SET 6. SMALL =SMALL(ARRAY,NUMB ER) RETURNS THE SMALLEST VALUE IN DATA SET 7. POWER =POWER(VALUE,POWE R) CALCULATE THE RESULT OF NUMBER RAISED POWERS 8. SQRT =SQRT(NUMBER) RETURNS THE SQUARE ROOT OF A NUMBER 9. TODAY =TODAY() SHOWS THE TODAY DATE 10. NOW =NOW() SHOWS THE CURRENT DATE WITH TIME 11. UPPER =UPPER(TEXT) COVERTS A TEXT STRINGS TO ALL UPPER CASE LETTERS 12. LOWER =LOWER(TEXT) COVERTS A TEXT STRINGS TO LOWER CASE LETTERS 13. COUNT =COUNT(RANGE) FOR COUNTING OF NUMERIC VALUES 14. COUNTA =COUNTA(RANGE) COUNT THE NUMBERS OF CELLS THAT ARE NOT EMPTY 15. COUNTBLANK =COUNTBLANK(RANGE ) COUNT THE EMPTY CELLS IN THE RANGE 16. COUNTIF =COUNTIF(RANGE,CRI TERIA) COUNT THE NUMBER OF CELLS WITHIN A RANGE THAT MEET THE CONDITION 17. IF =IF(CONDITION VALUE_IF_TRUE,VALU E_IF_FALSE) THE IF FUNCTION IS USED TO MAKE DECISIONS 18. AVERAGE =AVERAGE(RANGE) FOR AVERAGE OF CELLS OR VALUES 19. LOOKUP =LOOKUP(LOOKUP VALUE,LOOKUP VECTOR,(RESULT VECTOR),) The function returns a value from a range (one row or one column) or from an array. 20. VLOOKUP VLOOKUP(lookup_value, This function returns a value COMMONLY USED FUNCTIONS IN MS EXCEL 2007
  • 2. CREATED BY AMEER MUDASAR IQBAL table_array, col_index_num, [range_lookup]) based on reference information presented in a vertical layout. 21. HLOOKUP VLOOKUP(lookup_value, table_array, row_index_num, [range_lookup]) This function returns a value based on reference information presented in a horizontal layout. 22. RANK =RANK(NUMBER,REF,( ORDER)) RETURNS THE RANK OF A NUMBER IN A LIST OF NUMBERS,ITS SIZE RELATIVE TO OTHER VALUES IN THE LIST. 23. PROPER =PROPER(A2) To change a cell to proper case 24. CONCATENATE =CONCATENATE(A2, “ “, B2) To combine cells with a space in- between 25. SUMIF =SUMIF(range, criteria, [sum_range]) 26. ROUND =ROUND(A2,2) This function helps users to round to the nearest value. 27. ROUNDDOWN =ROUNDDOWN(A3,1) This function helps users to round values down to the nearest value based on the desired decimal place or integer. 28. ROUNDUP =ROUNDUP(A4,0) This function helps users to round values up to the nearest value based on the desired decimal place or integer. 29. MEDIAN =MEDIAN(A1:Z1) This function calculates the median, middle value, in a dataset 30. RAND =RAND() This function generates a random value between 0 and 1. 31. RANDBETWEEN =RAND(1,10) This function generates a random value between a specified range of values. 32. DATE =DATE(A2,B2,C2) This function is useful when information related to year, month, and date are in separate cells and the preference is to have the date in one cell. 33. YEAR =YEAR(A2) These functions are helpful to capture the appropriate piece of information in a date cell. 34. MONTH =MONTH(A2) 35. DAY =DAY(A2) 36. DATEDIF =DATEDIF(A2,A3,”D”) =DATEDIF(A2,A3,”M”) =DATEDIF(A2,A3,”Y”) This function calculates the interval between two dates. The second argument specifies the type of interval, e.g., day, month, year, etc. 37. LEFT =LEFT(TEXT,NUM OF CHARS) These functions are helpful to extract a portion of a larger string.
  • 3. CREATED BY AMEER MUDASAR IQBAL 38. MID =MID(TEXT,START NUM,NUM OF CHARS) The example below shows is an account structure. 39. RIGHT =RIGHT(TEXT,NUM OF CHARS) 40. LEN =LEN(TEXT) LEN is helpful to return the length of a string in a cell. 41. TRIM =TRIM(TEXT) One common use of the TRIM function is to remove extra spacing. 42. DMAX =DMAX(DATABASE,FIE LD,CRETERIA) For MAXIMUM DATABASE 43. DMIN =DMIN(DATABASE,FIE LD,CRETERIA) For MINIMUM DATABASE 44. DAVERAGE =DAVERAGE(DATABAS E,FIELD,CRETERIA) For AVERAGE DATABASE 45. DSUM =DSUM(DATABASE,FIE LD,CRETERIA) For SUM DATABASE 46. PMT 47. FV 48. DGET 49. DPRODUCT 50. DCOUNT 51. DCOUNTA 52. MROUND