Elibe Miriam||Virtual Assistant||Excel-focused

1.3K posts

Elibe Miriam||Virtual Assistant||Excel-focused banner
Elibe Miriam||Virtual Assistant||Excel-focused

Elibe Miriam||Virtual Assistant||Excel-focused

@RiaShugar

I help executives, founders and decision makers stay organized, track performance and make decisions faster using data driven operational support.

Lagos, Nigeria Katılım Eylül 2023
230 Takip Edilen118 Takipçiler
Sabitlenmiş Tweet
Elibe Miriam||Virtual Assistant||Excel-focused
This will be my last post on this account. My email was hacked, and I can’t change the password or recover access to this account. You know how frustrating it is to build something from scratch and then lose it. Please follow me at @miriam_corner so we can stay connected. Thanks
English
0
1
2
96
Annie🦋
Annie🦋@DabereNnamani·
Do you want a CV template for Data Analyst with no experience?? 50 yes, and I’ll work on a template for that.
English
134
20
377
18.6K
Vickie🦋✨
Vickie🦋✨@adejumotoria·
Good morning my fellow Data learners. Some people suggested creating a WhatsApp group for this so we can learn together and help each other grow. Do you think it's a good idea? Comment YES if you'd join.
Vickie🦋✨@adejumotoria

I’m restarting my Excel for Data Analysis journey from the beginning Not because I don't know anything, but because I want to document everything and share my notes with fellow beginners If you're learning Excel, let’s grow together. My fellow Aspiring Data analysts are we in?

English
1.3K
171
1.8K
132.1K
Elibe Miriam||Virtual Assistant||Excel-focused retweetledi
Mercy || Two47 Shoppings & More Ventures
I will appreciate help with hospital bill. I gave birth yesterday, Omo I didn't really expect the bill to be this much as doctor just said to stay the night for observation. And boom, I was given 131,800 as bill. I currently have 55,000 please I need 76,800 to go home 🙏🏾 You can send to the doctor directly or send to me: Ekeh-Francis Mercy 6420961982 Opay
Mercy || Two47 Shoppings & More Ventures tweet media
English
30
43
76
18.3K
Ruth | Business Ops & Data
Ruth | Business Ops & Data@RuthChika12·
In Excel dashboards, all filtering happens in the Pivot Table not directly on the charts. True or False?
English
8
1
11
888
Elibe Miriam||Virtual Assistant||Excel-focused retweetledi
_Hafsoh_
_Hafsoh_@ajoke_ofe·
Day 17 of my 120-Day Data Analytics Challenge Still on the unguided project. Today was all about building pivot tables for Dashboard 2 & 3. No visuals yet, but the foundation is stronger. Tomorrow: wireframing and visualization. #120DaysOfDataWithTina #DataAnalyticsLockedin
_Hafsoh_ tweet media
English
7
7
52
809
Elibe Miriam||Virtual Assistant||Excel-focused retweetledi
Miriam | Operations VA
Miriam | Operations VA@miriam_corner·
Day 3 of my 30-Day Excel Challenge with DataCamp. I’ll do a full breakdown tomorrow because NEPA took light while I was finishing my exercise on logical functions 🙂 But here’s a quick recap: Today I started the second course in the Excel Skill Track: Data Preparation.
English
1
1
1
25
Elibe Miriam||Virtual Assistant||Excel-focused retweetledi
Miriam | Operations VA
Miriam | Operations VA@miriam_corner·
Day 2 of my 30-Day Excel Data Analysis Challenge with DataCamp I just completed the Introduction to Excel course and earned my certificate. Today, I went back to finish the Subtotal exercise I couldn’t complete yesterday, and I finally got it.I also learned about Excel functions
Miriam | Operations VA tweet media
English
1
1
1
31
Elibe Miriam||Virtual Assistant||Excel-focused retweetledi
Gracious Onuoha
Gracious Onuoha@grayshurz·
From being the girl who couldn't afford anything to being the girl who can afford anything I want.🌸❤️
English
38
529
3.3K
44.4K
Ayan Khan
Ayan Khan@AyanKhann15·
day 3 of daily excel series to win the excel interviews at my data analytics job, out of all the excel formulas i use many of them everyday but there are 4 super powerful formulas i just can't ignore & can't live without them and those are left, right, mid & len → len: counts every single character in a cell (including spaces/symbols) → left: starts from the very first character & grabs n number of letters → right: starts from the very last character & grabs n number of letters → mid: the most flexible one you tell it where to start & how many letters to take this is how i use them at my job to make my life easier for the whatsapp marketing data i always come across messy phone numbers some are followed by country code, where some are followed by dashes and i just can't use them to send whatsapp promotional messages so first i use len to check phone numbers length indian numbers are always of 10 digits so if len(a2) returns 9 or 11 or more i know that number is messy or out of india in order to clean the numbers i use right to only get the actual correct numbers example: +919876543210 i use =right(a2, 10) this ignores the prefix & gives me just 9876543210 when i get system-generated dates like 20260226 excel doesn't recognize this as a date immediately to extract the year for my report i use =left(a2, 4) this grabs "2026" instantly then mid to extract month from yyyymmdd using the same date (20260226) i need the month, which is the 5th and 6th digits i use =mid(a2, 5, 2) "5" is where the month starts, "2" is how many digits i want result: 02 (february) all these examples sound really interesting and i think you should definitely practice them let me give you some homework tasks below i've given → a dataset with tasks → interview questions → youtube videos -- → build in public: this series is about commitment post the task output & explain it to others about what you learned today (you can tag me for engagement) documenting your journey locks this knowledge in your mind forever + opens job opportunities if you have any doubts, drop them below i’m answering everything
Ayan Khan@AyanKhann15

