coreyjames
Board Regular
- Joined
- Apr 19, 2011
- Messages
- 71
I am currently working on a project for a hospital where I have data with case numbers, procedures, cost, etc. I have a vlookup looking at a pivot table that is matching the case number with the procedure. The problem is I have instances where the case number may be 789987 and a bowel resection was the procedure. However, there may have been multiple procedures for one case so the same case number "789987" may appear again with a different procedure like a hernia repair. I want to make sure if my vlookup picks up "bowel resection" the first time it sees the case number then it will pick up the other case "hernia repair" the second time it sees the number. Is this possible? Thank you!