Read Data and Create Report

kvonatzigen

New Member
Joined
May 16, 2011
Messages
10
Alrighty,

So I have a database of information that I compile weekly. This data is stored on a worksheet "DATA". I would like to read "DATA" and search for when a variable (account) is on there multiple times (2, 3, 4, etc..whatever I decide for my parameter to be).

Can anyone help please? Thank you very much!
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
Try the COUNTIF function. Select your range, then input the variable you want as the criteria, such as an account number.
 
Upvote 0
Thanks Chimp, I appreciate the input! This is actually how I'm creating the report now. I have a list of accounts that I watch and compile information on a weekly basis. The problem is I have to know the accounts and manually input them into the countif function.

What I'm looking for is something that will scan the column of data and return to me the accounts that have been repeated multiple times without me having to manually tell it what accounts to look for. Something along the lines of countif but more countif - if it's been on there 2+ times. While returning each account that is on there 2+ times into it's own row.
 
Upvote 0

Forum statistics

Threads
1,224,585
Messages
6,179,703
Members
452,938
Latest member
babeneker

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