day 2 of daily excel series to help you win the excel interviews yesterday we learned about text to columns feature and today I will show 3 very powerful text formulas that you'll definitely use every single time while cleaning messy data in analytics, you'll often need to merge or break down data this is where concat, textjoin & textsplit will help you → concat: to combine 2 or more string cells → textjoin: same as concat but more flexible → textsplit: same as text to columns feature but more dynamic few examples of how i use it at my analytics job i use python for web scraping but the code requires the product skus to be separated by a comma example: sku-001, sku-002 if i have a list of 1000 skus, i can't type quotes manually i use the concat formula & drag them for every cell =concat("sku-001", ",") this generates the exact format my code needs in seconds some times i have to combine a lot of cells by "-" let's say i need to combine 50 cell values =concat("a1", "-" , "a2", "-" , "a3"...... are you serious? this would take ages to do instead i use text join because i know every word just needs to be separated by "-" =textjoin("-", true, a2:a50) done & dusted isn't this one more flexible over concat formula? yesterday we learned text to columns textsplit is the formula version of that tool but what's the advantage of it over the text to column? it's dynamic so if your data changes, the split updates too using yesterday's example: id_101|dep_50 if this is in cell a2, i use: =textsplit(a2, "|") it automatically splits the id & department into two cells these 3 formulas look easier but you might get confused in between all of them in the interviews below i am dropping: → task sheet & dataset to solve → interview questions → youtube videos for reference -- → build in public: this series is about commitment post the task output & explain it to others about what you learned today (you can tag me for engagement) documenting your journey locks this knowledge in your mind forever + opens job opportunities if you have any doubts, drop them below i’m answering everything

English
8
8
36
1.4K
Esther Essien
Esther Essien@EstherEssien_·
Someone is finishing NYSC in three months and you say " start a business with your savings" I no understand,una dey save with una allawee? How do y'all survive?indulge me please
English
22
35
354
16.3K
Annie🦋
Annie🦋@DabereNnamani·
Those who started Data analytics this year, how is it going?? Be very honest, tell me how’s it going and what you’re working on now.
English
65
9
182
13.4K
Ayan Khan
Ayan Khan@AyanKhann15·
day 2 of daily excel series to help you win the excel interviews yesterday we learned about text to columns feature and today I will show 3 very powerful text formulas that you'll definitely use every single time while cleaning messy data in analytics, you'll often need to merge or break down data this is where concat, textjoin & textsplit will help you → concat: to combine 2 or more string cells → textjoin: same as concat but more flexible → textsplit: same as text to columns feature but more dynamic few examples of how i use it at my analytics job i use python for web scraping but the code requires the product skus to be separated by a comma example: sku-001, sku-002 if i have a list of 1000 skus, i can't type quotes manually i use the concat formula & drag them for every cell =concat("sku-001", ",") this generates the exact format my code needs in seconds some times i have to combine a lot of cells by "-" let's say i need to combine 50 cell values =concat("a1", "-" , "a2", "-" , "a3"...... are you serious? this would take ages to do instead i use text join because i know every word just needs to be separated by "-" =textjoin("-", true, a2:a50) done & dusted isn't this one more flexible over concat formula? yesterday we learned text to columns textsplit is the formula version of that tool but what's the advantage of it over the text to column? it's dynamic so if your data changes, the split updates too using yesterday's example: id_101|dep_50 if this is in cell a2, i use: =textsplit(a2, "|") it automatically splits the id & department into two cells these 3 formulas look easier but you might get confused in between all of them in the interviews below i am dropping: → task sheet & dataset to solve → interview questions → youtube videos for reference -- → build in public: this series is about commitment post the task output & explain it to others about what you learned today (you can tag me for engagement) documenting your journey locks this knowledge in your mind forever + opens job opportunities if you have any doubts, drop them below i’m answering everything
Ayan Khan@AyanKhann15

day 1 of daily excel series to win the excel interviews real world data is always very messy and you just can't clean it manually one by one this is where text to columns will help you save a lot of time it is a feature that splits a single column of text into multiple columns based on specific rules there are two methods in it → delimited: splits text based on a character (comma, semicolon, space, or @) → fixed width: splits text based on a specific position (exanple: always cut after the 8th letter) few examples of how i use it at my analytics job sometimes i get messy dates such as 31-01-2026 21:59:57 but i only require dates in dd-mm-yyyy i use text to column to split the date & time part but by using the delimited method by splitting it with the empty space between both 31-01-2026" "21:59:57 whereas sometimes i use fixed width because i know, no matter what date it will be i will only require the first 12 characters from the left side also, sometimes i get mails like ayankhan@xyz(.)com i use the @ as a delimiter to separate the username from such domains to automatically get the names of the customers often, I get two ids joined by a hyphen or pipe (id_101|dep_50) i split these into separate "id" & "department" columns you'll use text to columns almost every single day at your job but for that you should be good enough when it comes to using it let me give you a task to practice copy/paste this into excel ⬇ 20240501;arun.v@xyz.com;prod_001 20240501;priya.s@xyz.com;prod_002 20240502;rahul.k@xyz.com;prod_003 the task is to split these into 3 columns: → date → email → product id i'm dropping interview question & youtube video tutorial ⬇ -- → build in public: this series is about commitment post the task output & explain it to others about what you learned today (you can tag me for better reach) documenting your journey locks this knowledge in forever + open job opportunities if you have any doubts, drop them below i’m answering everything

English
5
11
44
3.1K
Elibe Miriam||Virtual Assistant||Excel-focused retweetledi
Adedamola
Adedamola@Adedamohlarr·
“Network when you go for nysc” lmao I have just three month left😂. Ati net ati work,shishi I no do
English
12
32
225
8.8K
Elibe Miriam||Virtual Assistant||Excel-focused retweetledi
Chinwendu Nwangwa
Chinwendu Nwangwa@msnwangwa·
I actually love where I work a lot. I’m on a work call and since it’s the final general meeting of the month, we have to put our cameras on at the start of the meeting. As usual, we do about 10 minutes of chatting and catching up before the meeting starts properly. During today’s 10 minutes, one of my bosses says to me “your makeup looks good,” to which I respond that I don’t have makeup on. She says “there’s something different about your face”. One of my other bosses goes “oh she got her lashes done and her lips look fuller. Lip filler?” I said “I got a new piercing so my upper lip is a bit swollen.” Head of Operations and HR then says “you look great with fuller lips, consider Botox”. The first boss who noticed my face said “you know, we’re a law firm of majorly women, maybe we should start funding Botox and other cosmetic procedures” The way we all started laughing. HR was like “let’s start this meeting before we all start getting ideas.” And you know what’s funny? My office pays an annual subscription for Calm (mental wellness app) for each staff. I and some others were enrolled in Spanish classes at the start of the year. They also recently created a fund for anyone who wants to get something that improves their work life. It covers devices, ergonomic chairs etc, capped at 500USD per person every year. So, HR is really not wrong about the getting ideas part. I have been here for 6 years and each year I love this place more.
English
73
169
2.4K
83.1K