COUNTIFS Function

bflan0524

Board Regular
Joined
Oct 7, 2016
Messages
192
Office Version
  1. 2010
hello, need a formula for the following, i think its countifs but i keep messing up

column A has a list of Enterprise ID's for example E11111111
Column B has account numbers associated with Column A

so there could be 5 account numbers associated with column A for example or just one

on a separate sheet i took a list of all the enterprise IDs and i wanted to do a count on how many Account #s are associated with those ID's

i did put ==countifs('Locked Portfolio'!A:A,Sheet1!A1,'Locked Portfolio'!B:B)

not sure if that makes sense, locked portfolio is the name of the sheet i put all the unique enterprise IDs on

thanks
 

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.
Is this what your data looks like?

E111111111
E111111112
E111111113
E111111114
E222222221
E222222222
E333333331

<tbody>
</tbody>

if so try this

=COUNTIF('Locked Portfolio'!A:A,Sheet1!A1)
 
Upvote 0
Is this what your data looks like?

E111111111
E111111112
E111111113
E111111114
E222222221
E222222222
E333333331

<tbody>
</tbody>

if so try this

=COUNTIF('Locked Portfolio'!A:A,Sheet1!A1)

no it looks more like this

E00000000023 A000001234567
E00000000040A000000234567
E00000000094A000000034567
E00000000098A000000005678

<colgroup><col><col></colgroup><tbody>
</tbody>
 
Upvote 0

Forum statistics

Threads
1,214,653
Messages
6,120,751
Members
448,989
Latest member
mariah3

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