SlideShare a Scribd company logo
Excel Template Projects
Call 1033316 Sale Commission
Report HighlightedCalculations
Verysophisticatedformulasforrates
Call 1036356 Salescommission
Report HighlightedCalculations
Call 1036356 Parts Sales
Report Highlighted Calculations
Call 1040732 Part saleshistory
Report HighlightedCalculations
Thisone has several sheetsforpredictive analysisbasedoff matrix-
for bayesiantheoremstrategyforpartsprobability
Call 1042642 SalesRankingReport
Report HighlightedCalculations
Call 1042761 Rental analysis
Report Calculation
Theylike thissomuch theyhave anotherservice
agreementforthree extrasheetstobe createdfor3
month,6 month,and12 monthinformation.
Call 1044195 Part InventoryPredictive Analysis
Report HighlightedCalculations
Anotherbayesiantheory
Call 1045835 Rental analysisadditional
Report HighlightedCalculations
Call 1050043 Financial CSV
Report HighlightedCalculations
Thisone has several sheets,onetopickthe monthto report,
one to checkthe balancesbefore the CSV issent
Call 1054171 EnhancedInvoice
Report HighlightedCalculations
V= Note line,AD=SalesCode R=TechNumber L=Line DescriptionM=Quantity,
S=Hrs Billed
N=Price T=Labor Rate P=Tax Code
Job Desc =IF([Segment]<>”A”,IF([Note Line]<>"",[Note Line],IF(Data[SalesCode]<>"",
IF(Data[SalesCode]="**"," ",IF([Line
Description]="",CONCATENATE(RELATED(Salescode[Description]),""),[Line Description])),"")))
UpdatedJob description=
=If([Note Line]="",IF([Sales code]="PS",CONCATENATE([SCandname],[Line Description]),IF( [Sales
code]="SS", CONCATENATE([SCand name],[Line Description]),[SCandname])))
Qty = [Quantity]+[Hrs Billed]
Rate = [Price]+[Labor Rate]
Amount = [Qty]+[Rate]
Trate= RELATED(Tax[Trate]}*[Amount]
VBA
Updated InsertRow
Sub add_row()
Dim c As Range
For Each c In Range("A15:A200")
If c.Value Like"Mileage*"Then
c.Offset(1, 0).EntireRow.Insert
End If
Next c
End Sub
Copy/pasting sheet test toinvoice:
Assumptions for this code:
1. Test sheethas heading in rowoneso it will
start checking thedata in row 3.
2. Column B does not haveany empty cells.
3. Invoice sheet willhave information torow 15
so the data will startcopying in row15.
Sub Invoicecopy()
Dim lastrowAs Long, erow As Long, i As Integer
lastrow=Sheet5.Cells(Rows.Count,
1).End(xlUp).Row
For i =3 To lastrow
Sheet5.Cells(i,2).Copy
erow =Sheet1.Cells(Rows.Count,
1).End(xlUp).Offset(1,0).Row
Sheet5.Paste(Worksheets("Invoice").Cells(erow,
1))
Sheet5.Cells(i,4).Copy
Sheet5.Paste(Worksheets("Invoice").Cells(erow,
2))
Sheet5.Cells(i,5).Copy
Sheet5.Paste(Worksheets("Invoice").Cells(erow,
3))
Sheet5.Cells(i,6).Copy
Sheet5.Paste(Worksheets("Invoice").Cells(erow,
4))
Sheet5.Cells(i,3).Copy
Sheet5.Paste(Worksheets("Invoice").Cells(erow,
5))
Sheet5.Cells(i,7).Copy
Sheet5.Paste(Worksheets("Invoice").Cells(erow,
6))
Next i
Application.CutCopyMode=False
Sheet1.Columns.AutoFit
Range("A15").Select
End Sub
Thisalsohad addedfunctionssuchas the invoice hadtoprintout exactlya
page in specificcolumnrange,andthe 0’sneededtobe surpressed –
addedthisas a pivottable first

More Related Content

Viewers also liked

Advanced Excel course
Advanced Excel courseAdvanced Excel course
Advanced Excel course
Ashwani Kumar
 
04 ms excel
04 ms excel04 ms excel
04 ms excel
fosterstac
 
