I want to count like this: Column 1 as a Range and Column 2 as criteria using simple excel form formulas. Any suggestion!
Asked
Active
Viewed 32 times
-2
-
Please share some of your sample data.. and what you had tried.. like these [Example1](https://stackoverflow.com/questions/51462803/formula-to-combine-similar-rows-but-sum-values-from-1-column/51462879) [Example2](https://stackoverflow.com/questions/51439093/excel-formula-how-to-split-string-by-capital-letters/51446616) [Example3](https://stackoverflow.com/questions/51449555/excel-sumifs-checking-if-a-column-contains-text/51451498) – p._phidot_ Jul 23 '18 at 07:35
1 Answers
0
You can write this :
COUNTIF(range, criteria)
Range is column1 and criteria is column2.you can also click on formula to pass parameters with mouse clicks.

Mohammad
- 1,549
- 1
- 15
- 27
-
-
-
@AbidAli if your cells are merged, you should probably mention that in your question. Please provide *all* relevant information. Showing a photo of some sample data will go a long way as well. Also, you should avoid merging cells at all costs as it leads to problems like this without much benefit. – urdearboy Jul 22 '18 at 23:30