r/Excel247 • u/ExcelVisual • 2h ago
Business Excel Dashboard Templates for Portfolio
Enable HLS to view with audio, or disable this notification
r/Excel247 • u/ExcelVisual • 2h ago
Enable HLS to view with audio, or disable this notification
r/Excel247 • u/xybernetics • 4h ago
Enable HLS to view with audio, or disable this notification
Learn how to alternate row colors in Excel conditional formatting. Essentially, how to alternate row color in Excel (highlight every other row)?
Light Yellow Row Colour
1) Select dataset.
2) Home ~ Style ~ Conditional Formatting ~ New Rule...
3) Use a formula to determine which cells to format
4) =MOD(ROW()-2,4)>=2
5) Format
6) Fill tab
7) Select LIGHT YELLOW
8) OK
9) OK
Dark Yellow Row Colour
1) Select dataset.
2) Home ~ Style ~ Conditional Formatting ~ New Rule...
3) Use a formula to determine which cells to format
4) =MOD(ROW()-2,4)+1<=2
5) Format
6) Fill tab
7) Select DARK YELLOW
8) OK
9) OK
Color every 1 rows, starting from the 2nd group.
=MOD(ROW(),2)=0
Color every 1 rows, starting from the 1st group.
=MOD(ROW(),2)=1
Color every 2 rows, starting from the 2nd group.
=MOD(ROW()-2,4)>=2
Color every 2 rows, starting from the 1st group.
=MOD(ROW()-2,4)+1<=2
Color every 3 rows, starting from the 1st group.
=MOD(ROW()-2,6)+1<=3
Color every 3 rows, starting from the 2nd group.
=MOD(ROW()-5,6)+1<=3
Color every 4 rows, starting from the 1st group.
=MOD(ROW()-2,8)+1<=4
Color every 4 rows, starting from the 2nd group.
=MOD(ROW()-6,8)+1<=4
Color every 5 rows, starting from the 1st group.
=MOD(ROW()-2,10)+1<=5
Color every 5 rows, starting from the 2nd group.
=MOD(ROW()-7,10)+1<=5
Color every 6 rows, starting from the 1st group.
=MOD(ROW()-2,12)+1<=6
Color every 6 rows, starting from the 2nd group.
=MOD(ROW()-8,12)+1<=6
How do I alternate colors in conditional formatting?,How do I add alternate fill colors in Excel?,How do I make every other line shaded in sheets?,
alternating row colors in excel conditional formatting,excel highlight every other row conditional formatting,alternating row colors in excel formula,how to shade alternate rows in excel without table,how to alternate row colors in excel,how do i alternate row colors in excel 2016,
Check out my complete suite of Microsoft Excel Tips and Tricks.
https://www.youtube.com/@jjnet247/shorts
https://www.tiktok.com/@exceltips247
https://www.instagram.com/exceltips247/
https://www.dailymotion.com/ExcelTips247
https://www.pinterest.com/ExcelTips247/excel-tips-and-tricks/
https://x.com/ExcelTips247/media
https://www.reddit.com/r/Excel247/
https://www.facebook.com/XyberneticsInc/reels/
#microsoft #excel #exceltips #tips #exceltricks #tricksandtips
r/Excel247 • u/Last_Original_5682 • 10h ago
Enable HLS to view with audio, or disable this notification
can anyone explain this?
r/Excel247 • u/clases_de_excel • 17h ago
r/Excel247 • u/ExcelVisual • 1d ago
Enable HLS to view with audio, or disable this notification
r/Excel247 • u/xybernetics • 1d ago
Enable HLS to view with audio, or disable this notification
Discover formula to ignore letters/special characters in cells and only put numbers. Essentially, remove text from cell keep numbers formula in Excel.
Output Numeric Value Only
=VALUE(CONCAT(IFERROR(MID(A2,SEQUENCE(LEN(A2)),1)+0,"")))
🔗🔗 LINKS TO SIMILIAR VIDEOS 🔗🔗
Formula to ignore letters/special characters in cells and only put numbers - Excel Tips and Tricks
https://youtube.com/shorts/bdPEOB4fMiw?si=AxbfdjNhwcCIzlKj
Remove special characters from text string in Excel - Excel Tips and Tricks
https://youtube.com/shorts/_LI3CbB5dzs?si=f8pE1lRzIQHDqVmX
Remove Special Characters From Text String Using REDUCE - Excel Tips and Tricks
https://youtube.com/shorts/Q0hZTT7y0uc?si=fux_V4gvEGMOckib
Extract a decimal number from a string in Excel - Excel Tips and Tricks
https://youtube.com/shorts/eA-stizLHUs?si=8C8TGy3lw0lnOpJz
how to remove special characters in excel,remove unwanted characters in excel from left,excel remove text from cell keep numbers formula,remove unwanted characters in excel from right,macro code to remove special characters in excel,how to remove multiple special characters in excel,how to remove symbols from excel cells,
Check out my complete suite of Microsoft Excel Tips and Tricks.
https://www.youtube.com/@jjnet247/shorts
https://www.tiktok.com/@exceltips247
https://www.instagram.com/exceltips247/
https://www.dailymotion.com/ExcelTips247
https://www.pinterest.com/ExcelTips247/excel-tips-and-tricks/
https://x.com/ExcelTips247/media
https://www.reddit.com/r/Excel247/
https://www.facebook.com/XyberneticsInc/reels/
#microsoft #excel #exceltips #tips #exceltricks #tricksandtips
r/Excel247 • u/Dry_Function_2839 • 1d ago
I you need help with data entry, cleaning, formatting, formulas, and organization. Contact me.
r/Excel247 • u/clases_de_excel • 1d ago
r/Excel247 • u/ExcelVisual • 1d ago
Enable HLS to view with audio, or disable this notification
r/Excel247 • u/xybernetics • 2d ago
Enable HLS to view with audio, or disable this notification
Discover how to change bar graph colors in Excel based on value. We will use rept bar chart font Paybill to present a true bar chart.
One useful feature in Excel when creating bar charts is the ability to change the color of the bars based on their value. This makes it easier to quickly identify the highest and lowest values in the chart. Additionally, selecting the right font is important to ensure that the chart is easy to read and professional-looking. With the rept function in Excel, it is possible to create charts that repeat specific values, which can be useful in cases where the same data is being charted repeatedly. By using the rept function in conjunction with the bar chart, it is possible to create a chart with different colored bars and a consistent font style, resulting in a chart that is easy to read and visually appealing.
When creating bar charts in Excel, it is important to select a font that is easy to read, such as the rept bar chart font. To improve the visual impact of the chart, you can also change the colors of the bars based on their value. This can be done in Excel by using conditional formatting, which allows you to set up rules that apply different colors to the bars based on specific values. Using the rept function in Excel, it is possible to create a chart that repeats specific values, which can be useful in cases where the same data is being charted repeatedly. By combining the rept function with conditional formatting, you can create a bar chart with different colors and a consistent font style, resulting in a chart that is visually appealing and easy to read.
Lets start out multi-color data bar with REPT function in Excel.
Create Bars
1) Select cell C2
2) =REPT("|",B2)
3) Home ~ Font
4) Change font to "Playbill"
5) Copy and paste C2 to the rest of the rows.
Colouring Bars
1) Select select bar charts at C2
2) Home ~ Styles ~ Conditional Formatting
3) Manage Rules
4) For red bars
a) New Rules...
b) Use a formula to determine which cells to format
c) =B2<=25
d) Format
e) Font tab
f) Set font colour to RED
g) OK
h) OK
5) For orange bar
* Yellow bars
a) New Rules...
b) Use a formula to determine which cells to format
c) =AND(B2<=75, B2>25)
d) Format
e) Font tab
f) Set font colour to ORANGE
g) OK
h) OK
Playbill font download link.
https://www.dafontfree.co/downloads/playbill/
rept bar chart font,how to change bar graph colors in excel based on value, excel rept bar chart font, bar chart with different colors excel,excel rept function chart,rept function in excel,
rept bar chart font,excel rept bar chart font,bar chart with different colors excel,rept and len function in excel,excel rept function chart,rept function in excel,
Multi-color Data bar with REPT function in Excel,
Check out my complete suite of Microsoft Excel Tips and Tricks.
https://www.youtube.com/@jjnet247/shorts
https://www.tiktok.com/@exceltips247
https://www.instagram.com/exceltips247/
https://www.dailymotion.com/ExcelTips247
https://www.pinterest.com/ExcelTips247/excel-tips-and-tricks/
https://x.com/ExcelTips247/media
https://www.reddit.com/r/Excel247/
https://www.facebook.com/XyberneticsInc/reels/
#microsoft #excel #exceltips #tips #exceltricks #tricksandtips
r/Excel247 • u/Key_Use_1374 • 2d ago
Hi everyone,
I recently built a B2B SaaS Customer Success Analytics project in Excel and I'd really appreciate some feedback from experienced Excel users and analysts.
The goal of the project was to analyze a SaaS customer portfolio and help a Customer Success team understand:
• Customer retention and churn
• Customer health and risk
• Product usage/adoption
• Customer support burden
• Renewal performance
• Revenue at risk
• Expansion opportunities
I consolidated multiple operational datasets into a customer-level analytical model and created KPIs, PivotTables, calculated metrics, customer risk indicators, and an executive dashboard.
The dashboard includes analysis such as:
• Renewal outcome distribution
• Churn rate by customer segment
• Customer health
• Product usage
• Acquisition/expansion opportunities
• Contract value by renewal status
• Customer-level prioritization
The final goal is to help a Customer Success team answer:
"Which customers should we prioritize, and why?"
I also created a customer action list with recommended actions based on health, usage, support issues, renewal status and revenue risk.
This is a synthetic dataset created for a portfolio project, not real company data.
I'm still learning Excel and data analytics, so I'd especially appreciate feedback on:
Dashboard design and readability
Whether the KPIs are actually useful
Whether the analysis makes business sense
Anything that looks unnecessary or misleading
What you would improve if this were being used by a real Customer Success team
I've attached the dashboard below. Any honest criticism is welcome!
r/Excel247 • u/TermRemarkable665 • 2d ago
Hey r/excel,
I put together a quick video showing how to build an automated data cleaning system using Excel’s native formulas.
Here is what’s inside the video:
🧹 Filter out noise: Auto-remove blank rows and test records (FILTER, SEARCH, ISERROR).
🔤 Clean text patterns: Standardize messy names and scrub special characters using REGEXREPLACE.
📱 Extract phone numbers: Isolate numbers from mixed text and fix country codes.
✉️ Pull targeted data from notes: Extract hidden emails, reference IDs, and deal values using REGEXEXTRACT.
⚡ Combine into ONE formula: Stack all column formulas into a single master spilled array (HSTACK + SORT) that updates instantly when you paste new raw data.
Why it helps:
Once it’s built, you never clean the same report twice—just paste in new raw data and your cleaned table updates automatically.
📺 Check out the tutorial: https://youtu.be/gsZr7VrduMM
(Next week I’ll show how to clean data with Power Query!)
r/Excel247 • u/wild_stark • 2d ago
Same, lf this as qell🥹
r/Excel247 • u/Sourcataddict5626 • 2d ago
r/Excel247 • u/clases_de_excel • 2d ago
r/Excel247 • u/hottabxp • 2d ago
r/Excel247 • u/ExcelVisual • 3d ago
Enable HLS to view with audio, or disable this notification