Chart In Excel
Chart In ExcelChart In Excel
Chart In Excel
Francisco Guerra
 
Creating a chart in Excel
Creating a chart in Excel Creating a chart in Excel
Creating a chart in Excel
JessicaCheung1998
 
MIS 226: Chapter 3
MIS 226: Chapter 3MIS 226: Chapter 3
MIS 226: Chapter 3
macrob14
 
Excel chart helper guide
Excel chart helper guideExcel chart helper guide
Excel chart helper guide
johnmika
 
Excel chart
Excel chartExcel chart
Excel chart
Jonathand515
 
How To Make A Link Profile In Excel (Pie Chart)
How To Make A Link Profile In Excel (Pie Chart) How To Make A Link Profile In Excel (Pie Chart)
How To Make A Link Profile In Excel (Pie Chart)
Christopher Dill
 
Create A Chart In Excel
Create A Chart In ExcelCreate A Chart In Excel
Create A Chart In Excel
Brian Lowery
 
Different types of charts
Different types of chartsDifferent types of charts
Different types of charts
Zakaria Salim
 
Excel Elbow Grease: How to Fool Excel into Making (Pretty Much) Any Chart You...
Excel Elbow Grease: How to Fool Excel into Making (Pretty Much) Any Chart You...Excel Elbow Grease: How to Fool Excel into Making (Pretty Much) Any Chart You...
Excel Elbow Grease: How to Fool Excel into Making (Pretty Much) Any Chart You...
Innovation Network
 
Online Excel Course (Basic to Advanced)
Online Excel Course (Basic to Advanced)Online Excel Course (Basic to Advanced)
Online Excel Course (Basic to Advanced)
Sumit Bansal
 
Print Slides
Print SlidesPrint Slides
Print Slides
Jacqui Sharp
 
Column and stacked column : Mixed chart in excel and powerpoint
Column and stacked column : Mixed chart in excel and powerpointColumn and stacked column : Mixed chart in excel and powerpoint
Column and stacked column : Mixed chart in excel and powerpoint
Satya Mahesh Kallakuru
 
Thermostat concept in the ED
Thermostat concept in the EDThermostat concept in the ED
Thermostat concept in the ED
EM Doc
 
Data visualization
Data visualizationData visualization
Data visualization
Vivian S. Zhang
 
Advanced - Microsoft Excel Training Handout
Advanced - Microsoft Excel Training HandoutAdvanced - Microsoft Excel Training Handout
Advanced - Microsoft Excel Training Handout
Jonathan Marcotte
 
Types of Chart
Types of ChartTypes of Chart
Types of Chart
chartblocks
 

Viewers also liked (18)

Advanced Excel course
Advanced Excel courseAdvanced Excel course
Advanced Excel course
 
04 ms excel
04 ms excel04 ms excel
04 ms excel
 
Chart In Excel
Chart In ExcelChart In Excel
Chart In Excel
 
Creating a chart in Excel
Creating a chart in Excel Creating a chart in Excel
Creating a chart in Excel
 
MIS 226: Chapter 3
MIS 226: Chapter 3MIS 226: Chapter 3
MIS 226: Chapter 3
 
Excel chart helper guide
Excel chart helper guideExcel chart helper guide
Excel chart helper guide
 
Excel chart
Excel chartExcel chart
Excel chart
 
How To Make A Link Profile In Excel (Pie Chart)
How To Make A Link Profile In Excel (Pie Chart) How To Make A Link Profile In Excel (Pie Chart)
How To Make A Link Profile In Excel (Pie Chart)
 
Create A Chart In Excel
Create A Chart In ExcelCreate A Chart In Excel
Create A Chart In Excel
 
Different types of charts
Different types of chartsDifferent types of charts
Different types of charts
 
Excel Elbow Grease: How to Fool Excel into Making (Pretty Much) Any Chart You...
Excel Elbow Grease: How to Fool Excel into Making (Pretty Much) Any Chart You...Excel Elbow Grease: How to Fool Excel into Making (Pretty Much) Any Chart You...
Excel Elbow Grease: How to Fool Excel into Making (Pretty Much) Any Chart You...
 
Online Excel Course (Basic to Advanced)
Online Excel Course (Basic to Advanced)Online Excel Course (Basic to Advanced)
Online Excel Course (Basic to Advanced)
 
