<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Microsoft Excel Archives | Abdul Wahab Junaid</title>
	<atom:link href="https://awjunaid.com/category/microsoft-excel/feed/" rel="self" type="application/rss+xml" />
	<link>https://awjunaid.com/category/microsoft-excel/</link>
	<description>Offensive Security Researcher &#38; Quantum Cryptography Analyst</description>
	<lastBuildDate>Sun, 16 Aug 2026 04:46:20 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://i0.wp.com/awjunaid.com/wp-content/uploads/2023/06/cropped-1668274976669.jpeg?fit=32%2C32&#038;ssl=1</url>
	<title>Microsoft Excel Archives | Abdul Wahab Junaid</title>
	<link>https://awjunaid.com/category/microsoft-excel/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">220030102</site>	<item>
		<title>How to Create a Sunburst Chart in Excel</title>
		<link>https://awjunaid.com/microsoft-excel/how-to-create-a-sunburst-chart-in-excel/</link>
					<comments>https://awjunaid.com/microsoft-excel/how-to-create-a-sunburst-chart-in-excel/?noamp=mobile#respond</comments>
		
		<dc:creator><![CDATA[Abdul Wahab Junaid]]></dc:creator>
		<pubDate>Tue, 24 Oct 2023 15:19:02 +0000</pubDate>
				<category><![CDATA[Microsoft Excel]]></category>
		<category><![CDATA[excel]]></category>
		<guid isPermaLink="false">https://awjunaid.com/?p=6862</guid>

					<description><![CDATA[<p>I still remember the first time I tried to explain a three-level product hierarchy using a regular pie&#8230;</p>
<p>The post <a href="https://awjunaid.com/microsoft-excel/how-to-create-a-sunburst-chart-in-excel/">How to Create a Sunburst Chart in Excel</a> appeared first on <a href="https://awjunaid.com">Abdul Wahab Junaid</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">I still remember the first time I tried to explain a three-level product hierarchy using a regular pie chart. It was a mess — tiny slivers, overlapping labels, and a client who politely asked if I could &#8220;just show it differently.&#8221; That&#8217;s the day I fell in love with the sunburst chart. If you&#8217;ve ever needed to visualize hierarchical data — categories that break down into subcategories, which break down even further — a sunburst chart is one of the most elegant tools Excel has to offer, and in this guide I&#8217;ll walk you through exactly how I build one, step by step.</p>



<h2 class="wp-block-heading">What Is a Sunburst Chart?</h2>



<p class="wp-block-paragraph">A sunburst chart is essentially a multi-level pie chart. Instead of one ring of slices, you get concentric rings radiating outward from a center point, with each ring representing a deeper level in your data hierarchy. The innermost ring shows the broadest categories, and each ring after that breaks those categories into smaller and smaller pieces. Think of it as a family tree that&#8217;s been bent into a circle.</p>



<p class="wp-block-paragraph">I like to use sunburst charts when I want to show both the parts-to-whole relationship and the hierarchy at the same time — something a stacked bar chart or a regular pie chart simply can&#8217;t do as cleanly.</p>



<h2 class="wp-block-heading">When Should You Use One?</h2>



<p class="wp-block-paragraph">In my experience, sunburst charts shine when:</p>



<ul class="wp-block-list">
<li>You&#8217;re showing organizational structures (departments, teams, sub-teams)</li>



<li>You&#8217;re breaking down sales by region, then by country, then by product</li>



<li>You&#8217;re visualizing folder structures or website navigation paths</li>



<li>You have budget data that cascades from category to subcategory to line item</li>
</ul>



<p class="wp-block-paragraph">If your hierarchy only has one level, skip the sunburst and just use a pie chart — it&#8217;ll be far easier to read.</p>



<h2 class="wp-block-heading">Required Data Structure</h2>



<p class="wp-block-paragraph">This is the part people get wrong most often, so let me be precise. Excel&#8217;s sunburst chart expects your data arranged in hierarchical columns, from broadest to most specific, followed by a value column. Here&#8217;s a simple example I often use when teaching this:</p>



<figure class="wp-block-table"><table class="has-fixed-layout"><thead><tr><th>Category</th><th>Subcategory</th><th>Item</th><th>Sales</th></tr></thead><tbody><tr><td>Electronics</td><td>Phones</td><td>iPhone</td><td>4500</td></tr><tr><td>Electronics</td><td>Phones</td><td>Android</td><td>3200</td></tr><tr><td>Electronics</td><td>Laptops</td><td>MacBook</td><td>5100</td></tr><tr><td>Clothing</td><td>Men</td><td>Shirts</td><td>2200</td></tr><tr><td>Clothing</td><td>Women</td><td>Dresses</td><td>3300</td></tr></tbody></table></figure>



<p class="wp-block-paragraph">Notice how each row represents one path down the hierarchy, ending in a numeric value. Excel reads left to right and builds the rings accordingly. If a subcategory doesn&#8217;t apply, you can leave it blank, and Excel will treat that item as belonging directly to the level above.</p>



<h2 class="wp-block-heading">Step-by-Step Instructions</h2>



<p class="wp-block-paragraph">Here&#8217;s exactly how I do it:</p>



<ol class="wp-block-list">
<li><strong>Organize your data</strong> in adjacent columns as shown above, with your hierarchy levels first and your numeric value last.</li>



<li><strong>Select the entire data range</strong>, including headers.</li>



<li>Go to the <strong>Insert</strong> tab on the ribbon.</li>



<li>In the <strong>Charts</strong> group, click the <strong>Insert Hierarchy Chart</strong> icon (it looks like a small set of nested shapes).</li>



<li>Choose <strong>Sunburst</strong> from the dropdown menu.</li>



<li>Excel will instantly generate your chart. From here, I usually click on the chart to activate the <strong>Chart Design</strong> and <strong>Format</strong> tabs for customization.</li>
</ol>



<h2 class="wp-block-heading">Formatting and Settings I Always Adjust</h2>



<p class="wp-block-paragraph">Once the base chart is in place, I never leave it as-is. A few tweaks I make every single time:</p>



<ul class="wp-block-list">
<li><strong>Add data labels</strong>: Right-click any ring and choose &#8220;Add Data Labels&#8221; so viewers don&#8217;t have to guess what each segment represents.</li>



<li><strong>Color by category</strong>: Excel automatically colors by the outermost ring, but you can manually recolor segments under Format Data Point for better contrast.</li>



<li><strong>Adjust chart title</strong>: Double-click the default title and replace it with something descriptive, like &#8220;2026 Sales Breakdown by Category and Product.&#8221;</li>



<li><strong>Resize the chart</strong>: Sunburst charts need more room than standard charts because of the concentric rings — I usually make mine at least 500&#215;500 pixels for readability.</li>
</ul>



<h2 class="wp-block-heading">A Practical Example</h2>



<p class="wp-block-paragraph">Let&#8217;s say I&#8217;m reporting on a company&#8217;s expense structure. My hierarchy is Department &gt; Team &gt; Expense Type &gt; Amount. Once plotted, the innermost ring shows departments like Marketing, Sales, and Operations. The next ring breaks each department into its teams, and the outer ring shows individual expense categories like Travel, Software, or Salaries. In one glance, a stakeholder can see which department dominates spending and drill into exactly where that money goes — something a table of numbers just can&#8217;t communicate as fast.</p>



<h2 class="wp-block-heading">Common Mistakes to Avoid</h2>



<p class="wp-block-paragraph">I&#8217;ve made most of these myself, so learn from my slip-ups:</p>



<ul class="wp-block-list">
<li><strong>Skipping levels inconsistently</strong>: If one row skips the subcategory column and another doesn&#8217;t, Excel can misplace items in the hierarchy. Keep your structure consistent.</li>



<li><strong>Too many categories</strong>: A sunburst with 40+ tiny slices becomes unreadable. If you have that much granularity, consider filtering to the top 10 or grouping smaller items into &#8220;Other.&#8221;</li>



<li><strong>Ignoring blank cells</strong>: Truly blank cells (not zeros) are treated differently than a &#8220;0&#8221; value — make sure you know which one you actually want.</li>



<li><strong>Forgetting to sort data</strong>: Unsorted data can make rings look chaotic. I usually sort by the outermost category first, then by value within each group.</li>
</ul>



<h2 class="wp-block-heading">Troubleshooting Tips</h2>



<p class="wp-block-paragraph">If your chart isn&#8217;t building correctly, check these first:</p>



<ul class="wp-block-list">
<li><strong>&#8220;Insert Hierarchy Chart&#8221; is greyed out</strong>: This usually means your Excel version doesn&#8217;t support sunburst charts (you need Excel 2016 or later, or Microsoft 365). Update if possible.</li>



<li><strong>Rings look uneven or wrong</strong>: Double-check that every row has data flowing correctly from the broadest to narrowest category — a stray blank cell in the middle of a row can break the hierarchy.</li>



<li><strong>Labels overlapping</strong>: Reduce the number of categories or increase the chart size. You can also switch data labels to show only category names without values if space is tight.</li>



<li><strong>Colors look random</strong>: Excel assigns colors automatically by category; if you need brand-consistent colors, you&#8217;ll have to manually edit each Format Data Point.</li>
</ul>



<h2 class="wp-block-heading">Real-World Use Cases</h2>



<p class="wp-block-paragraph">I&#8217;ve personally used sunburst charts for:</p>



<ul class="wp-block-list">
<li>Visualizing website navigation paths for a UX audit</li>



<li>Presenting a nonprofit&#8217;s donation sources broken into funding type and campaign</li>



<li>Mapping IT infrastructure by data center, server cluster, and individual machine</li>



<li>Showing a college&#8217;s student population by faculty, department, and program</li>
</ul>



<p class="wp-block-paragraph">Each time, the sunburst chart did something a bar chart couldn&#8217;t — it let the audience see both the big picture and the granular detail without flipping between multiple charts.</p>



<h2 class="wp-block-heading">Best Practices</h2>



<p class="wp-block-paragraph">To wrap up, here&#8217;s what I always keep in mind before finalizing a sunburst chart:</p>



<ul class="wp-block-list">
<li>Keep your hierarchy to three levels max for readability</li>



<li>Always label your rings clearly, either with in-chart labels or a strong title</li>



<li>Test the chart at the actual size it&#8217;ll be viewed — a chart that looks great full-screen can be unreadable in a small report</li>



<li>Use consistent color families across the same top-level category so viewers can visually trace a path from center to edge</li>
</ul>



<p class="wp-block-paragraph">Once you get the hang of structuring your data correctly, building a sunburst chart in Excel becomes second nature. It&#8217;s one of those visuals that looks impressive but is genuinely simple to set up — you just need clean, hierarchical data and a few formatting tweaks to make it shine.</p>
<p>The post <a href="https://awjunaid.com/microsoft-excel/how-to-create-a-sunburst-chart-in-excel/">How to Create a Sunburst Chart in Excel</a> appeared first on <a href="https://awjunaid.com">Abdul Wahab Junaid</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://awjunaid.com/microsoft-excel/how-to-create-a-sunburst-chart-in-excel/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6862</post-id>	</item>
		<item>
		<title>How to Create a Treemap Chart in Excel</title>
		<link>https://awjunaid.com/microsoft-excel/how-to-create-a-treemap-chart-in-excel/</link>
					<comments>https://awjunaid.com/microsoft-excel/how-to-create-a-treemap-chart-in-excel/?noamp=mobile#respond</comments>
		
		<dc:creator><![CDATA[Abdul Wahab Junaid]]></dc:creator>
		<pubDate>Mon, 23 Oct 2023 15:17:20 +0000</pubDate>
				<category><![CDATA[Microsoft Excel]]></category>
		<category><![CDATA[excel]]></category>
		<guid isPermaLink="false">https://awjunaid.com/?p=6859</guid>

					<description><![CDATA[<p>A few years back, I was handed a spreadsheet with hundreds of product SKUs and asked to &#8220;show&#8230;</p>
<p>The post <a href="https://awjunaid.com/microsoft-excel/how-to-create-a-treemap-chart-in-excel/">How to Create a Treemap Chart in Excel</a> appeared first on <a href="https://awjunaid.com">Abdul Wahab Junaid</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">A few years back, I was handed a spreadsheet with hundreds of product SKUs and asked to &#8220;show which ones matter most.&#8221; A bar chart would have been a scrolling nightmare. That&#8217;s when I turned to the treemap chart, and it completely changed how I present large categorical datasets. If you&#8217;ve got a lot of categories and want to instantly show which ones are biggest, this is the chart I reach for every time.</p>



<h2 class="wp-block-heading">What Is a Treemap Chart?</h2>



<p class="wp-block-paragraph">A treemap chart displays hierarchical data as a set of nested rectangles. The size of each rectangle corresponds to its value, and rectangles are grouped into larger colored blocks representing categories. The bigger the rectangle, the bigger the value — it&#8217;s a visual way to compare proportions across many items at once without needing dozens of individual bars.</p>



<p class="wp-block-paragraph">Unlike a sunburst chart, which shows hierarchy in concentric rings, a treemap shows it through nested rectangles. I find treemaps easier to read when I&#8217;m dealing with a large number of individual items, because size differences pop out visually much faster in rectangles than in ring segments.</p>



<h2 class="wp-block-heading">When Should You Use a Treemap?</h2>



<p class="wp-block-paragraph">I reach for treemaps when:</p>



<ul class="wp-block-list">
<li>I have many categories or subcategories (10+) that I need to compare by size</li>



<li>I want to show part-to-whole relationships across a large dataset</li>



<li>I&#8217;m displaying budget allocations, market share, or inventory volume</li>



<li>The audience needs to spot outliers quickly — treemaps make oversized or undersized segments obvious</li>
</ul>



<p class="wp-block-paragraph">If you only have a handful of categories, a simple bar chart usually communicates the same information more clearly.</p>



<h2 class="wp-block-heading">Required Data Structure</h2>



<p class="wp-block-paragraph">Your data needs at least two columns: a category (and optionally a subcategory) and a numeric value. Here&#8217;s an example layout I typically use:</p>



<figure class="wp-block-table"><table class="has-fixed-layout"><thead><tr><th>Category</th><th>Subcategory</th><th>Revenue</th></tr></thead><tbody><tr><td>Electronics</td><td>Phones</td><td>45000</td></tr><tr><td>Electronics</td><td>Laptops</td><td>38000</td></tr><tr><td>Electronics</td><td>Tablets</td><td>12000</td></tr><tr><td>Furniture</td><td>Chairs</td><td>15000</td></tr><tr><td>Furniture</td><td>Tables</td><td>21000</td></tr><tr><td>Furniture</td><td>Desks</td><td>9000</td></tr></tbody></table></figure>



<p class="wp-block-paragraph">If you only have one level of categorization, just use a single category column plus the value column — treemaps work perfectly fine with flat data too.</p>



<h2 class="wp-block-heading">Step-by-Step Instructions</h2>



<p class="wp-block-paragraph">Here&#8217;s how I build a treemap in Excel:</p>



<ol class="wp-block-list">
<li><strong>Select your data range</strong>, including headers, arranged with categories first and numeric values last.</li>



<li>Go to the <strong>Insert</strong> tab.</li>



<li>In the <strong>Charts</strong> group, click the <strong>Insert Hierarchy Chart</strong> icon.</li>



<li>Choose <strong>Treemap</strong> from the dropdown.</li>



<li>Excel generates the chart immediately, grouping rectangles by category and sizing them by value.</li>



<li>Click on the chart to bring up the <strong>Chart Design</strong> and <strong>Format</strong> ribbon tabs for further customization.</li>
</ol>



<h2 class="wp-block-heading">Formatting and Settings I Adjust</h2>



<p class="wp-block-paragraph">Once the treemap is generated, here&#8217;s what I typically clean up:</p>



<ul class="wp-block-list">
<li><strong>Banner labels</strong>: By default, Excel shows category names as banners across each colored group. You can turn these on or off under Format Data Series > Label Options.</li>



<li><strong>Data labels</strong>: Right-click a rectangle to add labels showing the item name and its value directly inside each block.</li>



<li><strong>Border settings</strong>: I usually add a thin white border between rectangles (Format Data Series > Border) so segments don&#8217;t visually blend together.</li>



<li><strong>Color adjustments</strong>: Excel colors by top-level category automatically; you can override individual rectangle colors under Format Data Point if you need specific branding.</li>
</ul>



<h2 class="wp-block-heading">A Practical Example</h2>



<p class="wp-block-paragraph">Suppose I&#8217;m analyzing a retail company&#8217;s inventory across categories and subcategories. Once I plot the treemap, I can instantly see that &#8220;Electronics &gt; Phones&#8221; occupies a massive rectangle compared to &#8220;Furniture &gt; Desks,&#8221; which is barely visible. Without scanning a table of forty rows, a manager instantly understands where the inventory value — and risk — is concentrated. That immediate visual weight is the treemap&#8217;s biggest strength.</p>



<h2 class="wp-block-heading">Common Mistakes to Avoid</h2>



<p class="wp-block-paragraph">Some pitfalls I&#8217;ve run into (and now watch for):</p>



<ul class="wp-block-list">
<li><strong>Mixing units</strong>: Don&#8217;t combine dollar values and unit counts in the same treemap — it distorts the size comparison.</li>



<li><strong>Too many tiny rectangles</strong>: If your smallest values are barely visible, consider grouping them into an &#8220;Other&#8221; category.</li>



<li><strong>No sorting</strong>: While Excel sorts automatically by value within each group, double-check your source data doesn&#8217;t have duplicate category names spelled differently (e.g., &#8220;Electronics&#8221; vs &#8220;electronics&#8221;), which will split what should be one group into two.</li>



<li><strong>Overusing color</strong>: If every rectangle is a different, unrelated color, it can be visually noisy. Stick to a consistent palette per top-level category.</li>
</ul>



<h2 class="wp-block-heading">Troubleshooting Tips</h2>



<p class="wp-block-paragraph">If something&#8217;s not working:</p>



<ul class="wp-block-list">
<li><strong>Chart option missing</strong>: Treemap charts require Excel 2016 or later (or Microsoft 365). If you don&#8217;t see the Hierarchy Chart icon, you&#8217;ll need to update your version.</li>



<li><strong>Rectangles look randomly grouped</strong>: This usually traces back to inconsistent category naming or extra spaces in your category column — clean your data with TRIM() first.</li>



<li><strong>Labels not fitting</strong>: Small rectangles can&#8217;t display long text labels. Shorten category names or turn off labels for the smallest items.</li>



<li><strong>Chart looks flat with no hierarchy</strong>: If you only supplied one column of categories, that&#8217;s expected — add a subcategory column if you want nested grouping.</li>
</ul>



<h2 class="wp-block-heading">Real-World Use Cases</h2>



<p class="wp-block-paragraph">I&#8217;ve personally built treemaps for:</p>



<ul class="wp-block-list">
<li>Comparing website traffic by page category and individual page</li>



<li>Visualizing a stock portfolio&#8217;s allocation across sectors and companies</li>



<li>Mapping a company&#8217;s headcount by department and team</li>



<li>Showing survey response distribution across many answer options</li>
</ul>



<p class="wp-block-paragraph">In each case, the treemap let me compress a large, unwieldy dataset into a single glanceable image — something that would have taken multiple bar charts or a long table to convey otherwise.</p>



<h2 class="wp-block-heading">Best Practices</h2>



<p class="wp-block-paragraph">Before I finalize any treemap, I run through this checklist:</p>



<ul class="wp-block-list">
<li>Group very small values into an &#8220;Other&#8221; bucket to avoid clutter</li>



<li>Use a consistent color scheme so viewers can quickly associate colors with top-level categories</li>



<li>Keep labels short — long text rarely fits inside smaller rectangles</li>



<li>Test readability at the size the chart will actually be displayed or printed</li>



<li>Pair the treemap with a short written insight (&#8220;Electronics account for 60% of total inventory value&#8221;) so the visual and the takeaway reinforce each other</li>
</ul>



<p class="wp-block-paragraph">Treemaps are one of the most efficient ways to turn a sprawling spreadsheet into a story anyone can understand in seconds. Once your data is clean and properly categorized, building one in Excel takes less than a minute — the real work is in the formatting choices that make it easy to read.</p>
<p>The post <a href="https://awjunaid.com/microsoft-excel/how-to-create-a-treemap-chart-in-excel/">How to Create a Treemap Chart in Excel</a> appeared first on <a href="https://awjunaid.com">Abdul Wahab Junaid</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://awjunaid.com/microsoft-excel/how-to-create-a-treemap-chart-in-excel/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6859</post-id>	</item>
		<item>
		<title>How to Create a Map Chart in Excel</title>
		<link>https://awjunaid.com/microsoft-excel/how-to-create-a-map-chart-in-excel/</link>
					<comments>https://awjunaid.com/microsoft-excel/how-to-create-a-map-chart-in-excel/?noamp=mobile#respond</comments>
		
		<dc:creator><![CDATA[Abdul Wahab Junaid]]></dc:creator>
		<pubDate>Sun, 22 Oct 2023 15:15:08 +0000</pubDate>
				<category><![CDATA[Microsoft Excel]]></category>
		<category><![CDATA[excel]]></category>
		<guid isPermaLink="false">https://awjunaid.com/?p=6856</guid>

					<description><![CDATA[<p>The first time I needed to present regional sales data to a leadership team, I didn&#8217;t want another&#8230;</p>
<p>The post <a href="https://awjunaid.com/microsoft-excel/how-to-create-a-map-chart-in-excel/">How to Create a Map Chart in Excel</a> appeared first on <a href="https://awjunaid.com">Abdul Wahab Junaid</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">The first time I needed to present regional sales data to a leadership team, I didn&#8217;t want another boring table of country names and numbers. I wanted them to see, at a glance, where the business was strong and where it was struggling. That&#8217;s exactly what pushed me to try Excel&#8217;s built-in Map Chart feature, and honestly, it&#8217;s one of the most underused tools in Excel. In this guide, I&#8217;ll show you exactly how I build one, from raw data to a finished, presentation-ready map.</p>



<h2 class="wp-block-heading">What Is a Map Chart?</h2>



<p class="wp-block-paragraph">A map chart is a geographic visualization that shades regions — countries, states, provinces, or counties — based on a numeric value. Instead of listing &#8220;USA: 500,000, Canada: 200,000, Mexico: 150,000&#8221; in a table, a map chart colors each country in shades of a single color, darker for higher values and lighter for lower ones. It turns geographic data into something instantly readable.</p>



<p class="wp-block-paragraph">Excel uses Bing Maps services behind the scenes to recognize location names, so it requires an internet connection to generate and render properly.</p>



<h2 class="wp-block-heading">When Should You Use a Map Chart?</h2>



<p class="wp-block-paragraph">I use map charts when:</p>



<ul class="wp-block-list">
<li>My data is naturally tied to geography — countries, states, regions, postal codes</li>



<li>I want to show regional trends, like sales performance or population density</li>



<li>The audience is non-technical and benefits from a visual rather than a table</li>



<li>I&#8217;m comparing a metric across many locations at once</li>
</ul>



<p class="wp-block-paragraph">If your data only involves two or three locations, a simple bar chart usually communicates the comparison more precisely than a map.</p>



<h2 class="wp-block-heading">Required Data Structure</h2>



<p class="wp-block-paragraph">You need two columns: one with recognizable geographic names, and one with the numeric value you want to visualize. Here&#8217;s an example:</p>



<figure class="wp-block-table"><table class="has-fixed-layout"><thead><tr><th>Country</th><th>Sales</th></tr></thead><tbody><tr><td>United States</td><td>520000</td></tr><tr><td>Canada</td><td>210000</td></tr><tr><td>Mexico</td><td>180000</td></tr><tr><td>Germany</td><td>340000</td></tr><tr><td>France</td><td>295000</td></tr></tbody></table></figure>



<p class="wp-block-paragraph">A few tips from experience: use full, standard location names rather than abbreviations (write &#8220;United States,&#8221; not &#8220;US&#8221; or &#8220;USA,&#8221; and Excel will usually still recognize it, but full names are safer). If you&#8217;re mapping U.S. states, list them by name or standard two-letter abbreviation, and Excel will handle the recognition.</p>



<h2 class="wp-block-heading">Step-by-Step Instructions</h2>



<p class="wp-block-paragraph">Here&#8217;s my process every time:</p>



<ol class="wp-block-list">
<li><strong>Enter your geographic data</strong> in one column and your numeric values in the adjacent column.</li>



<li><strong>Select both columns</strong>, including headers.</li>



<li>Go to the <strong>Insert</strong> tab.</li>



<li>In the <strong>Charts</strong> group, click <strong>Maps</strong>, then choose <strong>Filled Map</strong>.</li>



<li>Excel connects to its geographic data service and generates the map, shading each region according to your values.</li>



<li>Click the chart to access the <strong>Chart Design</strong> and <strong>Format</strong> tabs for further customization.</li>
</ol>



<h2 class="wp-block-heading">Formatting and Settings I Adjust</h2>



<p class="wp-block-paragraph">Once the base map appears, here&#8217;s what I typically fine-tune:</p>



<ul class="wp-block-list">
<li><strong>Color scheme</strong>: Right-click the map and choose Format Data Series > Series Color to switch between a two-color or three-color gradient scale.</li>



<li><strong>Map labels</strong>: Under Format Data Series > Map Labels, you can choose to show region names directly on the map.</li>



<li><strong>Map projection and area</strong>: Excel sometimes zooms to a default region — under Format Data Series > Map Area, you can set it to zoom only to the data region, or expand to show the whole world for context.</li>



<li><strong>Legend</strong>: I always keep the legend visible so viewers understand what the color gradient represents; you can reposition it under Chart Design > Add Chart Element > Legend.</li>
</ul>



<h2 class="wp-block-heading">A Practical Example</h2>



<p class="wp-block-paragraph">Say I&#8217;m reporting quarterly sales across ten European countries. Once plotted, Germany and France appear in a deep shade because they have the highest sales, while smaller markets like Slovakia or Estonia appear much lighter. A leadership team scanning this map can instantly identify which markets to invest more in, without reading a single number — the color does the storytelling.</p>



<h2 class="wp-block-heading">Common Mistakes to Avoid</h2>



<p class="wp-block-paragraph">Lessons I&#8217;ve learned the hard way:</p>



<ul class="wp-block-list">
<li><strong>Ambiguous location names</strong>: A city name like &#8220;Georgia&#8221; can be interpreted as either the U.S. state or the country. Be specific, or add a country column for disambiguation.</li>



<li><strong>Mixing geography levels</strong>: Don&#8217;t combine countries and states in the same data column — Excel needs a consistent geographic level to map correctly.</li>



<li><strong>No internet connection</strong>: Since map charts pull from an online service, they won&#8217;t generate (or will fail to refresh) without connectivity.</li>



<li><strong>Overly granular data</strong>: Mapping every single city in a dataset can produce a cluttered, unreadable chart. Aggregate to state or country level when possible.</li>
</ul>



<h2 class="wp-block-heading">Troubleshooting Tips</h2>



<p class="wp-block-paragraph">If your map chart isn&#8217;t behaving:</p>



<ul class="wp-block-list">
<li><strong>&#8220;Maps&#8221; option is greyed out</strong>: You need Excel 2016 or later with an active internet connection, and Bing Maps services must not be blocked by your organization&#8217;s firewall.</li>



<li><strong>Some regions aren&#8217;t recognized</strong>: Excel will flag unrecognized locations — check spelling, remove abbreviations, or add a Region/Country column to help it disambiguate.</li>



<li><strong>Map not updating after data changes</strong>: Right-click the chart and select Refresh Data, or try closing and reopening the workbook if the map seems stuck.</li>



<li><strong>Colors too similar to distinguish</strong>: Increase contrast by switching to a diverging three-color scale instead of a single-color gradient.</li>
</ul>



<h2 class="wp-block-heading">Real-World Use Cases</h2>



<p class="wp-block-paragraph">I&#8217;ve personally used map charts for:</p>



<ul class="wp-block-list">
<li>Visualizing regional election or survey results</li>



<li>Presenting global sales performance by country to an executive team</li>



<li>Showing state-by-state customer distribution for a US-based retailer</li>



<li>Mapping disease case counts by region for a public health report</li>
</ul>



<p class="wp-block-paragraph">Each time, the map chart did the heavy lifting of communicating &#8220;where&#8221; in a way a spreadsheet full of location names simply couldn&#8217;t.</p>



<h2 class="wp-block-heading">Best Practices</h2>



<p class="wp-block-paragraph">Before finalizing a map chart, I always double-check:</p>



<ul class="wp-block-list">
<li>Location names are spelled correctly and consistently</li>



<li>The color scale actually reflects meaningful differences (avoid using a gradient so subtle it hides variation)</li>



<li>The legend is visible and clearly labeled with units (dollars, percentages, counts)</li>



<li>The map is zoomed appropriately to the data&#8217;s geographic scope — don&#8217;t show the whole world if your data only covers five U.S. states</li>



<li>Consider pairing the map with a small supporting table for viewers who want exact figures</li>
</ul>



<p class="wp-block-paragraph">Map charts are one of the fastest ways to turn location-based data into an intuitive, visual story. Once you&#8217;ve got clean geographic names and a numeric value to plot, Excel does the rest — and the result looks far more polished than most people expect from a native Excel feature.</p>
<p>The post <a href="https://awjunaid.com/microsoft-excel/how-to-create-a-map-chart-in-excel/">How to Create a Map Chart in Excel</a> appeared first on <a href="https://awjunaid.com">Abdul Wahab Junaid</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://awjunaid.com/microsoft-excel/how-to-create-a-map-chart-in-excel/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6856</post-id>	</item>
		<item>
		<title>How to Create a Stock Chart in Excel</title>
		<link>https://awjunaid.com/microsoft-excel/how-to-create-a-stock-chart-in-excel/</link>
					<comments>https://awjunaid.com/microsoft-excel/how-to-create-a-stock-chart-in-excel/?noamp=mobile#respond</comments>
		
		<dc:creator><![CDATA[Abdul Wahab Junaid]]></dc:creator>
		<pubDate>Sat, 21 Oct 2023 15:08:55 +0000</pubDate>
				<category><![CDATA[Microsoft Excel]]></category>
		<category><![CDATA[excel]]></category>
		<guid isPermaLink="false">https://awjunaid.com/?p=6853</guid>

					<description><![CDATA[<p>I got into stock charts almost by accident — a friend asked me to help track his small&#8230;</p>
<p>The post <a href="https://awjunaid.com/microsoft-excel/how-to-create-a-stock-chart-in-excel/">How to Create a Stock Chart in Excel</a> appeared first on <a href="https://awjunaid.com">Abdul Wahab Junaid</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">I got into stock charts almost by accident — a friend asked me to help track his small investment portfolio, and a normal line chart just wasn&#8217;t cutting it. He wanted to see the daily high, low, and closing price all in one view, the way you&#8217;d see it on a financial news site. That&#8217;s when I discovered Excel actually has purpose-built stock chart types for exactly this. In this guide, I&#8217;ll walk you through how I set these up, from raw price data to a finished chart.</p>



<h2 class="wp-block-heading">What Is a Stock Chart?</h2>



<p class="wp-block-paragraph">A stock chart is a specialized chart type designed to display price movement over time — typically showing some combination of open, high, low, and close prices for a stock, commodity, or any other time-series data with a similar structure. Excel offers four built-in stock chart variations:</p>



<ul class="wp-block-list">
<li><strong>High-Low-Close</strong>: Shows the daily price range and closing price</li>



<li><strong>Open-High-Low-Close</strong>: Adds the opening price to the above</li>



<li><strong>Volume-High-Low-Close</strong>: Adds trading volume as a bar beneath the price range</li>



<li><strong>Volume-Open-High-Low-Close</strong>: The most complete version, combining volume with all four price points</li>
</ul>



<p class="wp-block-paragraph">The high-low range is typically shown as a vertical line, with the close (and open, if included) marked as small tick marks or dots.</p>



<h2 class="wp-block-heading">When Should You Use a Stock Chart?</h2>



<p class="wp-block-paragraph">I use these charts when:</p>



<ul class="wp-block-list">
<li>I&#8217;m tracking actual stock, cryptocurrency, or commodity prices over time</li>



<li>I need to show a daily range (high and low) rather than just a single value</li>



<li>Trading volume is relevant to the story I&#8217;m telling</li>



<li>I want a professional, finance-style visualization rather than a generic line chart</li>
</ul>



<p class="wp-block-paragraph">If you only have closing prices and no range data, a simple line chart will do — stock charts are built specifically for range-based financial data.</p>



<h2 class="wp-block-heading">Required Data Structure</h2>



<p class="wp-block-paragraph">This is where most people get tripped up, because Excel expects columns in a very specific order depending on the stock chart type you choose. For a full Volume-Open-High-Low-Close chart, your columns need to be arranged exactly like this:</p>



<figure class="wp-block-table"><table class="has-fixed-layout"><thead><tr><th>Date</th><th>Volume</th><th>Open</th><th>High</th><th>Low</th><th>Close</th></tr></thead><tbody><tr><td>1/2/2026</td><td>15000000</td><td>148.20</td><td>150.10</td><td>147.50</td><td>149.80</td></tr><tr><td>1/3/2026</td><td>16200000</td><td>149.90</td><td>151.30</td><td>149.00</td><td>150.75</td></tr><tr><td>1/4/2026</td><td>14800000</td><td>150.80</td><td>152.00</td><td>150.20</td><td>151.60</td></tr></tbody></table></figure>



<p class="wp-block-paragraph">If you&#8217;re building a simpler High-Low-Close chart, just drop the Volume and Open columns and keep Date, High, Low, Close in that exact order. Column order matters enormously here — Excel maps each column to a specific role based on position, not header name.</p>



<h2 class="wp-block-heading">Step-by-Step Instructions</h2>



<p class="wp-block-paragraph">Here&#8217;s how I build it every time:</p>



<ol class="wp-block-list">
<li><strong>Arrange your columns</strong> in the exact order required for the stock chart type you want (see above).</li>



<li><strong>Select your full data range</strong>, including headers.</li>



<li>Go to the <strong>Insert</strong> tab.</li>



<li>In the <strong>Charts</strong> group, click the small chart icon launcher (or <strong>Insert Waterfall, Funnel, Stock, Surface, or Radar Chart</strong> if using an older ribbon layout).</li>



<li>Choose <strong>Stock</strong> and select the variation that matches your data columns — High-Low-Close, Open-High-Low-Close, Volume-High-Low-Close, or Volume-Open-High-Low-Close.</li>



<li>Excel generates the chart, and you can click it to bring up the <strong>Chart Design</strong> and <strong>Format</strong> tabs.</li>
</ol>



<h2 class="wp-block-heading">Formatting and Settings I Adjust</h2>



<p class="wp-block-paragraph">Once the chart is built, here&#8217;s what I always tweak:</p>



<ul class="wp-block-list">
<li><strong>Up/Down bars</strong>: For Open-High-Low-Close charts, right-click and use Format Data Series to color &#8220;up&#8221; days (close higher than open) green and &#8220;down&#8221; days red — a convention every finance audience expects.</li>



<li><strong>Axis formatting</strong>: I usually format the vertical axis to show currency symbols under Format Axis > Number.</li>



<li><strong>Date axis type</strong>: If your dates have gaps (weekends, holidays), set the horizontal axis to Date Axis under Format Axis so spacing reflects actual calendar time rather than treating every row as evenly spaced.</li>



<li><strong>Volume bar scale</strong>: When volume is included, it appears on a secondary axis — I often adjust its scale so it doesn&#8217;t visually overwhelm the price data.</li>
</ul>



<h2 class="wp-block-heading">A Practical Example</h2>



<p class="wp-block-paragraph">Let&#8217;s say I&#8217;m tracking a stock over one trading month. Using a Volume-Open-High-Low-Close chart, I can immediately see days with heavy trading volume (tall bars at the bottom) that often correspond with sharp price movements (wide high-low ranges) above them. That correlation — volume spikes lining up with volatility — is something a plain line chart of closing prices would completely hide.</p>



<h2 class="wp-block-heading">Common Mistakes to Avoid</h2>



<p class="wp-block-paragraph">Mistakes I&#8217;ve personally made while learning this:</p>



<ul class="wp-block-list">
<li><strong>Wrong column order</strong>: This is the single most common issue. Excel doesn&#8217;t care what your headers say — it maps by column position, so Volume must come before Open, High, Low, Close if you&#8217;re using that chart type.</li>



<li><strong>Missing data points</strong>: A blank cell in the High or Low column will break that day&#8217;s range bar. Fill in missing values or remove incomplete rows.</li>



<li><strong>Using regular date text</strong>: If your Date column isn&#8217;t formatted as an actual date value, Excel may not build a proper time axis. Use Excel&#8217;s date formatting, not plain text.</li>



<li><strong>Ignoring the axis scale</strong>: If your price range is small (say, $148–$152) but Excel&#8217;s axis starts at zero, the chart will look flat. Manually adjust the axis minimum for a more readable view.</li>
</ul>



<h2 class="wp-block-heading">Troubleshooting Tips</h2>



<p class="wp-block-paragraph">If your chart isn&#8217;t rendering as expected:</p>



<ul class="wp-block-list">
<li><strong>Chart looks like a mess of disconnected lines</strong>: Double-check column order matches the required sequence exactly for your chosen stock chart type.</li>



<li><strong>Volume bars are too tall and hide price data</strong>: Right-click the volume series, choose Format Data Series, and move it to a secondary axis if it isn&#8217;t already, then adjust the axis maximum.</li>



<li><strong>Dates aren&#8217;t in order</strong>: Sort your data by date ascending before creating the chart — Excel plots data in the order it appears in your spreadsheet.</li>



<li><strong>Up/down bars aren&#8217;t showing</strong>: This feature only appears for Open-High-Low-Close type charts; if you&#8217;re using High-Low-Close without an Open column, there&#8217;s no &#8220;up&#8221; or &#8220;down&#8221; to color.</li>
</ul>



<h2 class="wp-block-heading">Real-World Use Cases</h2>



<p class="wp-block-paragraph">I&#8217;ve used stock charts for:</p>



<ul class="wp-block-list">
<li>Tracking a personal investment portfolio&#8217;s daily price movement</li>



<li>Presenting a company&#8217;s own share price performance in a board report</li>



<li>Visualizing commodity price trends (oil, gold) for a market analysis</li>



<li>Analyzing daily temperature high/low/average data — the same chart type works for any high-low-close structured dataset, not just finance</li>
</ul>



<h2 class="wp-block-heading">Best Practices</h2>



<p class="wp-block-paragraph">Before I call a stock chart finished, I check:</p>



<ul class="wp-block-list">
<li>Column order is exactly correct for the chart type chosen</li>



<li>The date axis reflects actual trading days, not a continuous calendar</li>



<li>Up and down colors follow standard convention (green for gains, red for losses) if your audience expects it</li>



<li>The price axis is scaled to actually show meaningful variation, not compressed near zero</li>



<li>Volume, if included, is on a secondary axis and appropriately scaled</li>
</ul>



<p class="wp-block-paragraph">Stock charts look intimidating at first because of the strict column ordering, but once your data is structured correctly, Excel handles all the visual complexity for you. It&#8217;s one of the more satisfying charts to build precisely because the payoff — a genuinely professional financial visualization — is so immediate.</p>
<p>The post <a href="https://awjunaid.com/microsoft-excel/how-to-create-a-stock-chart-in-excel/">How to Create a Stock Chart in Excel</a> appeared first on <a href="https://awjunaid.com">Abdul Wahab Junaid</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://awjunaid.com/microsoft-excel/how-to-create-a-stock-chart-in-excel/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6853</post-id>	</item>
		<item>
		<title>How to Create a Combo Chart in Excel</title>
		<link>https://awjunaid.com/microsoft-excel/how-to-create-a-combo-chart-in-excel/</link>
					<comments>https://awjunaid.com/microsoft-excel/how-to-create-a-combo-chart-in-excel/?noamp=mobile#respond</comments>
		
		<dc:creator><![CDATA[Abdul Wahab Junaid]]></dc:creator>
		<pubDate>Sat, 21 Oct 2023 11:34:53 +0000</pubDate>
				<category><![CDATA[Microsoft Excel]]></category>
		<category><![CDATA[excel]]></category>
		<guid isPermaLink="false">https://awjunaid.com/?p=6901</guid>

					<description><![CDATA[<p>I once spent way too long trying to cram both revenue (in the tens of thousands) and profit&#8230;</p>
<p>The post <a href="https://awjunaid.com/microsoft-excel/how-to-create-a-combo-chart-in-excel/">How to Create a Combo Chart in Excel</a> appeared first on <a href="https://awjunaid.com">Abdul Wahab Junaid</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">I once spent way too long trying to cram both revenue (in the tens of thousands) and profit margin (a small percentage) onto a single bar chart. The margin line was basically invisible next to the towering revenue bars. That frustration is exactly what combo charts were built to solve, and once I learned how to use them properly, they became one of my go-to chart types for any report involving two different units of measurement.</p>



<h2 class="wp-block-heading">What Is a Combo Chart?</h2>



<p class="wp-block-paragraph">A combo chart (short for combination chart) lets you display two or more chart types — like columns and lines — on the same chart, often using two different vertical axes. The classic example is a bar chart showing revenue alongside a line chart showing profit margin percentage, plotted on a secondary axis so both are readable despite having wildly different scales.</p>



<p class="wp-block-paragraph">Combo charts are perfect any time you have two related but differently-scaled metrics that you want your audience to compare in a single glance.</p>



<h2 class="wp-block-heading">When Should You Use a Combo Chart?</h2>



<p class="wp-block-paragraph">I reach for combo charts when:</p>



<ul class="wp-block-list">
<li>I&#8217;m comparing two metrics with very different scales (e.g., units sold vs. revenue)</li>



<li>I want to show a trend line over a set of bar values (e.g., monthly sales bars with a rolling average line)</li>



<li>I need to highlight a target or threshold against actual performance</li>



<li>One dataset is best shown as discrete values (bars) and another as continuous change (line)</li>
</ul>



<p class="wp-block-paragraph">If both your metrics share a similar scale, you probably don&#8217;t need a secondary axis — a simple grouped bar chart might communicate the comparison more clearly.</p>



<h2 class="wp-block-heading">Required Data Structure</h2>



<p class="wp-block-paragraph">You just need your data organized in standard tabular form, with a category column and two or more numeric columns. Here&#8217;s an example:</p>



<figure class="wp-block-table"><table class="has-fixed-layout"><thead><tr><th>Month</th><th>Revenue</th><th>Profit Margin %</th></tr></thead><tbody><tr><td>Jan</td><td>45000</td><td>12</td></tr><tr><td>Feb</td><td>48000</td><td>14</td></tr><tr><td>Mar</td><td>52000</td><td>11</td></tr><tr><td>Apr</td><td>61000</td><td>16</td></tr><tr><td>May</td><td>58000</td><td>15</td></tr></tbody></table></figure>



<p class="wp-block-paragraph">Notice how Revenue is in the tens of thousands and Profit Margin is a small percentage — this is exactly the kind of mismatch a combo chart is designed to handle.</p>



<h2 class="wp-block-heading">Step-by-Step Instructions</h2>



<p class="wp-block-paragraph">Here&#8217;s exactly how I build one:</p>



<ol class="wp-block-list">
<li><strong>Select your full data range</strong>, including headers.</li>



<li>Go to the <strong>Insert</strong> tab.</li>



<li>In the <strong>Charts</strong> group, click <strong>Insert Combo Chart</strong> (the icon looks like overlapping bar and line shapes).</li>



<li>Choose one of the built-in combos, such as <strong>Clustered Column &#8211; Line on Secondary Axis</strong>, or select <strong>Create Custom Combo Chart</strong> for full control.</li>



<li>In the Custom Combo Chart dialog, choose a chart type for each data series individually (e.g., set Revenue to Clustered Column, Profit Margin to Line), and check the <strong>Secondary Axis</strong> box next to the series that needs its own scale.</li>



<li>Click <strong>OK</strong>, and Excel builds the combo chart.</li>
</ol>



<h2 class="wp-block-heading">Formatting and Settings I Adjust</h2>



<p class="wp-block-paragraph">Once the chart is generated, here&#8217;s what I typically refine:</p>



<ul class="wp-block-list">
<li><strong>Secondary axis formatting</strong>: Right-click the secondary axis and format its number format to match the data (e.g., percentage format for margin).</li>



<li><strong>Line styling</strong>: I usually thicken the line and add markers (Format Data Series > Marker Options) so it stands out clearly against the bars.</li>



<li><strong>Color contrast</strong>: Bars and lines should use visually distinct colors — I avoid using similar shades that make it hard to tell the series apart.</li>



<li><strong>Legend placement</strong>: With two series types, a clear legend at the bottom or right becomes essential — I always double check it&#8217;s visible and correctly labeled.</li>
</ul>



<h2 class="wp-block-heading">A Practical Example</h2>



<p class="wp-block-paragraph">Say I&#8217;m reporting on a retail store&#8217;s monthly performance. I plot Revenue as columns and Profit Margin as a line on the secondary axis. Instantly, the audience sees that even though April had the highest revenue, March actually had a revenue increase but a dip in margin — a nuance that would be completely lost if I&#8217;d only shown one metric at a time. That&#8217;s the real power of a combo chart: it lets two stories be told in one glance without misleading scale comparisons.</p>



<h2 class="wp-block-heading">Common Mistakes to Avoid</h2>



<p class="wp-block-paragraph">Here&#8217;s what I watch out for:</p>



<ul class="wp-block-list">
<li><strong>Forgetting the secondary axis</strong>: If you skip this step, your line series with small percentage values will look like a flat line hugging the bottom of the chart, dwarfed by bar values in the thousands.</li>



<li><strong>Using too many series</strong>: Combo charts work best with two, maybe three, series. Beyond that, the chart becomes cluttered and hard to interpret.</li>



<li><strong>Mismatched axis scales confusing viewers</strong>: Always label both axes clearly so no one mistakes which scale belongs to which series.</li>



<li><strong>Choosing the wrong chart type per series</strong>: Discrete comparisons (like monthly totals) usually work better as bars, while trends over time usually work better as lines. Mixing these thoughtfully — not randomly — makes the chart more effective.</li>
</ul>



<h2 class="wp-block-heading">Troubleshooting Tips</h2>



<p class="wp-block-paragraph">If your combo chart isn&#8217;t behaving:</p>



<ul class="wp-block-list">
<li><strong>Line series is invisible or flat</strong>: Check that it&#8217;s assigned to the secondary axis under Format Data Series > Series Options.</li>



<li><strong>&#8220;Create Custom Combo Chart&#8221; option missing</strong>: This feature requires Excel 2013 or later; older versions require manually changing individual series chart types.</li>



<li><strong>Colors are hard to distinguish</strong>: Manually recolor each series under Format Data Series > Fill for more contrast.</li>



<li><strong>Data labels overlapping between series</strong>: Turn off labels for one series, or reposition them (e.g., line labels above the line, bar labels centered inside the bar).</li>
</ul>



<h2 class="wp-block-heading">Real-World Use Cases</h2>



<p class="wp-block-paragraph">I&#8217;ve built combo charts for:</p>



<ul class="wp-block-list">
<li>Comparing sales volume (bars) against year-over-year growth rate (line)</li>



<li>Showing website traffic (bars) alongside conversion rate (line)</li>



<li>Displaying actual vs. target performance, with actuals as bars and a flat target line overlaid</li>



<li>Visualizing temperature (line) against rainfall (bars) in a weather report</li>
</ul>



<h2 class="wp-block-heading">Best Practices</h2>



<p class="wp-block-paragraph">Before finalizing a combo chart, I always confirm:</p>



<ul class="wp-block-list">
<li>Each series uses the chart type that best fits its nature (bars for discrete totals, lines for trends)</li>



<li>The secondary axis is clearly labeled with correct units</li>



<li>Colors are distinct enough to read at a glance, even in black-and-white printouts</li>



<li>The chart isn&#8217;t overloaded with more than two or three series</li>



<li>A brief title or subtitle clarifies exactly what&#8217;s being compared</li>
</ul>



<p class="wp-block-paragraph">Combo charts solve a problem that plain charts simply can&#8217;t — comparing metrics on different scales without one drowning out the other. Once you get comfortable assigning chart types and axes per series, you&#8217;ll find yourself reaching for combo charts constantly, especially in any report where you&#8217;re telling two related stories at once.</p>
<p>The post <a href="https://awjunaid.com/microsoft-excel/how-to-create-a-combo-chart-in-excel/">How to Create a Combo Chart in Excel</a> appeared first on <a href="https://awjunaid.com">Abdul Wahab Junaid</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://awjunaid.com/microsoft-excel/how-to-create-a-combo-chart-in-excel/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6901</post-id>	</item>
		<item>
		<title>How to Create a Funnel Chart in Excel</title>
		<link>https://awjunaid.com/microsoft-excel/how-to-create-a-funnel-chart-in-excel/</link>
					<comments>https://awjunaid.com/microsoft-excel/how-to-create-a-funnel-chart-in-excel/?noamp=mobile#respond</comments>
		
		<dc:creator><![CDATA[Abdul Wahab Junaid]]></dc:creator>
		<pubDate>Sat, 21 Oct 2023 11:32:54 +0000</pubDate>
				<category><![CDATA[Microsoft Excel]]></category>
		<category><![CDATA[excel]]></category>
		<guid isPermaLink="false">https://awjunaid.com/?p=6898</guid>

					<description><![CDATA[<p>When I first started working in sales operations, I was handed a spreadsheet showing how many leads dropped&#8230;</p>
<p>The post <a href="https://awjunaid.com/microsoft-excel/how-to-create-a-funnel-chart-in-excel/">How to Create a Funnel Chart in Excel</a> appeared first on <a href="https://awjunaid.com">Abdul Wahab Junaid</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">When I first started working in sales operations, I was handed a spreadsheet showing how many leads dropped off at each stage of the sales pipeline — leads, qualified leads, proposals, negotiations, closed deals. A bar chart technically worked, but it didn&#8217;t visually communicate the idea of narrowing down, of a &#8220;funnel.&#8221; Switching to an actual funnel chart made the drop-off at each stage immediately obvious, and it&#8217;s become one of my favorite charts for any process with sequential stages.</p>



<h2 class="wp-block-heading">What Is a Funnel Chart?</h2>



<p class="wp-block-paragraph">A funnel chart displays values across sequential stages of a process, with each stage represented as a horizontal bar that narrows (or widens) based on its value relative to the stage before it. The classic shape — wide at the top, narrow at the bottom — visually represents attrition or progression through a multi-step process.</p>



<p class="wp-block-paragraph">It&#8217;s called a &#8220;funnel&#8221; because that&#8217;s literally what it looks like when your values decrease at each stage, just like a real funnel narrowing toward the bottom.</p>



<h2 class="wp-block-heading">When Should You Use a Funnel Chart?</h2>



<p class="wp-block-paragraph">I use funnel charts specifically when:</p>



<ul class="wp-block-list">
<li>I&#8217;m tracking a sales pipeline from lead to closed deal</li>



<li>I want to show conversion rates through a multi-step process (website visits → sign-ups → purchases)</li>



<li>I&#8217;m visualizing a hiring pipeline (applicants → interviews → offers → hires)</li>



<li>Any process where values naturally decrease (or increase) across sequential stages</li>
</ul>



<p class="wp-block-paragraph">If your data doesn&#8217;t represent sequential stages of a single process, a funnel chart won&#8217;t make sense — stick to a bar chart instead.</p>



<h2 class="wp-block-heading">Required Data Structure</h2>



<p class="wp-block-paragraph">You need two columns: the stage name and the corresponding numeric value. Order matters here — Excel plots stages top to bottom in the order they appear in your spreadsheet, so list them in the sequence you want displayed. Here&#8217;s an example:</p>



<figure class="wp-block-table"><table class="has-fixed-layout"><thead><tr><th>Stage</th><th>Count</th></tr></thead><tbody><tr><td>Website Visitors</td><td>10000</td></tr><tr><td>Leads Captured</td><td>3200</td></tr><tr><td>Qualified Leads</td><td>1400</td></tr><tr><td>Proposals Sent</td><td>600</td></tr><tr><td>Deals Closed</td><td>210</td></tr></tbody></table></figure>



<h2 class="wp-block-heading">Step-by-Step Instructions</h2>



<p class="wp-block-paragraph">Here&#8217;s how I build one every time:</p>



<ol class="wp-block-list">
<li><strong>Arrange your data</strong> with stages listed in sequential order (largest value typically first) and their corresponding values in the adjacent column.</li>



<li><strong>Select the data range</strong>, including headers.</li>



<li>Go to the <strong>Insert</strong> tab.</li>



<li>In the <strong>Charts</strong> group, click <strong>Insert Waterfall, Funnel, Stock, Surface, or Radar Chart</strong>.</li>



<li>Choose <strong>Funnel</strong> from the dropdown.</li>



<li>Excel builds the chart, with the widest bar at top representing your largest value and progressively narrower bars below.</li>
</ol>



<h2 class="wp-block-heading">Formatting and Settings I Adjust</h2>



<p class="wp-block-paragraph">Once the base chart appears, here&#8217;s what I typically clean up:</p>



<ul class="wp-block-list">
<li><strong>Data labels</strong>: I always turn these on (right-click a bar > Add Data Labels) so viewers can see exact numbers, not just relative width.</li>



<li><strong>Percentage labels</strong>: For an added layer of insight, I sometimes manually calculate the conversion percentage between stages in a helper column and reference it in custom data labels, since Excel&#8217;s funnel chart doesn&#8217;t calculate stage-to-stage percentage automatically.</li>



<li><strong>Color per stage</strong>: Right-click any individual bar and use Format Data Point to assign a unique color if you want each stage visually distinct, or keep a single gradient color for a cleaner look.</li>



<li><strong>Bar spacing</strong>: Under Format Data Series, I sometimes adjust the gap width for a tighter or looser funnel shape depending on how many stages I have.</li>
</ul>



<h2 class="wp-block-heading">A Practical Example</h2>



<p class="wp-block-paragraph">Let&#8217;s say I&#8217;m reporting on an e-commerce checkout process: 10,000 people add an item to cart, 6,500 start checkout, 4,200 enter payment info, and only 3,100 complete the purchase. Plotted as a funnel chart, the drop-offs at each stage are immediately visible — the biggest narrowing happens between &#8220;add to cart&#8221; and &#8220;start checkout,&#8221; which tells the team exactly where to focus optimization efforts. That kind of insight is far less obvious in a plain table of numbers.</p>



<h2 class="wp-block-heading">Common Mistakes to Avoid</h2>



<p class="wp-block-paragraph">Mistakes I&#8217;ve made or seen others make:</p>



<ul class="wp-block-list">
<li><strong>Values not in descending order</strong>: While Excel will still plot non-sequential values, the funnel shape only makes visual sense when stages generally decrease — an increase midway through looks like a strange bulge and can confuse viewers.</li>



<li><strong>Too many stages</strong>: More than six or seven stages makes the chart cramped and hard to label clearly. Consider consolidating minor stages.</li>



<li><strong>No labels</strong>: Without data labels, viewers can only judge relative size, not actual numbers — always label your bars.</li>



<li><strong>Confusing stage names</strong>: Keep stage labels short and consistent (e.g., &#8220;Leads&#8221; not &#8220;Total Number of Leads Generated This Month&#8221;) so they fit cleanly within the chart.</li>
</ul>



<h2 class="wp-block-heading">Troubleshooting Tips</h2>



<p class="wp-block-paragraph">If your funnel chart isn&#8217;t working as expected:</p>



<ul class="wp-block-list">
<li><strong>Funnel option is missing</strong>: Funnel charts require Excel 2016 or later (specifically, this feature was added via a later update, so make sure Office is fully updated).</li>



<li><strong>Bars aren&#8217;t narrowing properly</strong>: Check that your values are actually decreasing in the order listed — Excel scales bar width to value, so out-of-order data will look irregular.</li>



<li><strong>Labels are cut off</strong>: Widen the chart or reduce label font size under Format Data Labels.</li>



<li><strong>Chart looks too squished vertically</strong>: Increase the chart&#8217;s height, or reduce the number of stages if you have many.</li>
</ul>



<h2 class="wp-block-heading">Real-World Use Cases</h2>



<p class="wp-block-paragraph">I&#8217;ve used funnel charts for:</p>



<ul class="wp-block-list">
<li>Sales pipeline reporting from lead to closed deal</li>



<li>Marketing conversion funnels (impressions → clicks → sign-ups → purchases)</li>



<li>Recruitment pipelines (applications → interviews → offers → hires)</li>



<li>Event registration flows (invited → registered → attended → engaged)</li>
</ul>



<p class="wp-block-paragraph">Each time, the funnel shape communicated the concept of narrowing progression far more intuitively than a standard bar or column chart could.</p>



<h2 class="wp-block-heading">Best Practices</h2>



<p class="wp-block-paragraph">Before I finalize a funnel chart, I always check:</p>



<ul class="wp-block-list">
<li>Stages are listed in the correct sequential order</li>



<li>Data labels are visible and show meaningful numbers (and ideally percentages of the top stage)</li>



<li>The chart isn&#8217;t overloaded with more than six or seven stages</li>



<li>Colors are either consistent (single gradient) or intentionally varied to highlight specific stages</li>



<li>The chart title clearly states what process is being tracked and over what time period</li>
</ul>



<p class="wp-block-paragraph">Funnel charts are deceptively simple to build but incredibly effective at telling a story about progression and drop-off. Once your data is in the right sequential order, Excel does all the visual heavy lifting — you just need to make sure the labels and formatting support the story you&#8217;re trying to tell.</p>
<p>The post <a href="https://awjunaid.com/microsoft-excel/how-to-create-a-funnel-chart-in-excel/">How to Create a Funnel Chart in Excel</a> appeared first on <a href="https://awjunaid.com">Abdul Wahab Junaid</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://awjunaid.com/microsoft-excel/how-to-create-a-funnel-chart-in-excel/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6898</post-id>	</item>
		<item>
		<title>How to Create a Bubble Chart in Excel</title>
		<link>https://awjunaid.com/microsoft-excel/how-to-create-a-bubble-chart-in-excel/</link>
					<comments>https://awjunaid.com/microsoft-excel/how-to-create-a-bubble-chart-in-excel/?noamp=mobile#respond</comments>
		
		<dc:creator><![CDATA[Abdul Wahab Junaid]]></dc:creator>
		<pubDate>Fri, 20 Oct 2023 15:06:03 +0000</pubDate>
				<category><![CDATA[Microsoft Excel]]></category>
		<category><![CDATA[excel]]></category>
		<guid isPermaLink="false">https://awjunaid.com/?p=6849</guid>

					<description><![CDATA[<p>I first used a bubble chart when I needed to compare products across three dimensions at once —&#8230;</p>
<p>The post <a href="https://awjunaid.com/microsoft-excel/how-to-create-a-bubble-chart-in-excel/">How to Create a Bubble Chart in Excel</a> appeared first on <a href="https://awjunaid.com">Abdul Wahab Junaid</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">I first used a bubble chart when I needed to compare products across three dimensions at once — price, sales volume, and profit margin — without building three separate charts. A regular scatter plot could only show two of those variables. Adding the third as bubble size turned out to be exactly what I needed, and it&#8217;s a technique I&#8217;ve used regularly ever since whenever a dataset has that extra dimension worth showing.</p>



<h2 class="wp-block-heading">What Is a Bubble Chart?</h2>



<p class="wp-block-paragraph">A bubble chart is an extension of the standard scatter chart. Like a scatter plot, it places points on an X and Y axis to show the relationship between two variables. But a bubble chart adds a third variable by varying the size of each point — the &#8220;bubble&#8221; — based on an additional numeric value. Bigger bubbles represent larger values in that third metric.</p>



<p class="wp-block-paragraph">It&#8217;s essentially a way to squeeze three dimensions of data into a two-dimensional chart.</p>



<h2 class="wp-block-heading">When Should You Use a Bubble Chart?</h2>



<p class="wp-block-paragraph">I turn to bubble charts when:</p>



<ul class="wp-block-list">
<li>I have three numeric variables I want to compare simultaneously</li>



<li>I&#8217;m plotting things like price vs. sales volume vs. profit margin</li>



<li>I want to compare countries or companies across three metrics (e.g., population, GDP, growth rate)</li>



<li>A regular scatter chart feels like it&#8217;s missing an important piece of context</li>
</ul>



<p class="wp-block-paragraph">If you only have two variables, stick with a standard scatter chart — adding an unnecessary third dimension just adds visual clutter.</p>



<h2 class="wp-block-heading">Required Data Structure</h2>



<p class="wp-block-paragraph">You need exactly three numeric columns: one for the X-axis, one for the Y-axis, and one for bubble size. An optional fourth column with category or item names is useful for labeling. Here&#8217;s an example I often use:</p>



<figure class="wp-block-table"><table class="has-fixed-layout"><thead><tr><th>Product</th><th>Price</th><th>Units Sold</th><th>Profit Margin</th></tr></thead><tbody><tr><td>Product A</td><td>25</td><td>1200</td><td>18</td></tr><tr><td>Product B</td><td>45</td><td>800</td><td>22</td></tr><tr><td>Product C</td><td>15</td><td>2100</td><td>12</td></tr><tr><td>Product D</td><td>60</td><td>400</td><td>30</td></tr></tbody></table></figure>



<p class="wp-block-paragraph">In this setup, Price would be the X-axis, Units Sold the Y-axis, and Profit Margin the bubble size — though you can assign these however makes sense for your story.</p>



<h2 class="wp-block-heading">Step-by-Step Instructions</h2>



<p class="wp-block-paragraph">Here&#8217;s exactly how I build one:</p>



<ol class="wp-block-list">
<li><strong>Arrange your data</strong> with the X-axis variable, Y-axis variable, and bubble size variable in three separate adjacent columns (product/category names can go in a column before these, but shouldn&#8217;t be included in the selected numeric range if you want to add labels separately).</li>



<li><strong>Select the three numeric columns</strong>, including headers.</li>



<li>Go to the <strong>Insert</strong> tab.</li>



<li>In the <strong>Charts</strong> group, click the <strong>Insert Scatter (X, Y) or Bubble Chart</strong> icon.</li>



<li>Choose <strong>Bubble</strong> (or <strong>3-D Bubble</strong> if you want a dimensional effect, though I usually stick with the flat version for clarity).</li>



<li>Excel plots each row as a bubble positioned by the first two columns and sized by the third.</li>
</ol>



<h2 class="wp-block-heading">Formatting and Settings I Adjust</h2>



<p class="wp-block-paragraph">Once the chart appears, here&#8217;s what I always refine:</p>



<ul class="wp-block-list">
<li><strong>Bubble size scale</strong>: Under Format Data Series > Bubble Size, I adjust the scale so bubbles aren&#8217;t too tiny or so large they overlap excessively.</li>



<li><strong>Data labels with names</strong>: By default, bubbles are unlabeled. I manually add labels using Format Data Labels > Value From Cells, then select my product/category name column so each bubble shows its name instead of just coordinates.</li>



<li><strong>Axis titles</strong>: I always add clear axis titles (Chart Design > Add Chart Element > Axis Titles) so viewers immediately understand what X and Y represent.</li>



<li><strong>Transparency</strong>: For charts with many overlapping bubbles, I reduce fill transparency under Format Data Series > Fill so overlapping areas remain visible rather than fully obscuring each other.</li>
</ul>



<h2 class="wp-block-heading">A Practical Example</h2>



<p class="wp-block-paragraph">Imagine I&#8217;m comparing four marketing campaigns by budget (X-axis), leads generated (Y-axis), and conversion rate (bubble size). Once plotted, I can immediately spot the campaign that combines high lead generation with a large bubble (high conversion rate) despite a modest budget — clearly the standout performer. That three-way comparison would require either three separate charts or a dense table to communicate otherwise, but the bubble chart shows it all in one glance.</p>



<h2 class="wp-block-heading">Common Mistakes to Avoid</h2>



<p class="wp-block-paragraph">Here&#8217;s what I watch for:</p>



<ul class="wp-block-list">
<li><strong>Too many bubbles</strong>: More than 15-20 data points makes a bubble chart cluttered and hard to interpret. Consider filtering to the most relevant subset.</li>



<li><strong>Unlabeled bubbles</strong>: Without labels, viewers can see patterns but can&#8217;t identify which bubble is which. Always add name-based labels when possible.</li>



<li><strong>Bubble size variable chosen poorly</strong>: Make sure the third variable you&#8217;re sizing by actually adds meaningful insight — don&#8217;t add a third dimension just because you can.</li>



<li><strong>Overlapping bubbles hiding data</strong>: If bubbles heavily overlap, reduce opacity or consider filtering/splitting the dataset into multiple smaller charts.</li>
</ul>



<h2 class="wp-block-heading">Troubleshooting Tips</h2>



<p class="wp-block-paragraph">If your bubble chart isn&#8217;t working right:</p>



<ul class="wp-block-list">
<li><strong>Bubbles are all the same size</strong>: Double-check you selected three columns of data, not two — Excel needs a bubble size column to vary sizing.</li>



<li><strong>Chart looks like a normal scatter plot</strong>: This usually means you selected &#8220;Scatter&#8221; instead of &#8220;Bubble&#8221; from the chart type menu — go back and reselect Bubble.</li>



<li><strong>Labels showing coordinates instead of names</strong>: Under Format Data Labels, make sure you&#8217;ve unchecked X/Y Value and checked Value From Cells, pointing to your name column.</li>



<li><strong>Some bubbles are enormous, others invisible</strong>: Your size variable likely has extreme outliers — consider using a square root or log transformation in a helper column to normalize the scale.</li>
</ul>



<h2 class="wp-block-heading">Real-World Use Cases</h2>



<p class="wp-block-paragraph">I&#8217;ve used bubble charts for:</p>



<ul class="wp-block-list">
<li>Comparing products by price, sales volume, and profit margin</li>



<li>Analyzing marketing campaigns by budget, reach, and conversion rate</li>



<li>Visualizing countries by GDP, population, and life expectancy</li>



<li>Comparing investment options by risk, return, and portfolio allocation size</li>
</ul>



<h2 class="wp-block-heading">Best Practices</h2>



<p class="wp-block-paragraph">Before I finalize a bubble chart, I always confirm:</p>



<ul class="wp-block-list">
<li>The three variables chosen genuinely add insight together, not just because I have three numbers available</li>



<li>Bubble sizes are scaled appropriately — no bubble should be so large it dominates the chart or so small it&#8217;s invisible</li>



<li>Labels are clear and readable, even if that means only labeling the most important bubbles</li>



<li>Axis titles and a legend (if using color-coded categories) are clearly visible</li>



<li>The chart isn&#8217;t overcrowded — if it is, consider splitting into multiple charts or filtering to the top items</li>
</ul>



<p class="wp-block-paragraph">Bubble charts are one of the most information-dense chart types Excel offers, letting you tell a three-variable story in a single visual. Once you get comfortable assigning your X, Y, and size variables thoughtfully, it becomes a powerful way to reveal relationships that flat tables or simple scatter plots simply can&#8217;t show.</p>
<p>The post <a href="https://awjunaid.com/microsoft-excel/how-to-create-a-bubble-chart-in-excel/">How to Create a Bubble Chart in Excel</a> appeared first on <a href="https://awjunaid.com">Abdul Wahab Junaid</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://awjunaid.com/microsoft-excel/how-to-create-a-bubble-chart-in-excel/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6849</post-id>	</item>
		<item>
		<title>How to Create a Radar Chart in Excel</title>
		<link>https://awjunaid.com/microsoft-excel/how-to-create-a-radar-chart-in-excel/</link>
					<comments>https://awjunaid.com/microsoft-excel/how-to-create-a-radar-chart-in-excel/?noamp=mobile#respond</comments>
		
		<dc:creator><![CDATA[Abdul Wahab Junaid]]></dc:creator>
		<pubDate>Thu, 19 Oct 2023 15:03:54 +0000</pubDate>
				<category><![CDATA[Microsoft Excel]]></category>
		<category><![CDATA[excel]]></category>
		<guid isPermaLink="false">https://awjunaid.com/?p=6846</guid>

					<description><![CDATA[<p>I first used a radar chart while comparing employee performance across several skill categories — communication, technical ability,&#8230;</p>
<p>The post <a href="https://awjunaid.com/microsoft-excel/how-to-create-a-radar-chart-in-excel/">How to Create a Radar Chart in Excel</a> appeared first on <a href="https://awjunaid.com">Abdul Wahab Junaid</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">I first used a radar chart while comparing employee performance across several skill categories — communication, technical ability, leadership, punctuality, teamwork. A bar chart would have needed five separate groups per person, but a radar chart let me plot all five dimensions for each employee on a single, easy-to-compare shape. Once I saw how clean it looked, radar charts became my default whenever I need to compare multiple items across several shared criteria.</p>



<h2 class="wp-block-heading">What Is a Radar Chart?</h2>



<p class="wp-block-paragraph">A radar chart (also called a spider chart or web chart) displays multivariate data on axes that radiate outward from a central point, with each axis representing a different category or criterion. Values are plotted along each axis and connected with a line, forming a shape — often described as a web or spider silhouette. Multiple items can be overlaid on the same radar chart for direct comparison.</p>



<p class="wp-block-paragraph">The bigger and more balanced the shape, the stronger and more well-rounded the performance across all categories.</p>



<h2 class="wp-block-heading">When Should You Use a Radar Chart?</h2>



<p class="wp-block-paragraph">I use radar charts when:</p>



<ul class="wp-block-list">
<li>I&#8217;m comparing multiple items across several shared criteria (skills, features, ratings)</li>



<li>I want to see balance or imbalance across categories at a glance (a lopsided shape reveals weak areas)</li>



<li>I&#8217;m comparing survey results across several rated dimensions</li>



<li>I need to compare a small number of items (2-5 works best) across many criteria (4-10 categories)</li>
</ul>



<p class="wp-block-paragraph">If you only have one or two categories, or you&#8217;re comparing dozens of items, a radar chart will likely become cluttered — bar charts handle those situations better.</p>



<h2 class="wp-block-heading">Required Data Structure</h2>



<p class="wp-block-paragraph">You need one column listing your categories (the axes) and one column per item you&#8217;re comparing. Here&#8217;s an example comparing two employees across five skill areas:</p>



<figure class="wp-block-table"><table class="has-fixed-layout"><thead><tr><th>Skill</th><th>Employee A</th><th>Employee B</th></tr></thead><tbody><tr><td>Communication</td><td>8</td><td>6</td></tr><tr><td>Technical Ability</td><td>7</td><td>9</td></tr><tr><td>Leadership</td><td>6</td><td>5</td></tr><tr><td>Punctuality</td><td>9</td><td>8</td></tr><tr><td>Teamwork</td><td>8</td><td>7</td></tr></tbody></table></figure>



<p class="wp-block-paragraph">Each row becomes one axis on the radar chart, and each additional column becomes a separate overlaid shape.</p>



<h2 class="wp-block-heading">Step-by-Step Instructions</h2>



<p class="wp-block-paragraph">Here&#8217;s my process:</p>



<ol class="wp-block-list">
<li><strong>Arrange your data</strong> with categories in the first column and each item to compare in its own subsequent column, using consistent rating scales across all categories.</li>



<li><strong>Select the full data range</strong>, including headers.</li>



<li>Go to the <strong>Insert</strong> tab.</li>



<li>In the <strong>Charts</strong> group, click <strong>Insert Waterfall, Funnel, Stock, Surface, or Radar Chart</strong>.</li>



<li>Choose from <strong>Radar</strong>, <strong>Radar with Markers</strong>, or <strong>Filled Radar</strong> — I usually pick &#8220;Radar with Markers&#8221; for clarity, since it shows exact data points along each axis.</li>



<li>Excel generates the chart, plotting one shape per item column, overlaid on shared axes.</li>
</ol>



<h2 class="wp-block-heading">Formatting and Settings I Adjust</h2>



<p class="wp-block-paragraph">Once the chart appears, here&#8217;s what I typically clean up:</p>



<ul class="wp-block-list">
<li><strong>Line and marker styling</strong>: Under Format Data Series, I make sure each item&#8217;s line has a distinct color and marker style so overlapping shapes remain distinguishable.</li>



<li><strong>Fill transparency</strong>: If using Filled Radar, I reduce the fill opacity (Format Data Series > Fill > Transparency) so overlapping shapes don&#8217;t completely obscure each other.</li>



<li><strong>Axis scale</strong>: Under Format Axis, I set a consistent minimum and maximum (e.g., 0 to 10) across all categories so the shape accurately reflects relative performance rather than being distorted by differing scales.</li>



<li><strong>Legend</strong>: I always keep the legend visible and clearly labeled, especially when comparing more than two items.</li>
</ul>



<h2 class="wp-block-heading">A Practical Example</h2>



<p class="wp-block-paragraph">Say I&#8217;m comparing three smartphone models across battery life, camera quality, performance, display, and price value, each rated 1-10. Plotted on a radar chart, one phone might show a large, balanced shape (strong across the board), while another shows a lopsided shape with a big spike in camera quality but a deep dip in battery life. That imbalance is immediately visible in a radar chart in a way a table of numbers requires much more effort to notice.</p>



<h2 class="wp-block-heading">Common Mistakes to Avoid</h2>



<p class="wp-block-paragraph">Mistakes I&#8217;ve made or seen:</p>



<ul class="wp-block-list">
<li><strong>Inconsistent scales across categories</strong>: If one category is rated 1-10 and another is rated 1-100, the radar chart will be meaningless. Normalize all categories to the same scale first.</li>



<li><strong>Too many items compared at once</strong>: More than four or five overlapping shapes becomes visually unreadable. Limit comparisons to what your audience can actually parse.</li>



<li><strong>Too many categories (axes)</strong>: More than 8-10 axes makes the chart cramped and hard to label. Consolidate related criteria where possible.</li>



<li><strong>Ignoring category order</strong>: The order of your categories affects the shape&#8217;s visual balance — arranging related categories next to each other can make patterns easier to spot.</li>
</ul>



<h2 class="wp-block-heading">Troubleshooting Tips</h2>



<p class="wp-block-paragraph">If your radar chart isn&#8217;t working as expected:</p>



<ul class="wp-block-list">
<li><strong>Shapes look flat or distorted</strong>: Check that your axis scale (Format Axis) is set consistently and starts at a sensible minimum, usually zero.</li>



<li><strong>Can&#8217;t tell shapes apart</strong>: Increase line thickness and use highly contrasting colors under Format Data Series for each item.</li>



<li><strong>Chart looks cluttered</strong>: Reduce the number of items being compared, or split into multiple smaller radar charts.</li>



<li><strong>Labels overlapping the shape</strong>: Increase the chart size, or reduce category label length so text doesn&#8217;t collide with the plotted lines.</li>
</ul>



<h2 class="wp-block-heading">Real-World Use Cases</h2>



<p class="wp-block-paragraph">I&#8217;ve used radar charts for:</p>



<ul class="wp-block-list">
<li>Employee or team performance reviews across multiple skill dimensions</li>



<li>Product comparisons across several feature ratings</li>



<li>Sports analytics comparing players across stats like speed, accuracy, and stamina</li>



<li>Survey results showing average ratings across multiple question categories</li>
</ul>



<h2 class="wp-block-heading">Best Practices</h2>



<p class="wp-block-paragraph">Before finalizing a radar chart, I always check:</p>



<ul class="wp-block-list">
<li>All categories use the same rating scale so the shape is meaningful</li>



<li>No more than 4-5 items are compared at once for readability</li>



<li>Categories (axes) are limited to a manageable number, ideally under 10</li>



<li>Colors and markers are distinct enough to tell overlapping shapes apart</li>



<li>The chart includes a clear title explaining what&#8217;s being compared and on what scale</li>
</ul>



<p class="wp-block-paragraph">Radar charts are one of the best tools for showing balance — or the lack of it — across multiple criteria at once. Once your data is on a consistent scale and you&#8217;ve limited the number of items being compared, Excel turns what could be a dense comparison table into an instantly readable shape.</p>
<p>The post <a href="https://awjunaid.com/microsoft-excel/how-to-create-a-radar-chart-in-excel/">How to Create a Radar Chart in Excel</a> appeared first on <a href="https://awjunaid.com">Abdul Wahab Junaid</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://awjunaid.com/microsoft-excel/how-to-create-a-radar-chart-in-excel/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6846</post-id>	</item>
		<item>
		<title>How to Create a Pareto Chart in Excel</title>
		<link>https://awjunaid.com/microsoft-excel/how-to-create-a-pareto-chart-in-excel/</link>
					<comments>https://awjunaid.com/microsoft-excel/how-to-create-a-pareto-chart-in-excel/?noamp=mobile#respond</comments>
		
		<dc:creator><![CDATA[Abdul Wahab Junaid]]></dc:creator>
		<pubDate>Wed, 18 Oct 2023 15:03:31 +0000</pubDate>
				<category><![CDATA[Microsoft Excel]]></category>
		<category><![CDATA[excel]]></category>
		<guid isPermaLink="false">https://awjunaid.com/?p=6843</guid>

					<description><![CDATA[<p>I learned about Pareto charts during a quality control project where we were trying to figure out which&#8230;</p>
<p>The post <a href="https://awjunaid.com/microsoft-excel/how-to-create-a-pareto-chart-in-excel/">How to Create a Pareto Chart in Excel</a> appeared first on <a href="https://awjunaid.com">Abdul Wahab Junaid</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">I learned about Pareto charts during a quality control project where we were trying to figure out which types of defects were causing the most customer complaints. Someone mentioned the &#8220;80/20 rule&#8221; — that roughly 80% of problems usually come from 20% of causes — and a Pareto chart is the exact tool built to prove or disprove that on your own data. Once I built my first one, it became a staple in nearly every root-cause analysis I&#8217;ve done since.</p>



<h2 class="wp-block-heading">What Is a Pareto Chart?</h2>



<p class="wp-block-paragraph">A Pareto chart is a combination chart that shows individual values as descending bars alongside a cumulative percentage line. The bars are sorted from largest to smallest, so you can immediately see which categories contribute the most to a total. The cumulative line, plotted on a secondary axis, shows the running total percentage as you move from the biggest contributor to the smallest — making it easy to spot the &#8220;vital few&#8221; causes responsible for the majority of the effect.</p>



<p class="wp-block-paragraph">Excel actually includes Pareto as a built-in chart type, which makes this far easier than manually building the sorted bars and cumulative line yourself.</p>



<h2 class="wp-block-heading">When Should You Use a Pareto Chart?</h2>



<p class="wp-block-paragraph">I use Pareto charts when:</p>



<ul class="wp-block-list">
<li>I&#8217;m doing root-cause analysis on defects, complaints, or errors</li>



<li>I want to identify which few factors account for the majority of a problem or outcome</li>



<li>I&#8217;m prioritizing where to focus limited resources for maximum impact</li>



<li>I need to visually communicate the 80/20 principle to a team or stakeholder</li>
</ul>



<p class="wp-block-paragraph">If your categories are already fairly even in value, a Pareto chart won&#8217;t reveal much — its power comes from highlighting imbalance.</p>



<h2 class="wp-block-heading">Required Data Structure</h2>



<p class="wp-block-paragraph">You need two columns: a category name and its corresponding count or value. You don&#8217;t need to pre-sort or pre-calculate cumulative percentages — Excel&#8217;s built-in Pareto chart type handles that automatically. Here&#8217;s an example:</p>



<figure class="wp-block-table"><table class="has-fixed-layout"><thead><tr><th>Defect Type</th><th>Count</th></tr></thead><tbody><tr><td>Scratched Surface</td><td>145</td></tr><tr><td>Wrong Color</td><td>38</td></tr><tr><td>Missing Parts</td><td>22</td></tr><tr><td>Packaging Damage</td><td>15</td></tr><tr><td>Late Delivery</td><td>8</td></tr><tr><td>Other</td><td>5</td></tr></tbody></table></figure>



<h2 class="wp-block-heading">Step-by-Step Instructions</h2>



<p class="wp-block-paragraph">Here&#8217;s exactly how I build one:</p>



<ol class="wp-block-list">
<li><strong>Enter your data</strong> with category names in one column and their values in the adjacent column — no need to sort manually.</li>



<li><strong>Select the data range</strong>, including headers.</li>



<li>Go to the <strong>Insert</strong> tab.</li>



<li>In the <strong>Charts</strong> group, click <strong>Insert Statistic Chart</strong>.</li>



<li>Under <strong>Histogram</strong>, choose <strong>Pareto</strong>.</li>



<li>Excel automatically sorts your bars from largest to smallest and adds the cumulative percentage line on a secondary axis.</li>
</ol>



<h2 class="wp-block-heading">Formatting and Settings I Adjust</h2>



<p class="wp-block-paragraph">Once the chart is generated, here&#8217;s what I typically refine:</p>



<ul class="wp-block-list">
<li><strong>Cumulative line styling</strong>: I usually thicken this line and add markers (Format Data Series > Marker Options) so the running percentage is easy to trace at each bar.</li>



<li><strong>80% reference line</strong>: While Excel doesn&#8217;t add this automatically, I often add a horizontal reference line at 80% by creating a small helper series or using a manually drawn line shape, so viewers can instantly see which categories fall within the &#8220;vital few.&#8221;</li>



<li><strong>Axis formatting</strong>: I format the secondary (percentage) axis to display as whole percentages (0%, 20%, 40%&#8230; 100%) under Format Axis > Number.</li>



<li><strong>Bar colors</strong>: I sometimes highlight the bars that make up the top 80% in one color and the rest in a muted gray to visually separate the &#8220;vital few&#8221; from the &#8220;trivial many.&#8221;</li>
</ul>



<h2 class="wp-block-heading">A Practical Example</h2>



<p class="wp-block-paragraph">Say I&#8217;m analyzing customer complaint categories for an online store. After building the Pareto chart, I see that &#8220;Late Delivery&#8221; and &#8220;Wrong Item Shipped&#8221; together account for roughly 78% of all complaints, even though there are eight complaint categories total. That immediately tells the operations team exactly where to focus improvement efforts — fixing those two issues would resolve the vast majority of complaints, rather than spreading effort evenly across all eight categories.</p>



<h2 class="wp-block-heading">Common Mistakes to Avoid</h2>



<p class="wp-block-paragraph">Mistakes I&#8217;ve made or seen:</p>



<ul class="wp-block-list">
<li><strong>Too many categories</strong>: If you have 30+ categories, the chart becomes cramped. Consider grouping smaller categories into an &#8220;Other&#8221; bucket before charting.</li>



<li><strong>Forgetting the cumulative line&#8217;s purpose</strong>: Some people only look at the bars and ignore the line, but the cumulative percentage is what actually reveals the 80/20 breakpoint — don&#8217;t skip highlighting it.</li>



<li><strong>Using raw counts when percentages matter more</strong>: Depending on your audience, showing percentage of total rather than raw count on the bars themselves might communicate the story more effectively — you can adjust this under Format Axis for the primary axis.</li>



<li><strong>Not addressing outliers or one-off categories</strong>: A single unusual event (like one massive shipment error) might dominate the chart and skew the picture; consider whether it needs to be addressed separately.</li>
</ul>



<h2 class="wp-block-heading">Troubleshooting Tips</h2>



<p class="wp-block-paragraph">If your Pareto chart isn&#8217;t working correctly:</p>



<ul class="wp-block-list">
<li><strong>&#8220;Pareto&#8221; option missing under Histogram</strong>: This chart type requires Excel 2016 or later. If you&#8217;re on an older version, you&#8217;ll need to manually sort your data and add a calculated cumulative percentage column, then build a combo chart yourself.</li>



<li><strong>Bars aren&#8217;t sorting correctly</strong>: Excel&#8217;s Pareto chart type sorts automatically — if it looks wrong, double check you didn&#8217;t accidentally select a chart type other than Pareto.</li>



<li><strong>Cumulative line looks off</strong>: Make sure there are no blank or zero-value rows in your data range, as these can distort the cumulative calculation.</li>



<li><strong>Chart is too cluttered</strong>: Reduce categories by combining the smallest ones into an &#8220;Other&#8221; group before charting.</li>
</ul>



<h2 class="wp-block-heading">Real-World Use Cases</h2>



<p class="wp-block-paragraph">I&#8217;ve used Pareto charts for:</p>



<ul class="wp-block-list">
<li>Manufacturing defect analysis to prioritize quality improvements</li>



<li>Customer service complaint categorization to find the biggest pain points</li>



<li>IT help desk ticket analysis to identify the most common issue types</li>



<li>Sales analysis to find which few products generate most revenue</li>
</ul>



<h2 class="wp-block-heading">Best Practices</h2>



<p class="wp-block-paragraph">Before I finalize a Pareto chart, I always check:</p>



<ul class="wp-block-list">
<li>Categories are grouped sensibly, with very small ones combined into &#8220;Other&#8221; if there are too many</li>



<li>The cumulative percentage line is clearly visible and easy to trace</li>



<li>An 80% reference line (even if manually added) helps viewers instantly spot the cutoff point</li>



<li>The chart title and axis labels clearly explain what&#8217;s being measured and why</li>



<li>I&#8217;ve double-checked whether raw counts or percentages tell the story more clearly for my specific audience</li>
</ul>



<p class="wp-block-paragraph">Pareto charts turn the abstract 80/20 principle into a concrete, visual finding based on your actual data. Once you&#8217;ve got clean categorized data, Excel&#8217;s built-in Pareto chart type does virtually all the sorting and calculating for you — leaving you to focus on the more important part: figuring out what to actually do with that insight.</p>
<p>The post <a href="https://awjunaid.com/microsoft-excel/how-to-create-a-pareto-chart-in-excel/">How to Create a Pareto Chart in Excel</a> appeared first on <a href="https://awjunaid.com">Abdul Wahab Junaid</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://awjunaid.com/microsoft-excel/how-to-create-a-pareto-chart-in-excel/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6843</post-id>	</item>
		<item>
		<title>How to Create a Gantt Chart in Excel</title>
		<link>https://awjunaid.com/microsoft-excel/how-to-create-a-gantt-chart-in-excel/</link>
					<comments>https://awjunaid.com/microsoft-excel/how-to-create-a-gantt-chart-in-excel/?noamp=mobile#respond</comments>
		
		<dc:creator><![CDATA[Abdul Wahab Junaid]]></dc:creator>
		<pubDate>Wed, 18 Oct 2023 15:02:03 +0000</pubDate>
				<category><![CDATA[Microsoft Excel]]></category>
		<category><![CDATA[excel]]></category>
		<guid isPermaLink="false">https://awjunaid.com/?p=6840</guid>

					<description><![CDATA[<p>The first time I had to manage a multi-month project timeline, I reached for Microsoft Project — until&#8230;</p>
<p>The post <a href="https://awjunaid.com/microsoft-excel/how-to-create-a-gantt-chart-in-excel/">How to Create a Gantt Chart in Excel</a> appeared first on <a href="https://awjunaid.com">Abdul Wahab Junaid</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">The first time I had to manage a multi-month project timeline, I reached for Microsoft Project — until I realized I didn&#8217;t have a license and neither did half my team. So I built a Gantt chart in Excel instead, using nothing but a stacked bar chart and a bit of formatting cleverness. It worked so well that I&#8217;ve used this exact method for nearly every project plan since. Here&#8217;s exactly how I do it.</p>



<h2 class="wp-block-heading">What Is a Gantt Chart?</h2>



<p class="wp-block-paragraph">A Gantt chart is a horizontal bar chart used for project scheduling, where each bar represents a task, positioned along a timeline according to its start date and duration. It gives you an at-a-glance view of which tasks overlap, which depend on others finishing first, and how the whole project timeline flows from start to finish.</p>



<p class="wp-block-paragraph">Excel doesn&#8217;t have a native &#8220;Gantt chart&#8221; chart type, but you can build one easily using a stacked bar chart — a technique that&#8217;s become the standard workaround and honestly works great once you know the trick.</p>



<h2 class="wp-block-heading">When Should You Use a Gantt Chart?</h2>



<p class="wp-block-paragraph">I use Gantt charts when:</p>



<ul class="wp-block-list">
<li>I&#8217;m planning or presenting a project timeline with multiple tasks</li>



<li>I need to show task overlaps, dependencies, or sequencing</li>



<li>I want stakeholders to see project progress against a planned schedule</li>



<li>I&#8217;m tracking milestones across a multi-week or multi-month initiative</li>
</ul>



<p class="wp-block-paragraph">If you only have a handful of tasks with no real timeline complexity, a simple task list might be all you need — but for anything with overlapping or sequential tasks, a Gantt chart adds real clarity.</p>



<h2 class="wp-block-heading">Required Data Structure</h2>



<p class="wp-block-paragraph">You need three columns: Task name, Start Date, and Duration (in days). Here&#8217;s an example I typically use:</p>



<figure class="wp-block-table"><table class="has-fixed-layout"><thead><tr><th>Task</th><th>Start Date</th><th>Duration (Days)</th></tr></thead><tbody><tr><td>Research</td><td>1/5/2026</td><td>5</td></tr><tr><td>Design</td><td>1/10/2026</td><td>8</td></tr><tr><td>Development</td><td>1/18/2026</td><td>15</td></tr><tr><td>Testing</td><td>2/2/2026</td><td>6</td></tr><tr><td>Launch Prep</td><td>2/8/2026</td><td>3</td></tr></tbody></table></figure>



<p class="wp-block-paragraph">Some people prefer using Start Date and End Date instead of Duration — if that&#8217;s you, just add a helper column that calculates Duration as End Date minus Start Date, since the stacked bar technique needs a duration value either way.</p>



<h2 class="wp-block-heading">Step-by-Step Instructions</h2>



<p class="wp-block-paragraph">Here&#8217;s my exact process:</p>



<ol class="wp-block-list">
<li><strong>Enter your data</strong> with Task, Start Date, and Duration columns as shown above.</li>



<li><strong>Select the Task, Start Date, and Duration columns</strong>, including headers.</li>



<li>Go to the <strong>Insert</strong> tab.</li>



<li>In the <strong>Charts</strong> group, click <strong>Insert Bar Chart</strong>, then choose <strong>Stacked Bar</strong>.</li>



<li>Excel creates a stacked bar chart with two segments per task: the Start Date (which will initially be visible) and the Duration.</li>



<li><strong>Click the Start Date bar segment</strong>, right-click, choose <strong>Format Data Series</strong>, and set the <strong>Fill</strong> to <strong>No Fill</strong> — this makes the start-date portion invisible, leaving only the duration bar visible, positioned correctly along the timeline.</li>



<li><strong>Right-click the vertical axis</strong> (task names) and choose <strong>Format Axis</strong>, then check <strong>Categories in Reverse Order</strong> so your first task appears at the top instead of the bottom.</li>



<li><strong>Right-click the horizontal axis</strong> (dates) and adjust the <strong>Minimum</strong> bound under Format Axis to match your project&#8217;s actual start date, trimming empty space before the timeline begins.</li>
</ol>



<h2 class="wp-block-heading">Formatting and Settings I Adjust</h2>



<p class="wp-block-paragraph">Once the base Gantt structure is working, here&#8217;s what I refine further:</p>



<ul class="wp-block-list">
<li><strong>Task bar colors</strong>: I color-code bars by project phase or team under Format Data Point for each individual bar.</li>



<li><strong>Date axis formatting</strong>: Under Format Axis > Number, I format the horizontal axis to show dates clearly (e.g., &#8220;Jan 5&#8221; rather than a serial number).</li>



<li><strong>Gridlines</strong>: I add light vertical gridlines (Chart Design > Add Chart Element > Gridlines) so it&#8217;s easier to trace a task&#8217;s timing against the date axis.</li>



<li><strong>Data labels</strong>: I sometimes add task duration labels directly onto each bar for quick reference without needing to check the axis.</li>
</ul>



<h2 class="wp-block-heading">A Practical Example</h2>



<p class="wp-block-paragraph">Say I&#8217;m managing a product launch with five phases: Research, Design, Development, Testing, and Launch Prep. Once built, the Gantt chart shows that Development overlaps partially with the tail end of Design, and Testing can&#8217;t start until Development wraps up. A stakeholder glancing at this chart immediately understands the sequencing and overlap — something a plain task list with dates simply doesn&#8217;t communicate as intuitively.</p>



<h2 class="wp-block-heading">Common Mistakes to Avoid</h2>



<p class="wp-block-paragraph">Mistakes I&#8217;ve made along the way:</p>



<ul class="wp-block-list">
<li><strong>Forgetting to hide the start-date bar segment</strong>: If you skip the &#8220;No Fill&#8221; step, your chart will show a confusing double-bar for each task instead of a clean single bar starting at the right point.</li>



<li><strong>Not reversing the task order</strong>: Without reversing the vertical axis, your first task appears at the bottom of the chart instead of the top, which reads backward to most viewers.</li>



<li><strong>Using text dates instead of real date values</strong>: If your Start Date column is formatted as text rather than an actual Excel date, the chart won&#8217;t position bars correctly along the timeline.</li>



<li><strong>Overcrowding with too many tasks</strong>: More than 15-20 tasks in one Gantt chart becomes hard to read; consider grouping into phases or splitting into multiple charts.</li>
</ul>



<h2 class="wp-block-heading">Troubleshooting Tips</h2>



<p class="wp-block-paragraph">If your Gantt chart isn&#8217;t behaving:</p>



<ul class="wp-block-list">
<li><strong>Bars aren&#8217;t aligned to the right dates</strong>: Confirm your Start Date column is formatted as a proper date, not text — check by right-clicking the cell and viewing Format Cells.</li>



<li><strong>Tasks appear in the wrong order</strong>: Make sure you&#8217;ve checked &#8220;Categories in Reverse Order&#8221; under Format Axis for the vertical axis.</li>



<li><strong>Timeline has a lot of empty space before tasks start</strong>: Adjust the horizontal axis Minimum value under Format Axis to match your project&#8217;s actual earliest start date.</li>



<li><strong>Colors look inconsistent across bars</strong>: Manually set colors for each task individually under Format Data Point rather than relying on Excel&#8217;s default palette.</li>
</ul>



<h2 class="wp-block-heading">Real-World Use Cases</h2>



<p class="wp-block-paragraph">I&#8217;ve built Gantt charts in Excel for:</p>



<ul class="wp-block-list">
<li>Software development sprint planning and release timelines</li>



<li>Marketing campaign schedules with overlapping content, design, and launch phases</li>



<li>Event planning timelines from initial booking through the event date</li>



<li>Construction or renovation project schedules with sequential dependent phases</li>
</ul>



<h2 class="wp-block-heading">Best Practices</h2>



<p class="wp-block-paragraph">Before I consider a Gantt chart finished, I check:</p>



<ul class="wp-block-list">
<li>All dates are formatted as real Excel dates, not text</li>



<li>The task order reads top to bottom in the logical sequence of the project</li>



<li>The horizontal axis starts close to the project&#8217;s actual start date, without excess empty space</li>



<li>Task bars are color-coded meaningfully (by phase, owner, or priority) if that adds clarity</li>



<li>The chart isn&#8217;t overcrowded — group related tasks into phases if you have more than 15-20 individual items</li>
</ul>



<p class="wp-block-paragraph">Building a Gantt chart in Excel takes a bit more setup than a standard chart, but once you&#8217;ve done it once, the stacked-bar trick becomes second nature. It&#8217;s a genuinely powerful way to visualize a project timeline without needing specialized project management software.</p>
<p>The post <a href="https://awjunaid.com/microsoft-excel/how-to-create-a-gantt-chart-in-excel/">How to Create a Gantt Chart in Excel</a> appeared first on <a href="https://awjunaid.com">Abdul Wahab Junaid</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://awjunaid.com/microsoft-excel/how-to-create-a-gantt-chart-in-excel/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6840</post-id>	</item>
	</channel>
</rss>
