SlideShare a Scribd company logo
1 of 7
1
Question 1 (5 points):
a. Analyze the importance of information technology tools in
administrative activities. Give an illustrative example.
Over the years, our Party and State have always determined that information
technology development is one of the solutions to modernize the administration and is
an important tool in the implementation of administrative reform. With the desire to
create fairness, transparency and efficiency, the application of information technology
in administrative reform has also been identified as an important driving force for
socio-economic development, reducing inconveniences for the public. people and
businesses, especially in the context of the industrial revolution 4.0.
Advantages
The computerization of the activities of state administrative agencies is both a
means and a pressure for administrative reform. Through IT application activities, the
administrative apparatus is easier to link together in performing tasks, the Government
also through it to run the state apparatus quickly, efficientlyand accurately; better
control all activities of public authorities in the face of complex fluctuations of the
market economy in the period of integration and development.
Defect
However, it is the transparency in control and supervision that information
technology application activities bring that more or less put pressure on administrative
agencies because of all the stagnation and congestion of the public apparatus. It's easy
to see when something goes wrong. Thus, administrative reform and information
technology ultimately share the same purpose, which is to improve the quality and
efficiency of work, and to improve the transparency and reliability of management
information. . Information technology application and administrative reform activities
have a close organic relationship, interact, cannot be separated and need to be carried
out at the same time.
2
For example: For example, the national public service portal with the address
'https://dichvucong.gov.vn/' has applied the information technology industry in
completing complicated procedures that individuals, Businesses do not need to be
directly able to do it. Since the application has tens of millions of procedures to be
completed and handled ... .With such a utility website, it helps to improve
professionalism in handling cumbersome and troublesome administrative procedures
and waste of time.
b. What is function in excel? Explain the diffirences among SUM, SUMIF
and SUMIFS function. Take the illustrative examples to clarify.
A function is a predefined formula that performs calculations using specific
values, called arguments, in a particular order or structure. Functions can be used to
perform simple or complex calculations.
Function syntax
The following example of the ROUND function that rounds a number in cell
A10 illustrates the syntax of a function.
1. Structure. The structure of a function begins with an equal sign (=), followed
by the function name, an opening parenthesis, the arguments to the function are
separated by commas, and a closing parenthesis.
2. Function name. For a list of available functions, click a cell and press
SHIFT+F3.
3. Arguments. Arguments can be numbers, text, logical values like TRUE or
FALSE, arrays, error values like #N/A, or cell references. The argument that you
3
specify must generate a valid value for that argument. Arguments can also be
constants, formulas, or other functions.
4. Argument tool tip. A tool tip with syntax and arguments appears as you type
the function. For example, type =ROUND( and the tooltip appears.The tooltipappears
only for built-in functions.
1. SUM function
The SUM function sums multiple individual cells, sums within a range, or even
multiple ranges in one go.
Function syntax: =SUM(number1,[number2],…)
Inside:
number1: equired argument, is the first number you want to add.
number2-255: optional argument, is the 2nd to 255thnumber you want to add.
For example, to calculate the total amount of goods in the data table of the figure
below, we have the following formula:
=SUM(F2:F10)
2. SUMIF function
The SUMIF function sums based on a condition.
4
Function syntax: =SUMIF(range; criteria;[sum_range])
Inside:
Range: Is the selectedrange containing the condition cells
Criteria: Is the condition to execute this function
Sum_range: Area to be summed
For example, to calculate the total cost of red items, we have the following
formula:
=SUMIF(B2:B10;B3;F2:F10)
3. SUMIFS function
The SUMIFS function sums based on multiple conditions, unlike the SUMIF
function above, which can only sum based on 1 condition. You can also use this
function with only one condition.
Function syntax: =SUMIFS(sum_range, criteria_range1, criteria1,
[criteria_range2, criteria2], ...)
5
Inside:
Sum_range: required argument, is the range to sum.
Criteria_range1: required argument, is the range containing the 1st condition
cells.
Criteria: required argument, is the 1st condition.
Criteria_range2…: optional argument, is the range containing the 2nd condition
cells onwards.
Criteria…: optional argument, is the 2nd condition onwards.
For example, to calculate the total cost of red items and have unit prices less than
5,000,000, we have the following formula:
=SUMIFS(F2:F10;B2:B10;B3;D2:D10;”<5000000″)
Compare functions
Functions Condition
SUM Unconditioned
SUMIF A condition
SUMIFS Multiple combination conditions
6
Question 2 (5 points):
a. Calculate the Revenue, Tax for each order and Net income.
Recipe :
Revenue = Unit Price * Quantity = C2 *D2 (Same with the rest)
Tax = Revenue * 2% = E2*F2 (Same with the rest)
Net income = Revenue – Tax = E2 - F2 (Same with the rest)
Total Quantity = SUM(D2:D10)
Total Revenus = SUM(E2:E10)
Total Tax = SUM(F2:F10)
Total Net income = SUM(G2:G10)
b. Calculate the total net income of products which has 10260 in Order ID.
7
The total net income of products with 10260 in order ID is : 1711.3
Recipe : =SUMIF($A$2:$A$10,A4,$G$2:$G$10)
c. Calculate the Net income when Unit prices of those product increase by
5%, their Quantities decrease by 3%.
The unit price of those products increased by 5%, Their quantity decreased by
3%.
The net income when the Unit Price of those products increases by 5%, Their
Quantity decreases by 3% is : 2494.32687
Recipe : =SUM(G3:G11)

More Related Content

What's hot

Excel Formulas Functions
Excel Formulas FunctionsExcel Formulas Functions
Excel Formulas Functionssimply_coool
 
On if,countif,countifs,sumif,countifs,lookup,v lookup,index,match
On if,countif,countifs,sumif,countifs,lookup,v lookup,index,matchOn if,countif,countifs,sumif,countifs,lookup,v lookup,index,match
On if,countif,countifs,sumif,countifs,lookup,v lookup,index,matchRakesh Sah
 
Complete and detailed description of the mini projects reports
Complete and detailed description of the mini projects reportsComplete and detailed description of the mini projects reports
Complete and detailed description of the mini projects reportshlksd
 
Mr20 enus 03-Report Design in Management Reporter 2.0 for Microsoft Dynamics®...
Mr20 enus 03-Report Design in Management Reporter 2.0 for Microsoft Dynamics®...Mr20 enus 03-Report Design in Management Reporter 2.0 for Microsoft Dynamics®...
Mr20 enus 03-Report Design in Management Reporter 2.0 for Microsoft Dynamics®...Sami JAMMALI
 

What's hot (7)

Excel Formulas Functions
Excel Formulas FunctionsExcel Formulas Functions
Excel Formulas Functions
 
MS Excel Function
MS Excel FunctionMS Excel Function
MS Excel Function
 
Real World Excel Formulas
Real World Excel FormulasReal World Excel Formulas
Real World Excel Formulas
 
Microsoft excel 2010 useful formula & functions
Microsoft excel 2010   useful formula & functionsMicrosoft excel 2010   useful formula & functions
Microsoft excel 2010 useful formula & functions
 
On if,countif,countifs,sumif,countifs,lookup,v lookup,index,match
On if,countif,countifs,sumif,countifs,lookup,v lookup,index,matchOn if,countif,countifs,sumif,countifs,lookup,v lookup,index,match
On if,countif,countifs,sumif,countifs,lookup,v lookup,index,match
 
Complete and detailed description of the mini projects reports
Complete and detailed description of the mini projects reportsComplete and detailed description of the mini projects reports
Complete and detailed description of the mini projects reports
 
Mr20 enus 03-Report Design in Management Reporter 2.0 for Microsoft Dynamics®...
Mr20 enus 03-Report Design in Management Reporter 2.0 for Microsoft Dynamics®...Mr20 enus 03-Report Design in Management Reporter 2.0 for Microsoft Dynamics®...
Mr20 enus 03-Report Design in Management Reporter 2.0 for Microsoft Dynamics®...
 

Similar to Jelie pham

Lesson9 working with basic functions
Lesson9 working with basic functionsLesson9 working with basic functions
Lesson9 working with basic functionsricsanmae
 
Lesson9 Working With Basic Functions
Lesson9 Working With Basic FunctionsLesson9 Working With Basic Functions
Lesson9 Working With Basic Functionsguevarra_2000
 
334-335.pdf336-337.pdf338-339.pdf340-341.pdfPrin.docx
334-335.pdf336-337.pdf338-339.pdf340-341.pdfPrin.docx334-335.pdf336-337.pdf338-339.pdf340-341.pdfPrin.docx
334-335.pdf336-337.pdf338-339.pdf340-341.pdfPrin.docxgilbertkpeters11344
 
Functions in c++
Functions in c++Functions in c++
Functions in c++Asaye Dilbo
 
Visual Basic Review - ICA
Visual Basic Review - ICAVisual Basic Review - ICA
Visual Basic Review - ICAemtrajano
 
Karner resource estimation for objectory projects
Karner   resource estimation for objectory projectsKarner   resource estimation for objectory projects
Karner resource estimation for objectory projectsOcho08
 
Basic excel training - 20140825.ppt
Basic excel training - 20140825.pptBasic excel training - 20140825.ppt
Basic excel training - 20140825.pptAnuHospitalsHumanRes
 
INDORE BRANCH OF CIRC OF ICAI (1) GURMEEN.pptx
INDORE BRANCH OF CIRC OF ICAI (1) GURMEEN.pptxINDORE BRANCH OF CIRC OF ICAI (1) GURMEEN.pptx
INDORE BRANCH OF CIRC OF ICAI (1) GURMEEN.pptxVicky Kumar
 
Part OneFirst, use the provided  MS Excel Spreadshe.docx
Part OneFirst, use the provided             MS Excel Spreadshe.docxPart OneFirst, use the provided             MS Excel Spreadshe.docx
Part OneFirst, use the provided  MS Excel Spreadshe.docxLacieKlineeb
 
Excel Formulas Functions 2007
Excel Formulas Functions 2007Excel Formulas Functions 2007
Excel Formulas Functions 2007simply_coool
 
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.
 

Similar to Jelie pham (20)

Lesson9 working with basic functions
Lesson9 working with basic functionsLesson9 working with basic functions
Lesson9 working with basic functions
 
Lesson9 Working With Basic Functions
Lesson9 Working With Basic FunctionsLesson9 Working With Basic Functions
Lesson9 Working With Basic Functions
 
Excel
ExcelExcel
Excel
 
Print9
Print9Print9
Print9
 
Functions vs formulas
Functions vs formulasFunctions vs formulas
Functions vs formulas
 
334-335.pdf336-337.pdf338-339.pdf340-341.pdfPrin.docx
334-335.pdf336-337.pdf338-339.pdf340-341.pdfPrin.docx334-335.pdf336-337.pdf338-339.pdf340-341.pdfPrin.docx
334-335.pdf336-337.pdf338-339.pdf340-341.pdfPrin.docx
 
Functions in c++
Functions in c++Functions in c++
Functions in c++
 
Io manual
Io manualIo manual
Io manual
 
Fahri tugas cloud1
Fahri tugas cloud1Fahri tugas cloud1
Fahri tugas cloud1
 
Visual Basic Review - ICA
Visual Basic Review - ICAVisual Basic Review - ICA
Visual Basic Review - ICA
 
Karner resource estimation for objectory projects
Karner   resource estimation for objectory projectsKarner   resource estimation for objectory projects
Karner resource estimation for objectory projects
 
Jo3516521658
Jo3516521658Jo3516521658
Jo3516521658
 
Basic excel training - 20140825.ppt
Basic excel training - 20140825.pptBasic excel training - 20140825.ppt
Basic excel training - 20140825.ppt
 
INDORE BRANCH OF CIRC OF ICAI (1) GURMEEN.pptx
INDORE BRANCH OF CIRC OF ICAI (1) GURMEEN.pptxINDORE BRANCH OF CIRC OF ICAI (1) GURMEEN.pptx
INDORE BRANCH OF CIRC OF ICAI (1) GURMEEN.pptx
 
Part OneFirst, use the provided  MS Excel Spreadshe.docx
Part OneFirst, use the provided             MS Excel Spreadshe.docxPart OneFirst, use the provided             MS Excel Spreadshe.docx
Part OneFirst, use the provided  MS Excel Spreadshe.docx
 
Economics Homework Help
Economics Homework HelpEconomics Homework Help
Economics Homework Help
 
Excel Formulas Functions 2007
Excel Formulas Functions 2007Excel Formulas Functions 2007
Excel Formulas Functions 2007
 
Grade 5 Computer
Grade 5 ComputerGrade 5 Computer
Grade 5 Computer
 
Lecture 1.pptx
Lecture 1.pptxLecture 1.pptx
Lecture 1.pptx
 
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
 

Recently uploaded

HAL Financial Performance Analysis and Future Prospects
HAL Financial Performance Analysis and Future ProspectsHAL Financial Performance Analysis and Future Prospects
HAL Financial Performance Analysis and Future ProspectsRajesh Gupta
 
00971508021841 حبوب الإجهاض في دبي | أبوظبي | الشارقة | السطوة |❇ ❈ ((![© ر
00971508021841 حبوب الإجهاض في دبي | أبوظبي | الشارقة | السطوة |❇ ❈ ((![©  ر00971508021841 حبوب الإجهاض في دبي | أبوظبي | الشارقة | السطوة |❇ ❈ ((![©  ر
00971508021841 حبوب الإجهاض في دبي | أبوظبي | الشارقة | السطوة |❇ ❈ ((![© رnafizanafzal
 
Moradia Isolada com Logradouro; Detached house with patio in Penacova
Moradia Isolada com Logradouro; Detached house with patio in PenacovaMoradia Isolada com Logradouro; Detached house with patio in Penacova
Moradia Isolada com Logradouro; Detached house with patio in Penacovaimostorept
 
Navigating Tax Season with Confidence Streamlines CPA Firms
Navigating Tax Season with Confidence Streamlines CPA FirmsNavigating Tax Season with Confidence Streamlines CPA Firms
Navigating Tax Season with Confidence Streamlines CPA FirmsYourLegal Accounting
 
Innomantra Viewpoint - Building Moonshots : May-Jun 2024.pdf
Innomantra Viewpoint - Building Moonshots : May-Jun 2024.pdfInnomantra Viewpoint - Building Moonshots : May-Jun 2024.pdf
Innomantra Viewpoint - Building Moonshots : May-Jun 2024.pdfInnomantra
 
Understanding Financial Accounting 3rd Canadian Edition by Christopher D. Bur...
Understanding Financial Accounting 3rd Canadian Edition by Christopher D. Bur...Understanding Financial Accounting 3rd Canadian Edition by Christopher D. Bur...
Understanding Financial Accounting 3rd Canadian Edition by Christopher D. Bur...ssuserf63bd7
 
The Vietnam Believer Newsletter_May 13th, 2024_ENVol. 007.pdf
The Vietnam Believer Newsletter_May 13th, 2024_ENVol. 007.pdfThe Vietnam Believer Newsletter_May 13th, 2024_ENVol. 007.pdf
The Vietnam Believer Newsletter_May 13th, 2024_ENVol. 007.pdfbelieveminhh
 
The Art of Decision-Making: Navigating Complexity and Uncertainty
The Art of Decision-Making: Navigating Complexity and UncertaintyThe Art of Decision-Making: Navigating Complexity and Uncertainty
The Art of Decision-Making: Navigating Complexity and Uncertaintycapivisgroup
 
如何办理(SUT毕业证书)斯威本科技大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(SUT毕业证书)斯威本科技大学毕业证成绩单本科硕士学位证留信学历认证如何办理(SUT毕业证书)斯威本科技大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(SUT毕业证书)斯威本科技大学毕业证成绩单本科硕士学位证留信学历认证ogawka
 
First Time Home Buyer's Guide - KM Realty Group LLC
First Time Home Buyer's Guide - KM Realty Group LLCFirst Time Home Buyer's Guide - KM Realty Group LLC
First Time Home Buyer's Guide - KM Realty Group LLCTammy Jackson
 
hyundai capital 2023 consolidated financial statements
hyundai capital 2023 consolidated financial statementshyundai capital 2023 consolidated financial statements
hyundai capital 2023 consolidated financial statementsirhcs
 
NewBase 17 May 2024 Energy News issue - 1725 by Khaled Al Awadi_compresse...
NewBase   17 May  2024  Energy News issue - 1725 by Khaled Al Awadi_compresse...NewBase   17 May  2024  Energy News issue - 1725 by Khaled Al Awadi_compresse...
NewBase 17 May 2024 Energy News issue - 1725 by Khaled Al Awadi_compresse...Khaled Al Awadi
 
Elevate Your Online Presence with SEO Services
Elevate Your Online Presence with SEO ServicesElevate Your Online Presence with SEO Services
Elevate Your Online Presence with SEO ServicesHaseebBashir5
 
MichaelStarkes_UncutGemsProjectSummary.pdf
MichaelStarkes_UncutGemsProjectSummary.pdfMichaelStarkes_UncutGemsProjectSummary.pdf
MichaelStarkes_UncutGemsProjectSummary.pdfmstarkes24
 
Powerpoint showing results from tik tok metrics
Powerpoint showing results from tik tok metricsPowerpoint showing results from tik tok metrics
Powerpoint showing results from tik tok metricsCaitlinCummins3
 
How to refresh to be fit for the future world
How to refresh to be fit for the future worldHow to refresh to be fit for the future world
How to refresh to be fit for the future worldChris Skinner
 
wagamamaLab presentation @MIT 20240509 IRODORI
wagamamaLab presentation @MIT 20240509 IRODORIwagamamaLab presentation @MIT 20240509 IRODORI
wagamamaLab presentation @MIT 20240509 IRODORIIRODORI inc.
 
10 Easiest Ways To Buy Verified TransferWise Accounts
10 Easiest Ways To Buy Verified TransferWise Accounts10 Easiest Ways To Buy Verified TransferWise Accounts
10 Easiest Ways To Buy Verified TransferWise Accountshttps://localsmmshop.com/
 
Mastering The Art Of 'Closing The Sale'.
Mastering The Art Of 'Closing The Sale'.Mastering The Art Of 'Closing The Sale'.
Mastering The Art Of 'Closing The Sale'.SNSW group8
 

Recently uploaded (20)

HAL Financial Performance Analysis and Future Prospects
HAL Financial Performance Analysis and Future ProspectsHAL Financial Performance Analysis and Future Prospects
HAL Financial Performance Analysis and Future Prospects
 
00971508021841 حبوب الإجهاض في دبي | أبوظبي | الشارقة | السطوة |❇ ❈ ((![© ر
00971508021841 حبوب الإجهاض في دبي | أبوظبي | الشارقة | السطوة |❇ ❈ ((![©  ر00971508021841 حبوب الإجهاض في دبي | أبوظبي | الشارقة | السطوة |❇ ❈ ((![©  ر
00971508021841 حبوب الإجهاض في دبي | أبوظبي | الشارقة | السطوة |❇ ❈ ((![© ر
 
Moradia Isolada com Logradouro; Detached house with patio in Penacova
Moradia Isolada com Logradouro; Detached house with patio in PenacovaMoradia Isolada com Logradouro; Detached house with patio in Penacova
Moradia Isolada com Logradouro; Detached house with patio in Penacova
 
WAM Corporate Presentation May 2024_w.pdf
WAM Corporate Presentation May 2024_w.pdfWAM Corporate Presentation May 2024_w.pdf
WAM Corporate Presentation May 2024_w.pdf
 
Navigating Tax Season with Confidence Streamlines CPA Firms
Navigating Tax Season with Confidence Streamlines CPA FirmsNavigating Tax Season with Confidence Streamlines CPA Firms
Navigating Tax Season with Confidence Streamlines CPA Firms
 
Innomantra Viewpoint - Building Moonshots : May-Jun 2024.pdf
Innomantra Viewpoint - Building Moonshots : May-Jun 2024.pdfInnomantra Viewpoint - Building Moonshots : May-Jun 2024.pdf
Innomantra Viewpoint - Building Moonshots : May-Jun 2024.pdf
 
Understanding Financial Accounting 3rd Canadian Edition by Christopher D. Bur...
Understanding Financial Accounting 3rd Canadian Edition by Christopher D. Bur...Understanding Financial Accounting 3rd Canadian Edition by Christopher D. Bur...
Understanding Financial Accounting 3rd Canadian Edition by Christopher D. Bur...
 
The Vietnam Believer Newsletter_May 13th, 2024_ENVol. 007.pdf
The Vietnam Believer Newsletter_May 13th, 2024_ENVol. 007.pdfThe Vietnam Believer Newsletter_May 13th, 2024_ENVol. 007.pdf
The Vietnam Believer Newsletter_May 13th, 2024_ENVol. 007.pdf
 
The Art of Decision-Making: Navigating Complexity and Uncertainty
The Art of Decision-Making: Navigating Complexity and UncertaintyThe Art of Decision-Making: Navigating Complexity and Uncertainty
The Art of Decision-Making: Navigating Complexity and Uncertainty
 
如何办理(SUT毕业证书)斯威本科技大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(SUT毕业证书)斯威本科技大学毕业证成绩单本科硕士学位证留信学历认证如何办理(SUT毕业证书)斯威本科技大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(SUT毕业证书)斯威本科技大学毕业证成绩单本科硕士学位证留信学历认证
 
First Time Home Buyer's Guide - KM Realty Group LLC
First Time Home Buyer's Guide - KM Realty Group LLCFirst Time Home Buyer's Guide - KM Realty Group LLC
First Time Home Buyer's Guide - KM Realty Group LLC
 
hyundai capital 2023 consolidated financial statements
hyundai capital 2023 consolidated financial statementshyundai capital 2023 consolidated financial statements
hyundai capital 2023 consolidated financial statements
 
NewBase 17 May 2024 Energy News issue - 1725 by Khaled Al Awadi_compresse...
NewBase   17 May  2024  Energy News issue - 1725 by Khaled Al Awadi_compresse...NewBase   17 May  2024  Energy News issue - 1725 by Khaled Al Awadi_compresse...
NewBase 17 May 2024 Energy News issue - 1725 by Khaled Al Awadi_compresse...
 
Elevate Your Online Presence with SEO Services
Elevate Your Online Presence with SEO ServicesElevate Your Online Presence with SEO Services
Elevate Your Online Presence with SEO Services
 
MichaelStarkes_UncutGemsProjectSummary.pdf
MichaelStarkes_UncutGemsProjectSummary.pdfMichaelStarkes_UncutGemsProjectSummary.pdf
MichaelStarkes_UncutGemsProjectSummary.pdf
 
Powerpoint showing results from tik tok metrics
Powerpoint showing results from tik tok metricsPowerpoint showing results from tik tok metrics
Powerpoint showing results from tik tok metrics
 
How to refresh to be fit for the future world
How to refresh to be fit for the future worldHow to refresh to be fit for the future world
How to refresh to be fit for the future world
 
wagamamaLab presentation @MIT 20240509 IRODORI
wagamamaLab presentation @MIT 20240509 IRODORIwagamamaLab presentation @MIT 20240509 IRODORI
wagamamaLab presentation @MIT 20240509 IRODORI
 
10 Easiest Ways To Buy Verified TransferWise Accounts
10 Easiest Ways To Buy Verified TransferWise Accounts10 Easiest Ways To Buy Verified TransferWise Accounts
10 Easiest Ways To Buy Verified TransferWise Accounts
 
Mastering The Art Of 'Closing The Sale'.
Mastering The Art Of 'Closing The Sale'.Mastering The Art Of 'Closing The Sale'.
Mastering The Art Of 'Closing The Sale'.
 

Jelie pham

  • 1. 1 Question 1 (5 points): a. Analyze the importance of information technology tools in administrative activities. Give an illustrative example. Over the years, our Party and State have always determined that information technology development is one of the solutions to modernize the administration and is an important tool in the implementation of administrative reform. With the desire to create fairness, transparency and efficiency, the application of information technology in administrative reform has also been identified as an important driving force for socio-economic development, reducing inconveniences for the public. people and businesses, especially in the context of the industrial revolution 4.0. Advantages The computerization of the activities of state administrative agencies is both a means and a pressure for administrative reform. Through IT application activities, the administrative apparatus is easier to link together in performing tasks, the Government also through it to run the state apparatus quickly, efficientlyand accurately; better control all activities of public authorities in the face of complex fluctuations of the market economy in the period of integration and development. Defect However, it is the transparency in control and supervision that information technology application activities bring that more or less put pressure on administrative agencies because of all the stagnation and congestion of the public apparatus. It's easy to see when something goes wrong. Thus, administrative reform and information technology ultimately share the same purpose, which is to improve the quality and efficiency of work, and to improve the transparency and reliability of management information. . Information technology application and administrative reform activities have a close organic relationship, interact, cannot be separated and need to be carried out at the same time.
  • 2. 2 For example: For example, the national public service portal with the address 'https://dichvucong.gov.vn/' has applied the information technology industry in completing complicated procedures that individuals, Businesses do not need to be directly able to do it. Since the application has tens of millions of procedures to be completed and handled ... .With such a utility website, it helps to improve professionalism in handling cumbersome and troublesome administrative procedures and waste of time. b. What is function in excel? Explain the diffirences among SUM, SUMIF and SUMIFS function. Take the illustrative examples to clarify. A function is a predefined formula that performs calculations using specific values, called arguments, in a particular order or structure. Functions can be used to perform simple or complex calculations. Function syntax The following example of the ROUND function that rounds a number in cell A10 illustrates the syntax of a function. 1. Structure. The structure of a function begins with an equal sign (=), followed by the function name, an opening parenthesis, the arguments to the function are separated by commas, and a closing parenthesis. 2. Function name. For a list of available functions, click a cell and press SHIFT+F3. 3. Arguments. Arguments can be numbers, text, logical values like TRUE or FALSE, arrays, error values like #N/A, or cell references. The argument that you
  • 3. 3 specify must generate a valid value for that argument. Arguments can also be constants, formulas, or other functions. 4. Argument tool tip. A tool tip with syntax and arguments appears as you type the function. For example, type =ROUND( and the tooltip appears.The tooltipappears only for built-in functions. 1. SUM function The SUM function sums multiple individual cells, sums within a range, or even multiple ranges in one go. Function syntax: =SUM(number1,[number2],…) Inside: number1: equired argument, is the first number you want to add. number2-255: optional argument, is the 2nd to 255thnumber you want to add. For example, to calculate the total amount of goods in the data table of the figure below, we have the following formula: =SUM(F2:F10) 2. SUMIF function The SUMIF function sums based on a condition.
  • 4. 4 Function syntax: =SUMIF(range; criteria;[sum_range]) Inside: Range: Is the selectedrange containing the condition cells Criteria: Is the condition to execute this function Sum_range: Area to be summed For example, to calculate the total cost of red items, we have the following formula: =SUMIF(B2:B10;B3;F2:F10) 3. SUMIFS function The SUMIFS function sums based on multiple conditions, unlike the SUMIF function above, which can only sum based on 1 condition. You can also use this function with only one condition. Function syntax: =SUMIFS(sum_range, criteria_range1, criteria1, [criteria_range2, criteria2], ...)
  • 5. 5 Inside: Sum_range: required argument, is the range to sum. Criteria_range1: required argument, is the range containing the 1st condition cells. Criteria: required argument, is the 1st condition. Criteria_range2…: optional argument, is the range containing the 2nd condition cells onwards. Criteria…: optional argument, is the 2nd condition onwards. For example, to calculate the total cost of red items and have unit prices less than 5,000,000, we have the following formula: =SUMIFS(F2:F10;B2:B10;B3;D2:D10;”<5000000″) Compare functions Functions Condition SUM Unconditioned SUMIF A condition SUMIFS Multiple combination conditions
  • 6. 6 Question 2 (5 points): a. Calculate the Revenue, Tax for each order and Net income. Recipe : Revenue = Unit Price * Quantity = C2 *D2 (Same with the rest) Tax = Revenue * 2% = E2*F2 (Same with the rest) Net income = Revenue – Tax = E2 - F2 (Same with the rest) Total Quantity = SUM(D2:D10) Total Revenus = SUM(E2:E10) Total Tax = SUM(F2:F10) Total Net income = SUM(G2:G10) b. Calculate the total net income of products which has 10260 in Order ID.
  • 7. 7 The total net income of products with 10260 in order ID is : 1711.3 Recipe : =SUMIF($A$2:$A$10,A4,$G$2:$G$10) c. Calculate the Net income when Unit prices of those product increase by 5%, their Quantities decrease by 3%. The unit price of those products increased by 5%, Their quantity decreased by 3%. The net income when the Unit Price of those products increases by 5%, Their Quantity decreases by 3% is : 2494.32687 Recipe : =SUM(G3:G11)