Print Slides
Print SlidesPrint Slides
Print Slides
 
Column and stacked column : Mixed chart in excel and powerpoint
Column and stacked column : Mixed chart in excel and powerpointColumn and stacked column : Mixed chart in excel and powerpoint
Column and stacked column : Mixed chart in excel and powerpoint
 
Thermostat concept in the ED
Thermostat concept in the EDThermostat concept in the ED
Thermostat concept in the ED
 
Data visualization
Data visualizationData visualization
Data visualization
 
Advanced - Microsoft Excel Training Handout
Advanced - Microsoft Excel Training HandoutAdvanced - Microsoft Excel Training Handout
Advanced - Microsoft Excel Training Handout
 
Types of Chart
Types of ChartTypes of Chart
Types of Chart
 

Similar to Excel Template Projects

Intro of key features of T-CAAT Ent 2021Dec
Intro of key features of T-CAAT Ent 2021DecIntro of key features of T-CAAT Ent 2021Dec
Intro of key features of T-CAAT Ent 2021Dec
rafeq
 
Question 3
Question 3Question 3
Question 3
Neville Uche-Ijeh
 
Bi4 dynamics white-paper-ax
Bi4 dynamics white-paper-axBi4 dynamics white-paper-ax
Bi4 dynamics white-paper-ax
Kusuma Namark
 
Chart of Account Design
Chart of Account DesignChart of Account Design
Chart of Account Design
Vinnie Tangsirikusolwong
 
FINANCIAL AND MANAGERIAL ACCOUNTING IN ERP SYSTEM MS DYNAMICS AX 2012 R3
FINANCIAL AND MANAGERIAL ACCOUNTING IN ERP SYSTEM MS DYNAMICS AX 2012 R3FINANCIAL AND MANAGERIAL ACCOUNTING IN ERP SYSTEM MS DYNAMICS AX 2012 R3
FINANCIAL AND MANAGERIAL ACCOUNTING IN ERP SYSTEM MS DYNAMICS AX 2012 R3
Nghi Le
 
Intro of Key Features of Auto T-CAAT Pro 2021Dec01
Intro of Key Features of Auto T-CAAT Pro 2021Dec01Intro of Key Features of Auto T-CAAT Pro 2021Dec01
Intro of Key Features of Auto T-CAAT Pro 2021Dec01
rafeq
 
Topic 4 The Mechanics Of Accounting
Topic 4 The Mechanics Of AccountingTopic 4 The Mechanics Of Accounting
Topic 4 The Mechanics Of Accounting
mandalina landy
 
Topic 4 The Mechanics Of Accounting
Topic 4 The Mechanics Of AccountingTopic 4 The Mechanics Of Accounting
Topic 4 The Mechanics Of Accounting
guest441011
 
Intacct: Aligning Finance and Sales; Best-in-class ERP and Salesforce
Intacct: Aligning Finance and Sales; Best-in-class ERP and SalesforceIntacct: Aligning Finance and Sales; Best-in-class ERP and Salesforce
Intacct: Aligning Finance and Sales; Best-in-class ERP and Salesforce
Intacct Corporation
 
Intro of T CAAT Pro 2021Dec01
Intro of T CAAT Pro 2021Dec01Intro of T CAAT Pro 2021Dec01
Intro of T CAAT Pro 2021Dec01
rafeq
 
When Salesforce Isn’t Enough: Using Birst to Accelerate Your Business and Und...
When Salesforce Isn’t Enough: Using Birst to Accelerate Your Business and Und...When Salesforce Isn’t Enough: Using Birst to Accelerate Your Business and Und...
When Salesforce Isn’t Enough: Using Birst to Accelerate Your Business and Und...
Birst
 
MIS Presentation for Seminar
MIS Presentation for SeminarMIS Presentation for Seminar
MIS Presentation for Seminar
AmitTrivedi
 
Sales levers SAM commercial reconnaissance electronic flyer July 2020
Sales levers SAM commercial reconnaissance electronic flyer July 2020Sales levers SAM commercial reconnaissance electronic flyer July 2020
Sales levers SAM commercial reconnaissance electronic flyer July 2020
richardhigham
 
