Digital office skill

Digital office skill

Share

Microsoft word, Microsoft PowerPoint, Microsoft Excel

29/05/2026

Auto Serial Number in Excel | Expert Shortcut Trick | Digital Office Skill

Welcome to Digital Office Skill!
Do you want to insert automatic serial numbers in a Microsoft Excel sheet quickly instead of typing numbers one by one? Manual serial numbering takes time and becomes difficult with large datasets.
In this short video, you will learn how to create automatic serial numbers instantly using smart Excel shortcuts and formulas like an expert.
šŸ”¹ Method 1: Drag Fill Handle
šŸ‘‰ Type:
1
2
šŸ‘‰ Select both cells
šŸ‘‰ Drag the Fill Handle downward
šŸ‘‰ Excel automatically continues:
3, 4, 5, 6…
šŸ”¹ Method 2: ROW Function (Dynamic Method)
šŸ”¹ Formula:
=ROW(A1)
šŸ‘‰ Automatically generates serial numbers
šŸ‘‰ Drag down for continuous numbering
šŸ”¹ Method 3: SEQUENCE Function (Excel 365)
šŸ”¹ Formula:
=SEQUENCE(100)
šŸ‘‰ Instantly creates 1 to 100 serial numbers automatically
šŸ”¹ Bonus Expert Shortcut
šŸ‘‰ Convert data into an Excel Table:
Ctrl + T
šŸ‘‰ Serial formulas auto-expand when new data is added
You will learn:
šŸ”¹ How to create automatic serial numbers
šŸ”¹ How to use the Fill Handle
šŸ”¹ How to use the ROW function
šŸ”¹ How to use the SEQUENCE function
šŸ”¹ Smart Excel tricks used by professionals
Using these expert Excel techniques, you can:
āœ” Generate serial numbers instantly
āœ” Save time in data entry
āœ” Avoid manual numbering errors
āœ” Work efficiently with large datasets
āœ” Improve Excel productivity like a professional
This tutorial is perfect for students, office workers, accountants, HR staff, data entry operators, and Excel learners.
Stop typing serial numbers manually — start using smart Excel shortcuts with Digital Office Skill.
Subscribe now for daily Microsoft Excel, Word & PowerPoint expert shortcut tutorials.
šŸ”‘ Keywords
Digital Office Skill
Excel auto serial number
Excel ROW function
Excel SEQUENCE function
Excel numbering shortcut
Microsoft Excel tutorial
Excel productivity tricks
Excel expert tips
#ļøāƒ£ Hashtags







28/05/2026

Sum Only Positive Numbers in Excel | SUMIF Formula Trick | Digital Office Skill

Welcome to Digital Office Skill!
Do you want to calculate only positive numbers in a Microsoft Excel sheet while ignoring negative values? Manually selecting positive numbers can be slow and may lead to mistakes.
In this short video, you will learn how to sum only positive numbers instantly using smart Excel formulas and shortcuts like an expert.
šŸ”¹ Method 1: SUMIF Formula (Best Method)
šŸ‘‰ Formula:
=SUMIF(A1:A10,">0")
āœ” Adds only positive numbers
āœ” Ignores negative and zero values automatically
šŸ”¹ Example
Numbers:
10
-5
20
-3
šŸ‘‰ Result:
30
šŸ”¹ Method 2: FILTER + SUM (Excel 365)
šŸ‘‰ Formula:
=SUM(FILTER(A1:A10,A1:A10>0))
āœ” Advanced dynamic formula for positive values only
šŸ”¹ Bonus Expert Tip
šŸ‘‰ Use Conditional Formatting to highlight positive numbers visually.
You will learn:
šŸ”¹ How to sum only positive numbers
šŸ”¹ How to use the SUMIF function
šŸ”¹ How to ignore negative numbers
šŸ”¹ How to apply formulas to large datasets
šŸ”¹ Smart Excel tricks used by professionals
Using these expert Excel techniques, you can:
āœ” Calculate positive totals instantly
āœ” Save time in calculations
āœ” Avoid manual selection errors
āœ” Work efficiently with large datasets
āœ” Improve Excel productivity like a professional
This tutorial is perfect for students, accountants, office workers, data analysts, and Excel learners.
Stop calculating manually — start using smart Excel shortcuts with Digital Office Skill.
Subscribe now for daily Microsoft Excel, Word & PowerPoint expert shortcut tutorials.
šŸ”‘ Keywords
Digital Office Skill
Excel positive sum
Excel SUMIF formula
Excel sum positive numbers
Excel formulas
Microsoft Excel tutorial
Excel productivity tricks
Excel expert tips
#ļøāƒ£ Hashtags







