I have a report with information that I want to pull into a table. The report lists names of sales employees, and below that it lists how many units of each product they've sold. If they have not sold a product however, the product name will not appear on the report under the employee's name. For example, if Employee A has sold at least one of each product, all products will populate beneath their name with the quantity sold next to it. If Employee B has sold every product except one, then that one product will not appear on the report. The products are always listed in the same order, and if the first product in the list has not been sold by the employee, the entire row will be missing from the sheet. However, if the employee has only sold the first product on the list and the last product on the list, then there will be entirely blank rows on the sheet for each product the employee did not sell.