Formula To Give Total Amount Of Times The Same Number Is In Column AE

Dazzawm

Well-known Member
Joined
Jan 24, 2011
Messages
3,775
Office Version
  1. 365
Platform
  1. Windows
I need a Formula To Give The Total Amount Of Times The Same Number Is In Column AE please.
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
Book1
ACADAEAFAGAH
145(num to count)
24
36
47
55
63
72
82
93
104
115
128
135
145
Sheet1
Cell Formulas
RangeFormula
AD1AD1=COUNT(FILTER(AE:AE,AE:AE=AF1,0))
 
Upvote 0
Book1
ACADAEAFAGAH
145(num to count)
24
36
47
55
63
72
82
93
104
115
128
135
145
Sheet1
Cell Formulas
RangeFormula
AD1AD1=COUNT(FILTER(AE:AE,AE:AE=AF1,0))
Thanks but I am putting the formula in AI and it says 1 all the way down the list? (It needs to start in row 2 also).
 
Upvote 0
where do you tell it which number you want to search for ? Do you put it in a cell, (like I put it in AF1) ?

thanks
Rob
 
Upvote 0
where do you tell it which number you want to search for ? Do you put it in a cell, (like I put it in AF1) ?

thanks
Rob
I am putting formula in AI2 and it needs to count the amount of times a number is in column AE starting row 2.
 
Upvote 0
Yes, but "which" number ? How do you tell it which number it needs to look for ?

Rob
 
Upvote 0
Maybe let me ask it in another way : What number are you trying to count in your list in AE ? Is it always that same number ?

thanks
Rob
 
Upvote 0
Maybe let me ask it in another way : What number are you trying to count in your list in AE ? Is it always that same number ?

thanks
Rob
No there are hundreds of different numbers, so I want to know how many times each unique number appears in the file.
 
Upvote 0
Maybe this is what you are asking ? To check how many occurences of the corresponding number on that row is counted. So 4 for example below occurs 2 times in my list. 6 = 1 etc.

Book1
ADAEAFAGAHAIAJ
1
242
361
471
554
632
72
82
93
104
115
128
135
145
15
Sheet1
Cell Formulas
RangeFormula
AI2:AI6AI2=COUNT(FILTER(AE:AE,AE:AE=AE2,0))
 
Upvote 0
Maybe this is what you are asking ? To check how many occurences of the corresponding number on that row is counted. So 4 for example below occurs 2 times in my list. 6 = 1 etc.

Book1
ADAEAFAGAHAIAJ
1
242
361
471
554
632
72
82
93
104
115
128
135
145
15
Sheet1
Cell Formulas
RangeFormula
AI2:AI6AI2=COUNT(FILTER(AE:AE,AE:AE=AE2,0))
I am getting zero all the way down now.
 
Upvote 0

Forum statistics

Threads
1,221,539
Messages
6,160,412
Members
451,644
Latest member
hglymph

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top