27/05/2026

SUM, COUNT, AVERAGE, MAX & MIN in Excel | Expert Formula Tricks | Digital Office Skill

Welcome to Digital Office Skill!
Do you want to calculate SUM, COUNT, AVERAGE, MAXIMUM, and MINIMUM in a Microsoft Excel sheet quickly and professionally? Manually calculating data takes time and can create mistakes.
In this short video, you will learn how to use the most important Excel formulas and shortcuts like an expert.
šŸ”¹ SUM Formula
šŸ‘‰ Add numbers instantly:
=SUM(A1:A10)
āœ” Calculates total values automatically
šŸ”¹ COUNT Formula
šŸ‘‰ Count numeric cells:
=COUNT(A1:A10)
āœ” Counts how many numbers are in the range
šŸ”¹ AVERAGE Formula
šŸ‘‰ Find average value:
=AVERAGE(A1:A10)
āœ” Calculates mean instantly
šŸ”¹ MAX Formula
šŸ‘‰ Find highest number:
=MAX(A1:A10)
āœ” Shows maximum value from data
šŸ”¹ MIN Formula
šŸ‘‰ Find lowest number:
=MIN(A1:A10)
āœ” Shows minimum value instantly
šŸ”¹ Bonus Expert Shortcut
šŸ‘‰ Press:
Alt + =
āœ” Excel automatically inserts SUM formula
You will learn:
šŸ”¹ How to calculate totals with SUM
šŸ”¹ How to count values with COUNT
šŸ”¹ How to find averages instantly
šŸ”¹ How to find maximum & minimum values
šŸ”¹ Smart Excel tricks used by professionals
Using these expert Excel techniques, you can:
āœ” Analyze data instantly
āœ” Save time in calculations
āœ” Avoid manual math errors
āœ” Work efficiently with large datasets
āœ” Improve Excel productivity like a professional
This tutorial is perfect for students, accountants, office workers, HR staff, data analysts, and Excel learners.
Stop calculating manually — start using smart Excel shortcuts with Digital Office Skill.
Subscribe now for daily Microsoft Excel, Word & PowerPoint expert shortcut tutorials.
šŸ”‘ Keywords
Digital Office Skill
Excel SUM formula
Excel COUNT formula
Excel AVERAGE formula
Excel MAX MIN formula
Microsoft Excel tutorial
Excel productivity tricks
Excel expert tips
#ļøāƒ£ Hashtags







26/05/2026

Auto Add .com in Excel | Expert Shortcut Trick | Digital Office Skill

Welcome to Digital Office Skill!
Do you want to automatically add .com in a Microsoft Excel sheet instead of typing it again and again? Manual email entry takes time and may cause typing mistakes.
In this short video, you will learn how to create Gmail addresses instantly using smart Excel formulas and shortcuts like an expert.
šŸ”¹ Method 1: Combine Name with Gmail
šŸ‘‰ Name/User ID in A1
šŸ”¹ Formula:
=A1&".com"
šŸ‘‰ Result:
younus → [email protected]
šŸ”¹ Method 2: CONCAT Function
šŸ”¹ Formula:
=CONCAT(A1,".com")
šŸ‘‰ Automatically creates email addresses
šŸ”¹ Method 3: Flash Fill Shortcut
šŸ‘‰ Type one email example
šŸ‘‰ Press Ctrl + E
šŸ‘‰ Excel automatically fills remaining Gmail addresses
šŸ”¹ Bonus Expert Trick
šŸ‘‰ Convert names to lowercase:
=LOWER(A1&".com")
šŸ‘‰ Creates professional email format automatically
You will learn:
šŸ”¹ How to add .com automatically
šŸ”¹ How to use & operator
šŸ”¹ How to use CONCAT function
šŸ”¹ How to use Flash Fill shortcut
šŸ”¹ Smart Excel tricks used by professionals
Using these expert Excel techniques, you can:
āœ” Create emails instantly
āœ” Save time in data entry
āœ” Avoid typing mistakes
āœ” Work efficiently with large datasets
āœ” Improve Excel productivity like a professional
This tutorial is perfect for office workers, HR staff, students, data entry operators, and Excel learners.
Stop typing emails manually — start using smart Excel shortcuts with Digital Office Skill.
Subscribe now for daily Microsoft Excel, Word & PowerPoint expert shortcut tutorials.
šŸ”‘ Keywords
Digital Office Skill
Excel add gmail
Excel email formula
Excel CONCAT function
Excel Flash Fill
Excel create email
Microsoft Excel tutorial
Excel expert tips
#ļøāƒ£ Hashtags







