kumara_faith
Well-known Member
- Joined
- Aug 19, 2006
- Messages
- 951
- Office Version
- 365
Hi,
I have the following tables in Sheet 1 and Sheet 2:
In Sheet 2, I am trying to summarize the Rate for each staff based on the data from Sheet 1. I tried combining a few xlookup as below but was not successful.
Appreciate all the help.
I have the following tables in Sheet 1 and Sheet 2:
Sheet 1 | Sheet 2 | |||||||
Month | Branch | Name | Rate | Branch | Name | Jan | Feb | |
Jan | Texas | Staff1 | 56% | Texas | Staff1 | 56% | 36% | |
Jan | Virginia | Staff2 | 45% | Virginia | Staff2 | 45% | 85% | |
Jan | Maine | Staff3 | 75% | Maine | Staff3 | 75% | 92% | |
Feb | Texas | Staff1 | 36% | |||||
Feb | Virginia | Staff2 | 85% | |||||
Feb | Maine | Staff3 | 92% |
In Sheet 2, I am trying to summarize the Rate for each staff based on the data from Sheet 1. I tried combining a few xlookup as below but was not successful.
Excel Formula:
=XLOOKUP(G3,C3:C8,XLOOKUP(H3,D3:D8,XLOOKUP(I2,B3:B8,E3:E8)))
Appreciate all the help.