Count Records in powerpivot

qaz123434

New Member
Joined
Mar 30, 2014
Messages
7
hi i have a list of data im trying to create a calculated column to count the records like this

e.g

dog 1
dog 2
dog 3
cat 1
cat 2
mouse 1
cow 1
cow 2
cow 3
cow 4
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
matching on the number of animals or would if they are in A
=countif(A1:A10,"dog")
=countif(A1:A10,"cat")
=countif(A1:A10,"mouse")
=countif(A1:A10,"cow")

?
 
Upvote 0
I'm not super sure what you are asking, nor super sure why a calculated column (vs a measure / calculated field).

Your choices are mostly COUNTROWS() or COUNTA(), but I think you are asking something crazier (this is the first cow in my table, this is the 2nd cow in my table), which actually sounds somewhat challenging.

I'm kinda curious what your ACTUAL scenario is :)
 
Upvote 0

Forum statistics

Threads
1,226,739
Messages
6,192,739
Members
453,755
Latest member
IQBS

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