25/05/2026

Enter Name & ID Data Fast in Excel | Expert Data Entry Shortcut | Digital Office Skill

Welcome to Digital Office Skill!
Do you want to enter lots of Name and ID data quickly in a Microsoft Excel sheet like an expert? Manual data entry one by one takes time and increases mistakes.
In this short video, you will learn how to enter large amounts of employee or student Name & ID data instantly using smart Excel shortcuts and expert tricks.
šŸ”¹ Method 1: Ctrl + Enter Shortcut
šŸ‘‰ Select multiple cells
šŸ‘‰ Type the same value
šŸ‘‰ Press Ctrl + Enter
šŸ‘‰ Excel fills all selected cells instantly
šŸ”¹ Method 2: Flash Fill (Ctrl + E)
šŸ‘‰ Type one example
šŸ‘‰ Press Ctrl + E
šŸ‘‰ Excel automatically fills the remaining data pattern
Example:
ID-001
ID-002
ID-003 …
šŸ”¹ Method 3: AutoFill Series
šŸ‘‰ Enter first two IDs
Example:
EMP001
EMP002
šŸ‘‰ Drag Fill Handle ↓
šŸ‘‰ Excel continues the series automatically
šŸ”¹ Method 4: Combine Name & ID
šŸ”¹ Formula:
=A1&"-"&B1
šŸ‘‰ Combines Name and ID professionally
You will learn:
šŸ”¹ How to enter large data quickly
šŸ”¹ How to use Ctrl + Enter
šŸ”¹ How to use Flash Fill
šŸ”¹ How to create automatic ID series
šŸ”¹ Smart Excel tricks used by professionals
Using these expert Excel techniques, you can:
āœ” Enter data instantly
āœ” Save time in data entry
āœ” Avoid manual typing errors
āœ” Work efficiently with large datasets
āœ” Improve Excel productivity like a professional
This tutorial is perfect for office workers, HR staff, students, data entry operators, and Excel learners.
Stop entering data manually — start using smart Excel shortcuts with Digital Office Skill.
Subscribe now for daily Microsoft Excel, Word & PowerPoint expert shortcut tutorials.
šŸ”‘ Keywords
Digital Office Skill
Excel data entry
Excel name ID entry
Excel Flash Fill
Excel AutoFill
Excel Ctrl Enter
Microsoft Excel tutorial
Excel expert tips
#ļøāƒ£ Hashtags







24/05/2026

Auto Fill ABCD in Excel | Expert Shortcut Trick | Digital Office Skill

Welcome to Digital Office Skill!
Do you want to automatically enter ABCD or alphabet sequences in a Microsoft Excel sheet instead of typing letters one by one? Manual typing takes time and becomes repetitive.
In this short video, you will learn how to auto-fill alphabet letters instantly using smart Excel shortcuts like an expert.
šŸ”¹ Method 1: AutoFill Alphabet Series
šŸ‘‰ Type:
A
B
šŸ‘‰ Select both cells
šŸ‘‰ Drag the Fill Handle downward
šŸ‘‰ Excel automatically fills:
C, D, E, F…
šŸ”¹ Method 2: Flash Fill Shortcut
šŸ‘‰ Type the pattern
šŸ‘‰ Press Ctrl + E
šŸ‘‰ Excel detects and fills the sequence automatically
šŸ”¹ Method 3: CHAR Function (Advanced)
šŸ”¹ Formula:
=CHAR(64+ROW(A1))
šŸ‘‰ Result:
A, B, C, D…
šŸ‘‰ Drag down for automatic alphabet generation
You will learn:
šŸ”¹ How to auto-fill ABCD in Excel
šŸ”¹ How to use Fill Handle
šŸ”¹ How to use Ctrl + E (Flash Fill)
šŸ”¹ How to use the CHAR function
šŸ”¹ Smart Excel tricks used by professionals
Using these expert Excel techniques, you can:
āœ” Generate alphabets instantly
āœ” Save time in data entry
āœ” Avoid repetitive typing
āœ” Work efficiently with large datasets
āœ” Improve Excel productivity like a professional
This tutorial is perfect for students, teachers, office workers, data entry operators, and Excel learners.
Stop typing letters manually — start using smart Excel shortcuts with Digital Office Skill.
Subscribe now for daily Microsoft Excel, Word & PowerPoint expert shortcut tutorials.
šŸ”‘ Keywords
Digital Office Skill
Excel ABCD autofill
Excel alphabet series
Excel CHAR function
Excel Flash Fill
Microsoft Excel tutorial
Excel productivity tricks
Excel expert tips
#ļøāƒ£ Hashtags







