Hello, I have a several worksheets that I am trying to compile summary data into.
Here is an example of one of the sheets that will feed into the summary page. Departments A, B, and C, fall into Category 1. Department D is Category 2, Department E is Category 3.
Item # Dept# Seller Revenue
1 A JD $100
2 A JD $75
3 B JD $10
4 C JD $30
5 D JD $200
6 E JD $300
7 B JD $10
8 F JD $600
9 C JD $10
In a separate sheet, I need to create a summary that COUNTS the number of occurrences for Cat 1, 2, 3, ..... and there respective revenue
Seller Cat 1 Cat 1 Rev Cat 2 Cat 2 Rev Cat 3 Cat 3 Rev
JD 6 $225 1 $200 1 $300
I was thinking a countif(b1:b10, "A") + Countif(b1:b10:, "B") + ...... for the count of the department, but not sure how to count for the revenue.
Anyway, help is needed.
Thank you in advance.
Here is an example of one of the sheets that will feed into the summary page. Departments A, B, and C, fall into Category 1. Department D is Category 2, Department E is Category 3.
Item # Dept# Seller Revenue
1 A JD $100
2 A JD $75
3 B JD $10
4 C JD $30
5 D JD $200
6 E JD $300
7 B JD $10
8 F JD $600
9 C JD $10
In a separate sheet, I need to create a summary that COUNTS the number of occurrences for Cat 1, 2, 3, ..... and there respective revenue
Seller Cat 1 Cat 1 Rev Cat 2 Cat 2 Rev Cat 3 Cat 3 Rev
JD 6 $225 1 $200 1 $300
I was thinking a countif(b1:b10, "A") + Countif(b1:b10:, "B") + ...... for the count of the department, but not sure how to count for the revenue.
Anyway, help is needed.
Thank you in advance.