jocquedemus
New Member
- Joined
- Aug 23, 2022
- Messages
- 1
- Office Version
- 2013
- Platform
- Windows
So, i have a 'Summary' workbook that consists of zone, state, city, and total income. Inside one zone, there are a states. And inside the states, there are a cities. What i'm trying to do is to find the total income of each city in column D and summarize the total income of each state. To get the 'total income' value, i match it from the 'raw data' workbook. Here's the example :
To get the 'total income' value, i need to match the 'City' column in 'raw data' workbook (Column B) with the 'City' column in 'Summary' workbook (Column C). If the criteria is matched, it will return the value of 'Income' column in 'raw data' workbook (Column C) and summarize the income of each city. This is just an example, the real data has thousands of row so i need a program that run fast.
Any help would be greatly appreciated.