23/05/2026

Convert Date to Day in Excel | TEXT Function Shortcut | Digital Office Skill

Welcome to Digital Office Skill!
Do you want to convert dates into day names in a Microsoft Excel sheet quickly and professionally? Manually checking calendars for weekdays can take time and create mistakes.
In this short video, you will learn how to convert dates into days instantly using smart Excel formulas and shortcuts like an expert.
šŸ”¹ Method 1: TEXT Function (Best Method)
šŸ‘‰ Example Date in A1:
15/05/2026
šŸ”¹ Formula:
=TEXT(A1,"dddd")
šŸ‘‰ Result:
Friday
šŸ”¹ Method 2: Short Day Name
šŸ”¹ Formula:
=TEXT(A1,"ddd")
šŸ‘‰ Result:
Fri
šŸ”¹ Method 3: Format Cells Shortcut
šŸ‘‰ Press Ctrl + 1
šŸ‘‰ Go to Custom Format
šŸ‘‰ Type:
dddd
šŸ‘‰ Excel displays full day names automatically
You will learn:
šŸ”¹ How to convert date to day
šŸ”¹ How to use the TEXT function
šŸ”¹ How to show short & full day names
šŸ”¹ How to format dates professionally
šŸ”¹ Smart Excel tricks used by professionals
Using these expert Excel techniques, you can:
āœ” Convert dates instantly
āœ” Save time in scheduling
āœ” Avoid manual calendar checking
āœ” Work efficiently with date data
āœ” Improve Excel productivity like a professional
This tutorial is perfect for students, office workers, accountants, HR staff, and Excel learners.
Stop checking calendars manually — start using smart Excel shortcuts with Digital Office Skill.
Subscribe now for daily Microsoft Excel, Word & PowerPoint expert shortcut tutorials.
šŸ”‘ Keywords
Digital Office Skill
Excel date to day
Excel TEXT function
Excel weekday formula
Excel date formatting
Microsoft Excel tutorial
Excel productivity tricks
Excel expert tips
#ļøāƒ£ Hashtags







22/05/2026

Ctrl + E, TRIM & PROPER Formula in Excel | Expert Shortcut Trick | Digital Office Skill

Welcome to Digital Office Skill!
Do you want to clean and format text automatically in a Microsoft Excel sheet like a pro? Many users manually edit names and text, which takes time and creates formatting mistakes.
In this short video, you will learn how to use Ctrl + E (Flash Fill), TRIM, and PROPER formulas in Excel like an expert.
šŸ”¹ Method 1: Ctrl + E (Flash Fill)
šŸ‘‰ Type one example
šŸ‘‰ Press Ctrl + E
šŸ‘‰ Excel automatically fills the remaining data based on the pattern
Example:
md younus nobi → Md Younus Nobi
šŸ”¹ Method 2: TRIM Formula
šŸ”¹ Formula:
=TRIM(A1)
šŸ‘‰ Removes extra spaces from text
Example:
" John Smith " → "John Smith"
šŸ”¹ Method 3: PROPER Formula
šŸ”¹ Formula:
=PROPER(A1)
šŸ‘‰ Converts text into proper case
Example:
"md younus nobi" → "Md Younus Nobi"
šŸ”¹ Bonus Expert Trick
šŸ‘‰ Combine both formulas:
=PROPER(TRIM(A1))
šŸ‘‰ Cleans spaces and fixes capitalization together
You will learn:
šŸ”¹ How to use Ctrl + E (Flash Fill)
šŸ”¹ How to remove extra spaces with TRIM
šŸ”¹ How to format names using PROPER
šŸ”¹ How to clean messy data instantly
šŸ”¹ Smart Excel tricks used by professionals
Using these expert Excel techniques, you can:
āœ” Clean data instantly
āœ” Format names professionally
āœ” Save time in editing
āœ” Avoid manual typing errors
āœ” Improve Excel productivity like a professional
This tutorial is perfect for students, office workers, HR staff, data analysts, and Excel learners.
Stop editing text manually — start using smart Excel shortcuts with Digital Office Skill.
Subscribe now for daily Microsoft Excel, Word & PowerPoint expert shortcut tutorials.
šŸ”‘ Keywords
Digital Office Skill
Excel Ctrl E
Excel Flash Fill
Excel TRIM formula
Excel PROPER formula
Excel text formatting
Microsoft Excel tutorial
Excel expert tips
#ļøāƒ£ Hashtags