Modern Day Accounting Applications—Intacct Cloud ERP
Modern Day Accounting Applications—Intacct Cloud ERPModern Day Accounting Applications—Intacct Cloud ERP
Modern Day Accounting Applications—Intacct Cloud ERP
Intacct Corporation
 
SAP_FICO.pptx
SAP_FICO.pptxSAP_FICO.pptx
SAP_FICO.pptx
AshwaniKumar207236
 
Finance department
Finance departmentFinance department
Finance department
padmaarunachalam
 
Fiar
FiarFiar
1010 chapter9
1010 chapter91010 chapter9
1010 chapter9
Mahak Ahuja
 
travel safety
travel safetytravel safety
travel safety
Bekele Uma
 
Profit center-accounting
Profit center-accountingProfit center-accounting
Profit center-accounting
Bala Ranganath
 

Similar to Excel Template Projects (20)

Intro of key features of T-CAAT Ent 2021Dec
Intro of key features of T-CAAT Ent 2021DecIntro of key features of T-CAAT Ent 2021Dec
Intro of key features of T-CAAT Ent 2021Dec
 
Question 3
Question 3Question 3
Question 3
 
Bi4 dynamics white-paper-ax
Bi4 dynamics white-paper-axBi4 dynamics white-paper-ax
Bi4 dynamics white-paper-ax
 
Chart of Account Design
Chart of Account DesignChart of Account Design
Chart of Account Design
 
FINANCIAL AND MANAGERIAL ACCOUNTING IN ERP SYSTEM MS DYNAMICS AX 2012 R3
FINANCIAL AND MANAGERIAL ACCOUNTING IN ERP SYSTEM MS DYNAMICS AX 2012 R3FINANCIAL AND MANAGERIAL ACCOUNTING IN ERP SYSTEM MS DYNAMICS AX 2012 R3
FINANCIAL AND MANAGERIAL ACCOUNTING IN ERP SYSTEM MS DYNAMICS AX 2012 R3
 
Intro of Key Features of Auto T-CAAT Pro 2021Dec01
Intro of Key Features of Auto T-CAAT Pro 2021Dec01Intro of Key Features of Auto T-CAAT Pro 2021Dec01
Intro of Key Features of Auto T-CAAT Pro 2021Dec01
 
Topic 4 The Mechanics Of Accounting
Topic 4 The Mechanics Of AccountingTopic 4 The Mechanics Of Accounting
Topic 4 The Mechanics Of Accounting
 
Topic 4 The Mechanics Of Accounting
Topic 4 The Mechanics Of AccountingTopic 4 The Mechanics Of Accounting
Topic 4 The Mechanics Of Accounting
 
Intacct: Aligning Finance and Sales; Best-in-class ERP and Salesforce
Intacct: Aligning Finance and Sales; Best-in-class ERP and SalesforceIntacct: Aligning Finance and Sales; Best-in-class ERP and Salesforce
Intacct: Aligning Finance and Sales; Best-in-class ERP and Salesforce
 
Intro of T CAAT Pro 2021Dec01
Intro of T CAAT Pro 2021Dec01Intro of T CAAT Pro 2021Dec01
Intro of T CAAT Pro 2021Dec01
 
When Salesforce Isn’t Enough: Using Birst to Accelerate Your Business and Und...
When Salesforce Isn’t Enough: Using Birst to Accelerate Your Business and Und...When Salesforce Isn’t Enough: Using Birst to Accelerate Your Business and Und...
When Salesforce Isn’t Enough: Using Birst to Accelerate Your Business and Und...
 
MIS Presentation for Seminar
MIS Presentation for SeminarMIS Presentation for Seminar
MIS Presentation for Seminar
 
Sales levers SAM commercial reconnaissance electronic flyer July 2020
Sales levers SAM commercial reconnaissance electronic flyer July 2020Sales levers SAM commercial reconnaissance electronic flyer July 2020
Sales levers SAM commercial reconnaissance electronic flyer July 2020
 
Modern Day Accounting Applications—Intacct Cloud ERP
Modern Day Accounting Applications—Intacct Cloud ERPModern Day Accounting Applications—Intacct Cloud ERP
Modern Day Accounting Applications—Intacct Cloud ERP
 
SAP_FICO.pptx
SAP_FICO.pptxSAP_FICO.pptx
SAP_FICO.pptx
 
