Match the first letters with a formula in an excel report
In some reports, the categorization contains different variables and I need to regroup them into only 1 type so I can filter easier and create a chart showing this single type vs other ones.
When I use the formula ?
Sometimes I need to have a quick look to know how many data for 1 single common category.
How to use the formula ?
The formula in this topic is with ";" so depending of the operating system of your PC, the formula should have "," instead of ";".
How is/are the formula(s) ?
=IF()
=LEFT()
This formula will search in the cell A2, for instance, the 5 first characters of the word “service”, “service down”, “service hung”, etc.:
=IF(LEFT(A2;5)="servi";"match";"no match")
Interesting Topics
-
Be successfully certified ITIL 4 Managing Professional
Study, study and study, I couldn’t be successfully certified without studying it, if you are interested...
-
Be successfully certified ITIL 4 Strategic Leader
With my ITIL 4 Managing Professional certification (ITIL MP) in the pocket, it was time to go for the...
-
Hide visual and change background color based on selection
Some small tricks to customize the background colour of a text box...
-
Stacked and clustered column chart or double stacked column chart
In excel, I use a lot the combination of clustered and stacked chart...