Freedom | Excel Boss

10.1K posts

Freedom | Excel Boss banner
Freedom | Excel Boss

Freedom | Excel Boss

@ObohX

Data Analyst & BI Consultant | Power BI • Excel + VBA & Macros | Building Custom Dashboards & Automation Solutions. 📩[email protected]

Nigeria Katılım Aralık 2021
421 Takip Edilen5.9K Takipçiler
Sabitlenmiş Tweet
Freedom | Excel Boss
I build powerful, automated spreadsheet systems that save businesses and individuals hours every week, turning messy data, manual processes, and chaotic workflows into clean, intelligent, and fully automated solutions. Whether you’re a small business owner drowning in spreadsheets or an individual who needs a smarter way to track finances, projects, inventory, or personal goals..I design tailor-made systems that work exactly the way you do. What I Deliver: Microsoft Excel solutions with VBA & Macros — advanced automation, interactive dashboards, custom forms, and intelligent reporting Google Sheets systems powered by Apps Script — cloud-based, collaborative, real-time automation with seamless integrations (Zapier, APIs, databases, etc.) Custom tools for inventory management, financial forecasting, CRM, project tracking, sales pipelines, budgeting, data analysis, and much more Training & hand-holding so you (or your team) can confidently use and maintain the system Who I Help: Businesses looking to scale without hiring extra staff Entrepreneurs & Freelancers who want to reclaim their time Professionals & Power Users tired of repetitive Excel drudgery Teams needing collaborative, error-proof Google Sheets workflows Result? Less time clicking, fewer errors, faster decisions, and more focus on what actually grows your business or life. Ready to upgrade your spreadsheets? Drop me a message with a quick description of your current pain point or goal. I’ll reply with: A short video audit of your existing sheet (if you share it) or we can jump on a call to discuss it.. Mail: info@oboh.com.ng Let’s turn your spreadsheets from a headache into a superpower.
Freedom | Excel Boss tweet mediaFreedom | Excel Boss tweet mediaFreedom | Excel Boss tweet mediaFreedom | Excel Boss tweet media
English
3
20
141
4.7K
Dhruv | BI Analyst
Dhruv | BI Analyst@workxDhruv·
Took my previous Amazon E-Commerce Power BI Dashboard and gave it a complete AI-powered redesign Honestly… this looks way more clean & premium than my original version 👀 Used AI to turn my dashboard into a more modern client-style presentation while keeping all the original insights and analysis. But now the presentation feels next level ✨ AI is really changing how we showcase dashboards. @iam_daniiell I have also tried it😅 What do you think — old style or this AI-enhanced version? 👇
Dhruv | BI Analyst tweet media
English
5
1
9
333
Freedom | Excel Boss
The amount of formulas I introduced to my class this weekend, I hope my students have a lovely week 😭😂
English
1
0
12
387
Suleman
Suleman@Smanmalik83·
@ObohX You should be having a data contract on data columns and sources changes that could be acceptable, else the report will keeps on breaking from unnecessary action of the stakeholder or client and you will be the one fixing it. A client should know an extent of change he can make.
English
1
0
2
24
Freedom | Excel Boss
12:05am updating my VBA code because the client couldn't decide what should stay and what should go on the spreadsheet Now I'm adding a new cell and column we removed last month back into it 😂
Freedom | Excel Boss tweet media
English
2
1
20
310
Rótìmí
Rótìmí@ArtfulDWryter·
@ObohX This is awesome ooo, Excel's final boss. I beg I want to ask: if you build something using VBA, how do you ship to the client, sir 🙌🏾🙌🏾🙌🏾
English
1
0
1
22
Freedom | Excel Boss
Week 2 Excel101 is about to get interesting ..
Freedom | Excel Boss tweet media
Ikeja, Nigeria 🇳🇬 English
1
0
19
681
Freedom | Excel Boss
I build the cleanest Excel Dashboards ! Lets me see yours ?
Freedom | Excel Boss tweet mediaFreedom | Excel Boss tweet media
English
33
22
284
16.9K
Abegunde Anthony
Abegunde Anthony@Bingabs20·
@ObohX Don't know the third one exist, Thank you for the free_ lecture Another tips secured
English
1
0
0
30
Freedom | Excel Boss
One of the biggest mindset shifts in Excel is understanding "Cell References" Most people learn formulas like: =SUM(B2:B10) …but don’t really understand *why* formulas behave differently when copied across rows and columns. That’s where Cell References come in. There are 3 major types: 📌 Relative Reference → `A1` 📌 Absolute Reference → `$A$1` 📌 Mixed Reference → `A$1` or `$A1` And understanding when to use each one changes everything. Relative Reference (`A1`) This changes automatically when copied. Example: If you copy: ```excel =A1+B1 ``` down one row, it becomes: ```excel =A2+B2 ``` Excel assumes you want the formula to move with the data. Best used for: ✔ Row-by-row calculations ✔ Totals ✔ Repetitive calculations across datasets Absolute Reference (`$A$1`) This locks both the row and the column. No matter where the formula is copied, the reference stays fixed. Example: ```excel =A2*$F$1 ``` If `$F$1` contains a tax rate or exchange rate, every calculation will always reference that exact cell. Best used for: ✔ Fixed rates ✔ Constants ✔ Parameters ✔ Tax/discount calculations Mixed Reference (`A$1` or `$A1`) This locks either: * the row or * the column but not both. Example: `A$1` → Row is locked → Column can change `$A1` → Column is locked → Row can change This becomes extremely useful in: ✔ Dynamic tables ✔ Matrix calculations ✔ Forecast models ✔ Advanced reporting structures The interesting thing is this: Most Excel mistakes are not formula mistakes. They’re reference mistakes. People think Excel is “calculating wrong” when in reality the formula is pointing to the wrong cells after being copied. That’s why understanding references is such a major turning point. Once you understand how Excel thinks about references, formulas stop feeling random and start becoming predictable.
Freedom | Excel Boss tweet media
English
5
10
42
1.5K
Freedom | Excel Boss retweetledi
ìtùnú
ìtùnú@ExtracoolBB·
I thought, people learn this at the basics but unfortunately the percentage is low. Dear Analyst, come learn how to lock rows and columns with the proper use of “$” when dealing with large numbers. I have a clean experience using it.
Freedom | Excel Boss@ObohX