Finance department
Finance departmentFinance department
Finance department
 
Fiar
FiarFiar
Fiar
 
1010 chapter9
1010 chapter91010 chapter9
1010 chapter9
 
travel safety
travel safetytravel safety
travel safety
 
Profit center-accounting
Profit center-accountingProfit center-accounting
Profit center-accounting
 

Excel Template Projects

  • 1. Excel Template Projects Call 1033316 Sale Commission Report HighlightedCalculations Verysophisticatedformulasforrates Call 1036356 Salescommission Report HighlightedCalculations
  • 2. Call 1036356 Parts Sales Report Highlighted Calculations Call 1040732 Part saleshistory Report HighlightedCalculations Thisone has several sheetsforpredictive analysisbasedoff matrix- for bayesiantheoremstrategyforpartsprobability
  • 3. Call 1042642 SalesRankingReport Report HighlightedCalculations
  • 4. Call 1042761 Rental analysis Report Calculation Theylike thissomuch theyhave anotherservice agreementforthree extrasheetstobe createdfor3 month,6 month,and12 monthinformation.
  • 5. Call 1044195 Part InventoryPredictive Analysis Report HighlightedCalculations Anotherbayesiantheory Call 1045835 Rental analysisadditional Report HighlightedCalculations Call 1050043 Financial CSV Report HighlightedCalculations Thisone has several sheets,onetopickthe monthto report, one to checkthe balancesbefore the CSV issent
  • 6. Call 1054171 EnhancedInvoice Report HighlightedCalculations V= Note line,AD=SalesCode R=TechNumber L=Line DescriptionM=Quantity, S=Hrs Billed N=Price T=Labor Rate P=Tax Code Job Desc =IF([Segment]<>”A”,IF([Note Line]<>"",[Note Line],IF(Data[SalesCode]<>"", IF(Data[SalesCode]="**"," ",IF([Line Description]="",CONCATENATE(RELATED(Salescode[Description]),""),[Line Description])),""))) UpdatedJob description= =If([Note Line]="",IF([Sales code]="PS",CONCATENATE([SCandname],[Line Description]),IF( [Sales code]="SS", CONCATENATE([SCand name],[Line Description]),[SCandname]))) Qty = [Quantity]+[Hrs Billed] Rate = [Price]+[Labor Rate] Amount = [Qty]+[Rate] Trate= RELATED(Tax[Trate]}*[Amount] VBA Updated InsertRow Sub add_row() Dim c As Range For Each c In Range("A15:A200") If c.Value Like"Mileage*"Then c.Offset(1, 0).EntireRow.Insert End If Next c End Sub Copy/pasting sheet test toinvoice: Assumptions for this code: 1. Test sheethas heading in rowoneso it will start checking thedata in row 3. 2. Column B does not haveany empty cells. 3. Invoice sheet willhave information torow 15 so the data will startcopying in row15. Sub Invoicecopy() Dim lastrowAs Long, erow As Long, i As Integer lastrow=Sheet5.Cells(Rows.Count, 1).End(xlUp).Row For i =3 To lastrow Sheet5.Cells(i,2).Copy erow =Sheet1.Cells(Rows.Count, 1).End(xlUp).Offset(1,0).Row Sheet5.Paste(Worksheets("Invoice").Cells(erow, 1)) Sheet5.Cells(i,4).Copy Sheet5.Paste(Worksheets("Invoice").Cells(erow, 2)) Sheet5.Cells(i,5).Copy Sheet5.Paste(Worksheets("Invoice").Cells(erow, 3)) Sheet5.Cells(i,6).Copy Sheet5.Paste(Worksheets("Invoice").Cells(erow, 4)) Sheet5.Cells(i,3).Copy Sheet5.Paste(Worksheets("Invoice").Cells(erow, 5)) Sheet5.Cells(i,7).Copy Sheet5.Paste(Worksheets("Invoice").Cells(erow, 6)) Next i Application.CutCopyMode=False Sheet1.Columns.AutoFit Range("A15").Select End Sub Thisalsohad addedfunctionssuchas the invoice hadtoprintout exactlya page in specificcolumnrange,andthe 0’sneededtobe surpressed – addedthisas a pivottable first