Sometimes you're given a CSV with IDs (or emails, or websites, etc.) and are asked to do something with it. The CSV file has some information, but you need to see more about the records to complete the task requested. This article walks you through how to take a list of IDs and create a SFDC report of just those records.
1. Create a new report for the relevant object and add a Field Filter to Account ID
2. Paste your IDs. If you have more text than can fit in one filter (see below), add additional filters until all IDs are in your report.
3. Click the arrow next to 'Add' and select 'Filter Logic'
4. Within the Filter Logic, replace 'AND' with 'OR' and click OK
5. Run your report & enjoy!
That means --