All articles in 'Excel Howtos' Category

Learn how to convert a Roman Numeral to a Number using this nifty formula. No VBA required.
Continue »
Learn how to develop a Stacked Bar chart with Indicator Arrow in this Tutorial
Continue »
A while back I developed a solution to a Chandoo.org Forum question, where the user wanted a 4 level doughnut chart where each doughnut was made up of 12 segments and each segment was to be colored based on a value within a range. If the values changed he wanted the chart to update, Conditional Formating like:
This post looks at how this was achieved.
Add any number of days, months or years to a date with this simple trick

Let’s say you have a date in A1 and want to find out future date after 2 years, 4 months and 9 days.
Here are a few formulas you can try.
- =A1 + DATE(2,4,9)
- =EDATE(A1, 2*12+4) + 9
- =A1 + 2*365 + 4*30 + 9
Surprisingly, each formula gives a different result! So which one should you use?
Continue »Find out how many times a value is present in a cell [formulas]
![Find out how many times a value is present in a cell [formulas]](https://chandoo.org/wp/wp-content/uploads/2016/07/count-occurances-using-formula.png)
Here is an interesting problem to start your day.
Let’s say you work as DNA sequencing engineer at The Enterprise. And you just unlocked the sequence that is responsible for all male problems. The early onset of baldness. The sequence code is AAAA. And you want to find out how many times this sequence is found in a sample of DNA strings, in the range B6:B19. Essentially you want the above.
So how do you write the formula?
Continue »Sum up neither “A” nor “B” values – How to use DSUM function in Excel [video]
![Sum up neither “A” nor “B” values – How to use DSUM function in Excel [video]](https://chandoo.org/wp/wp-content/uploads/2016/06/sum-neither-a-nor-b-values-thumb.png)
We know how to use SUMIFS function to answer questions like, “What is the sum of values for ‘A’?” But how would you answer questions like,
- What is the sum of values that are neither “A” nor “B”?
We can still use SUMIFS, but it will get awfully long. So let’s turn our attention to other functions in Excel.
Continue »Generating sequence numbers from cluster values [VLOOKUP to the rescue]
![Generating sequence numbers from cluster values [VLOOKUP to the rescue]](https://chandoo.org/wp/wp-content/uploads/2016/06/generate-squence-numbers-problem.png)
Last night I got an email from Joshua, one of our readers with the subject – Hard Excel problem. Hard?!?, at this stage of summer, the hard problems seem to be (in no particular order),
- Lack of good quality mangoes to eat
- Intense heat and humidity
- Lack of good quality mangoes to eat
Yes, I like mangoes.
Any how, back to Joshua’s email, So I got curios and read it. He is facing a curious problem.
Continue »Show more of your workbook on screens [quick tip]
![Show more of your workbook on screens [quick tip]](https://chandoo.org/wp/wp-content/uploads/2016/05/get-more-screen-space-excel-tip.png)
Ever wanted to show your workbook to someone and felt that you had less screen real estate? This tip will help you get more out of your workbook.
So how to get 50% more space for your workbooks?
Simple, just follow these steps.
Continue »
Over the last month we have seen some Excel Tips, Tricks, Cheats & Hacks presented by some of the best Excel practitioners on the internet.
In this final post of the series we highlight the Readers Contributions.
How many ‘Friday the 13th’s are in this year? [Formula fun + challenge]
![How many ‘Friday the 13th’s are in this year? [Formula fun + challenge]](https://chandoo.org/wp/wp-content/uploads/2016/05/friday-13th-in-an-year.png)
Today is Friday the 13th. If you are a raging friggatriskaidekaphobiac, I suggest you to stop reading this post. For the rest of you, I have something fun.
Given a year in cell C3, let’s find out all the months with Friday the 13th. Something like above.
Continue »
Over the past 3 weeks we have been able to showcase some Excel Tips, Tricks, Cheats and Hacks from some of the best excel practitioners on the net.
But now it’s your turn…
Apply Conditional Formatting using Slicers

Have you ever wondered about applying different Spreadsheet Formats or Styles to reports which you may be send to different people and so the styling may be different for each recipient?
I haven’t, but in this post I will show how you can add it to your worksheets.
Continue »
Learn some Excel Tips, Tricks, Cheats & Hacks from some Notable [Non-MVP] Excel Websites.
Continue »
Excel Tips, Tricks, Cheats & Hacks – Chandoo.org Excel Ninja Edition
Learn some of the Chandoo.org Excel Ninja’s favorite Excel Tips, Tricks, Cheats & Hacks

Learn some of the Microsoft Excel MVP’s favorite Excel Tips, Tricks, Cheats & Hacks in this post
Excel Tips, Tricks, Cheats & Hacks – Microsoft MVP Edition