One of the biggest mindset shifts in Excel is understanding "Cell References" Most people learn formulas like: =SUM(B2:B10) …but don’t really understand *why* formulas behave differently when copied across rows and columns. That’s where Cell References come in. There are 3 major types: 📌 Relative Reference → `A1` 📌 Absolute Reference → `$A$1` 📌 Mixed Reference → `A$1` or `$A1` And understanding when to use each one changes everything. Relative Reference (`A1`) This changes automatically when copied. Example: If you copy: ```excel =A1+B1 ``` down one row, it becomes: ```excel =A2+B2 ``` Excel assumes you want the formula to move with the data. Best used for: ✔ Row-by-row calculations ✔ Totals ✔ Repetitive calculations across datasets Absolute Reference (`$A$1`) This locks both the row and the column. No matter where the formula is copied, the reference stays fixed. Example: ```excel =A2*$F$1 ``` If `$F$1` contains a tax rate or exchange rate, every calculation will always reference that exact cell. Best used for: ✔ Fixed rates ✔ Constants ✔ Parameters ✔ Tax/discount calculations Mixed Reference (`A$1` or `$A1`) This locks either: * the row or * the column but not both. Example: `A$1` → Row is locked → Column can change `$A1` → Column is locked → Row can change This becomes extremely useful in: ✔ Dynamic tables ✔ Matrix calculations ✔ Forecast models ✔ Advanced reporting structures The interesting thing is this: Most Excel mistakes are not formula mistakes. They’re reference mistakes. People think Excel is “calculating wrong” when in reality the formula is pointing to the wrong cells after being copied. That’s why understanding references is such a major turning point. Once you understand how Excel thinks about references, formulas stop feeling random and start becoming predictable.

English
0
1
5
244
𝐃𝐈𝐀𝐇 👑
𝐃𝐈𝐀𝐇 👑@i_am_diah_·
@ObohX I'm glad this post came on my feed. Learned a few new things today even tho I've been using Excel for a 6 months now
English
1
0
1
58
Manuel humble
Manuel humble@ManuelHumble_·
@ObohX Knowing this is q game changer. Especially when you are dragging down a formula if not properly examined would lead to a misleading result
English
1
0
1
14
Joy.xls
Joy.xls@joyibe_·
@ObohX Thank God for gigs oo 😂
English
1
0
1
90
Freedom | Excel Boss retweetledi
Halimat Sanusi
Halimat Sanusi@Lima_D_Analyst·
Week 1 done!!! Amazing sessions and eager learners. Let’s move on to week 2
Freedom | Excel Boss@ObohX

