Multi-Formula Help

Hello,
I am trying to use two columns compared to two columns in another sheet to produce the value of a third column.
For example, I need to produce the annualized revenue value if the client name and team member match.
So I have one master sheet with the client name, team, and annualized revenue amount, then another sheet broken down by client and team members and I want to get the annualized revenue amount per team.
Sheet 1- Master sheet
Sheet 2 - need the annualized revenue dispersed throughout the team members
The problem is the 100 limit on the cross sheet reference, I have 200+ cross sheet references I would need in order to use the "=IF(team@row=Dante2, {Summary Range 1}, 0)" formula.
Any suggestions?
Answers
-
When I am faced with a problem like this I create a column in each sheet that smooshes the two fields together:
Client@row+Team@row
Then use INDEX and MATCH to hook the two together and bring in your fields.
-
How would I use INDEX/MATCH to filter out the different team members revenue amounts into different columns?
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 448 Global Discussions
- 154 Industry Talk
- 504 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 512 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!