Jedi Master
Board Regular
- Joined
- Jun 10, 2024
- Messages
- 70
- Office Version
- 365
- Platform
- Windows
I have one sheet that looks like thisresource role values are static here and I only want to pull the ones that have corresponding resource count values below) This snip sheet name: Quote Task Master
and another I want to pull filtered values into from the first, that would look like this if done correctly: This snip sheet name: 2-Quote Master
Is there a version of this formula that would accomplish the above?:
=LET(x,XLOOKUP($G11,'PM Project Tracker'!M4:UM4,'PM Project Tracker'!M9:UM21),IF($G11="","",CHOOSECOLS(FILTER(HSTACK('PM Project Tracker'!B9:C21,x),x>0),2,1,3)))
and another I want to pull filtered values into from the first, that would look like this if done correctly: This snip sheet name: 2-Quote Master
Is there a version of this formula that would accomplish the above?:
=LET(x,XLOOKUP($G11,'PM Project Tracker'!M4:UM4,'PM Project Tracker'!M9:UM21),IF($G11="","",CHOOSECOLS(FILTER(HSTACK('PM Project Tracker'!B9:C21,x),x>0),2,1,3)))