21/05/2026

Combine First & Last Name in Excel | Expert Shortcut Trick | Digital Office Skill

Welcome to Digital Office Skill!
Do you want to combine first names and last names in a Microsoft Excel sheet quickly instead of typing them manually? Merging names one by one can waste time and create errors.
In this short video, you will learn how to combine names instantly using smart Excel formulas and shortcuts like an expert.
šŸ”¹ Method 1: Ampersand (&) Formula
šŸ‘‰ First Name in A1
šŸ‘‰ Last Name in B1
šŸ”¹ Formula:
=A1&" "&B1
šŸ‘‰ Combines first and last names with space
Example:
John + Smith → John Smith
šŸ”¹ Method 2: CONCAT Function
šŸ”¹ Formula:
=CONCAT(A1," ",B1)
šŸ‘‰ Quickly merges text together
šŸ”¹ Method 3: TEXTJOIN Function (Advanced)
šŸ”¹ Formula:
=TEXTJOIN(" ",TRUE,A1:B1)
šŸ‘‰ Combines names professionally with automatic spacing
You will learn:
šŸ”¹ How to combine first and last names
šŸ”¹ How to use & operator
šŸ”¹ How to use CONCAT function
šŸ”¹ How to use TEXTJOIN function
šŸ”¹ Smart Excel tricks used by professionals
Using these expert Excel techniques, you can:
āœ” Merge names instantly
āœ” Save time in data entry
āœ” Avoid manual typing
āœ” Work efficiently with large datasets
āœ” Improve Excel productivity like a professional
This tutorial is perfect for HR staff, office workers, students, data analysts, and Excel learners.
Stop combining names manually — start using smart Excel shortcuts with Digital Office Skill.
Subscribe now for daily Microsoft Excel, Word & PowerPoint expert shortcut tutorials.
šŸ”‘ Keywords
Digital Office Skill
Excel combine names
Excel CONCAT function
Excel TEXTJOIN
Excel merge first last name
Microsoft Excel tutorial
Excel productivity tricks
Excel expert tips
#ļøāƒ£ Hashtags







20/05/2026

Add Minutes to Time in Excel | Time Formula Expert Trick | Digital Office Skill

Welcome to Digital Office Skill!
Do you want to add minutes to time in a Microsoft Excel sheet quickly and professionally? Manually calculating time can be confusing and may lead to mistakes.
In this short video, you will learn how to add minutes to any time instantly using smart Excel formulas and shortcuts like an expert.
šŸ”¹ Method 1: Add Minutes Formula
šŸ‘‰ Example Time in A1:
10:30 AM
šŸ”¹ Add 30 Minutes:
=A1+TIME(0,30,0)
šŸ‘‰ Result:
11:00 AM
šŸ”¹ Method 2: Add Dynamic Minutes
šŸ‘‰ Minutes in B1
šŸ”¹ Formula:
=A1+TIME(0,B1,0)
šŸ‘‰ Automatically adds minutes from another cell
šŸ”¹ Method 3: Time Formatting
šŸ‘‰ Press Ctrl + 1
šŸ‘‰ Choose Time Format
šŸ‘‰ Display time correctly after calculations
You will learn:
šŸ”¹ How to add minutes to time
šŸ”¹ How to use the TIME function
šŸ”¹ How to calculate time automatically
šŸ”¹ How to format time correctly
šŸ”¹ Smart Excel tricks used by professionals
Using these expert Excel techniques, you can:
āœ” Calculate time instantly
āœ” Save time in scheduling
āœ” Avoid manual calculation errors
āœ” Manage attendance & work hours easily
āœ” Improve Excel productivity like a professional
This tutorial is perfect for office workers, HR staff, students, accountants, and Excel learners.
Stop calculating time manually — start using smart Excel shortcuts with Digital Office Skill.
Subscribe now for daily Microsoft Excel, Word & PowerPoint expert shortcut tutorials.
šŸ”‘ Keywords
Digital Office Skill
Excel add minutes to time
Excel TIME function
Excel time calculation
Excel time formula
Microsoft Excel tutorial
Excel productivity tricks
Excel expert tips
#ļøāƒ£ Hashtags







Want your school to be the top-listed School/college in Dhaka?

Click here to claim your Sponsored Listing.

Location

Category

Website

Address

Dhaka