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

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
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,223,997
Messages
6,175,874
Members
452,679
Latest member
darryl47nopra

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