https://github.com/elvisrock/analysis_sales-excel
In this portfolio, I posed several questions in Excel, utilizing Excel formulas and VBA scripting. Ultimately, I compiled a report containing all the questions and findings
https://github.com/elvisrock/analysis_sales-excel
excel excel-vba
Last synced: 9 months ago
JSON representation
In this portfolio, I posed several questions in Excel, utilizing Excel formulas and VBA scripting. Ultimately, I compiled a report containing all the questions and findings
- Host: GitHub
- URL: https://github.com/elvisrock/analysis_sales-excel
- Owner: ElvisRock
- License: mit
- Created: 2024-03-08T15:36:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-23T16:14:30.000Z (almost 2 years ago)
- Last Synced: 2025-02-07T16:16:23.358Z (11 months ago)
- Topics: excel, excel-vba
- Homepage:
- Size: 612 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Analysis Sales Excel
_01/04/2022_

### Overview
In this portfolio, I posed several questions in Excel, utilizing Excel formulas and VBA scripting. Ultimately, I compiled a report containing all the questions and findings, which you can review here: [Analysis_Sales-Excel.xlsb](https://github.com/ElvisRock/Analysis_Sales-Excel/blob/main/Analysis_Sales-Excel.xlsb)
_______________________________________________
Some of the Questions not included in the report, answered in each excel worksheet:
- Determine the total increase in sales
- Determine the new total Payroll
- How many employees received a 3.50% raise?
- Representatives with sales below $100.00 per day will be recommended for a development plan ?
_________________________________
*Points of Analysis in the report*
- Daily sales figures
- Sales performance per representative
- Percentage contribution per representative

____________________________________________________
#### Note
In the folder [0-To_Do](https://github.com/ElvisRock/Analysis_Sales-Excel/tree/main/0-To_Do) , you can download the Excel file 'Original', without formulas, without a report, and you can use it for practice.
In the text file [Script_VBA.txt](https://github.com/ElvisRock/Analysis_Sales-Excel/blob/main/Script_VBA.txt), there are VBA scripts with comments explaining what each one does. To directly access Excel's VBA, use the shortcut ALT+F11. If it doesn't work, enable the 'DEVELOPER' tab in Excel.
______________________________
______________________________
Docs from reference: [Office VBA](https://learn.microsoft.com/pt-br/office/vba/api/overview/)