Hi,
@Genevieve P. appears versed in this issue from the previous posts I've read.
I've read several posts from 2020-2021 about how to do what I'm trying to do but I can't get it right and I'm hoping somebody can easily fill in the blanks of this formula. I essentially want to VLookup based on the value in 2 columns. I've read over and over again you can't do that and to instead use Index(Collect). OK, I'm to that part and I'm still receiving errors and I know I'm just putting something in the wrong order. Can somebody review and tell me what I'm doing wrong please?
Here's the Vlookup formula that works but is only comparing 1 column: =VLOOKUP([Team Name]@row, {ADO Calendar Capacity and PTO}, 13, false). I'm providing this to show it works and everyone before me asking this same question provided theirs.
What I need to do is compare the team name and the iteration name between both sheets and then return the Team Capacity Points.
With the function of an Index(collect, I know the first part should be the desired field to pull back, but I'm confused on the rest.
I need the [Team Capacity Points]@row from another sheet {ADO Calendar Capacity and PTO} and to find that row by getting an exact match of these columns [Iteration Name]@row:[Team Name]@row in both sheets (yes they're named the same between the sheets).
My best attempt at this has been 50 versions of this: =INDEX(COLLECT([Team Capacity Points]@row, {ADO Calendar Capacity and PTO}, [Iteration Name]@row:[Team Name]@row)). I either get circular references or other errors. Can somebody help me put this in the correct order to work please?