Showcasing few examples of my work in sales and revenue operations
Hey there! I'm Andrew 👋
Ever heard of Revenue Operations (RevOps)? It's the rather new word in business, and it's shaking things up a bit. Imagine a superhero team where sales, marketing, and customer service all work together aligned perfectly to make more money. And the infrastructure and automation ensures that work is done in most effective and efficient ways. That's the RevOps product! More and more SMB companies are catching on, realising it's not just a fad but a real thing.
So, why am I the right person for RevOps? Well, I've done a bit of everything. I can see the big picture but also know how to get things aligned day-to-day. It's like being able to plan an awesome party and also know how to set up the decorations. I'm good at talking to different teams, understanding what they need, and finding ways to balance their needs and hit the revenue goals.
Now, let's talk about data. It's super important in on the operations side of things, but here's the thing – real world data is messy unlike what you see in the Titanic dataset. My job is to clean it up, make sense of it, and turn it into useful information. With the right tools, the CRM well set and customised, we can track everything important, get insights and make better business decisions.
Want to see how I've put all this into action? Check out some examples of my work below. It's versatile, here will be a few sections:👇🏼
- Business Analysis and BP Engineering
- Business and Revenue Modelling
- Operational reporting and BI
- Data analysis and data hygiene
Thank you for reading;)
Goal: Provide a easy-to-read visual representation of the AS process for analysis, documenting and future reference e.g. in the new hire onboarding
Skills: Business analysis, BPMN 2.0
Results: The BPMN top-level diagram for AS process
Goal: Plan, prepare and document a major update of the revenue process
Skills: Business analysis, process engineering, change and project management, requirement solicitation, revenue and sales KPI
Results: Global design document with example charts (detail redacted)
Goal: Give the qualitative reality-check and project annual revenue given the lead channels composition, expected number of leads and the key conversion rates; identify the bottle necks and revenue sensitivities
Skills: Business analysis, modelling, revenue and sales metrics, Google sheets
Results: The revenue model (redacted)
Once in a while you can spot an anomaly on the operating dashboards and need a quick dive into the specific area of the revenue flow. Data is clean and the basics tools would do the job fast.
Goal: Assess the reps performance on the deals that take longer to close; get insights and support the decision making
Skills: Sales KPIs, descriptive statistics, pivot tables, data visualisation, analytical thinking
Tech: Hubspot, Google sheets
Results: the report in pdf
Suppose you have to combine manual data entry with a sort of custom data structure that is not fully supported by default in your database. Entry errors become likely. Validations and automated checks are hardly an option at this stage. Once in a while you'd need a reality check to see true extent of errors in the database. Full manual walk of the thousands of records is too expensive.
Goal: Provide reliable estimate for the extent of data errors in the customer account database with the limited resources
Steps:
- figure out sample size given the CLT limitations for binomial
- set up the observations
- get the random sample
- check the sample manually collecting observations
- calculate sample means and confidence intervals
Skills: Statistics (Binomial distribution, CLT), analytical thinking, Google sheets
Results: Google sheets report with the assessment
Goal: Explore raw CRM annual deal dataset, check some business metrics, identify inconsistencies and errors in the data
Skills: Data cleaning, data exploration, Pearson correlation, data visualisation
Tech: Python, Pandas, Matplotlib, Seaborn
Code: Example notebook_Deal dataset exploration.ipynb
Results: Few essential business metrics were visualised; the analysis revealed that expected correlations were not held for all lead generation channels. Major inconsistencies in the data were identified
Goal: Visualise error in the deal datapoint that is critical for correct deal stat; make it easy for further manual checks and corrections
Skills: Data cleaning, data analysis, data visualisation
Tech: Python, Pandas, Matplotlib