DEV Community

Andrews
Andrews

Posted on Originally published at geekexcel.com on

Excel Formulas to Find Basic in cell histogram in Excel!!

So far we have learned the formulas to test all cells in a range are blank or empty in Excel. Likewise, here we are going to ** find the basic in-cell histogram in Excel** 365. Let’s get them below!! Get an official version of ** MS Excel** from the following link: https://www.microsoft.com/en-in/microsoft-365/excel

Generic Formula

  • Use the below given formula to find the basic in-cell histogram.
=[REPT](https://geekexcel.com/how-to-use-rept-function-in-microsoft-excel-2013/)(barchar,value/100)

Enter fullscreen mode Exit fullscreen mode

Syntax Explanation

  • Comma symbol (,) – It is a separator which helps to separate a list of values.
  • Parenthesis () – The main purpose of this symbol is to group the elements.
  • REPT – The REPT function repeats characters a given number of times.

Practical Example

  • For instance, you have to create a sample data in Excel.

Sample data

  • To create a simple in-cell histogram , you need to use a formula given below in the formula bar.
=[REPT](https://geekexcel.com/how-to-use-rept-function-in-microsoft-excel-2013/)([CHAR](https://geekexcel.com/how-to-use-char-function-in-microsoft-excel-365/)(110),C11/100)

Enter fullscreen mode Exit fullscreen mode

Use the Formula

  • Finally, you have to Hit the Enter key to get the result as in-cell histogram.

Wind-Up

So yeah guys this is how you can ** find the basic in-cell histogram in Excel 365*. Hope you like this article. If you have any **questions* , feel free to comment. Thank you so much for visiting Geek Excel!! *If you want to learn more helpful formulas, check out Excel Formulas *!!

Read Next:

Top comments (0)