It’s a new season of EXCEL101 and Week 1 just wrapped up. And honestly? This cohort came ready. We started from the foundations: Workbook vs Worksheet, the Excel grid, Ribbon, Name Box, Formula Bar — the kind of things many people skip because they “already know Excel.” But foundations matter. One of the biggest moments this week was watching students realise the difference between: *what a cell displays * and what the Formula Bar actually contains. That tiny distinction alone explains a lot of spreadsheet confusion people struggle with for years. We also explored: Data Types, Cell References, Navigation Shortcuts, AutoFill & Flash Fill, Number Formatting, Data Validation, Conditional Formatting, Freeze Panes and Workbook Organisation Cell references especially decided to bring that to the first week Understanding the difference between: =A1 =A$1 =$A$1 …is one of those concepts that separates someone who *uses* Excel from someone who actually *understands* Excel. We also had a really good conversation comparing Excel vs Google Sheets, not from a “which is better?” perspective, but from a workflow perspective. A lot of students were surprised to see that the skills transfer directly across both platforms, especially those working in Google Workspace environments. Then came the assignment and Wednesday Class By @TheBoyAnalyst 🛒 **Retail Inventory & Sales Tracker** Students had to: * Build a tracker from scratch * Apply Data Validation * Use Conditional Formatting * Apply formulas * Submit in both Excel and Google Sheets * Write a short report explaining their process Because building something is one skill. Explaining your process clearly is another.

English
1
1
7
382
Freedom | Excel Boss
It’s a new season of EXCEL101 and Week 1 just wrapped up. And honestly? This cohort came ready. We started from the foundations: Workbook vs Worksheet, the Excel grid, Ribbon, Name Box, Formula Bar — the kind of things many people skip because they “already know Excel.” But foundations matter. One of the biggest moments this week was watching students realise the difference between: *what a cell displays * and what the Formula Bar actually contains. That tiny distinction alone explains a lot of spreadsheet confusion people struggle with for years. We also explored: Data Types, Cell References, Navigation Shortcuts, AutoFill & Flash Fill, Number Formatting, Data Validation, Conditional Formatting, Freeze Panes and Workbook Organisation Cell references especially decided to bring that to the first week Understanding the difference between: =A1 =A$1 =$A$1 …is one of those concepts that separates someone who *uses* Excel from someone who actually *understands* Excel. We also had a really good conversation comparing Excel vs Google Sheets, not from a “which is better?” perspective, but from a workflow perspective. A lot of students were surprised to see that the skills transfer directly across both platforms, especially those working in Google Workspace environments. Then came the assignment and Wednesday Class By @TheBoyAnalyst 🛒 **Retail Inventory & Sales Tracker** Students had to: * Build a tracker from scratch * Apply Data Validation * Use Conditional Formatting * Apply formulas * Submit in both Excel and Google Sheets * Write a short report explaining their process Because building something is one skill. Explaining your process clearly is another.
Freedom | Excel Boss tweet mediaFreedom | Excel Boss tweet mediaFreedom | Excel Boss tweet mediaFreedom | Excel Boss tweet media
English
2
6
49
1.8K
Freedom | Excel Boss retweetledi
𝐎𝐥𝐮𝐰𝐚𝐬𝐞𝐮𝐧 || 𝐓𝐡𝐞 𝐀𝐧𝐚𝐥𝐲𝐬𝐭
Excel101 Week 1 done. Week 2 is on tomorrow. You can still join in. It's not too late.
Freedom | Excel Boss@ObohX

It’s a new season of EXCEL101 and Week 1 just wrapped up. And honestly? This cohort came ready. We started from the foundations: Workbook vs Worksheet, the Excel grid, Ribbon, Name Box, Formula Bar — the kind of things many people skip because they “already know Excel.” But foundations matter. One of the biggest moments this week was watching students realise the difference between: *what a cell displays * and what the Formula Bar actually contains. That tiny distinction alone explains a lot of spreadsheet confusion people struggle with for years. We also explored: Data Types, Cell References, Navigation Shortcuts, AutoFill & Flash Fill, Number Formatting, Data Validation, Conditional Formatting, Freeze Panes and Workbook Organisation Cell references especially decided to bring that to the first week Understanding the difference between: =A1 =A$1 =$A$1 …is one of those concepts that separates someone who *uses* Excel from someone who actually *understands* Excel. We also had a really good conversation comparing Excel vs Google Sheets, not from a “which is better?” perspective, but from a workflow perspective. A lot of students were surprised to see that the skills transfer directly across both platforms, especially those working in Google Workspace environments. Then came the assignment and Wednesday Class By @TheBoyAnalyst 🛒 **Retail Inventory & Sales Tracker** Students had to: * Build a tracker from scratch * Apply Data Validation * Use Conditional Formatting * Apply formulas * Submit in both Excel and Google Sheets * Write a short report explaining their process Because building something is one skill. Explaining your process clearly is another.

English
0
1
1
136