I would like to know if there is a way of extracting information from a given column concerning a company.
That column contains several companies
|ID|Date|Sales|Company|Gross to Net Discount|
1 --------------A----------------------------
2 --------------A----------------------------
. --------------B----------------------------
.---------------C----------------------------
.---------------D----------------------------
50000 ----------A----------------------------
I only want a table with all that information but only for company A.
How to carry out such data analysis?