ChiefLapuLapu
New Member
- Joined
- Apr 7, 2022
- Messages
- 5
- Office Version
- 365
- Platform
- Windows
Hello,
In cell N2 I have the following formula = TRANSPOSE(UNIQUE(FILTER(Calendar[Week-Year],(Calendar[Date]>=L2)*(Calendar[Date]<=M2))))
This works, but I would like to use a spill range for arguments L2 and M2. Both columns L & M are separate spill range formulas.
I tried the following formula, but receive an #N/A error in cell N2.
=TRANSPOSE(UNIQUE(FILTER(Calendar[Week-Year],(Calendar[Date]>=L2#)*(Calendar[Date]<=M2#)))).
I imagine I will have to utilize LAMBDA, but having trouble figuring that part out.
Thanks in advance.
In cell N2 I have the following formula = TRANSPOSE(UNIQUE(FILTER(Calendar[Week-Year],(Calendar[Date]>=L2)*(Calendar[Date]<=M2))))
This works, but I would like to use a spill range for arguments L2 and M2. Both columns L & M are separate spill range formulas.
I tried the following formula, but receive an #N/A error in cell N2.
=TRANSPOSE(UNIQUE(FILTER(Calendar[Week-Year],(Calendar[Date]>=L2#)*(Calendar[Date]<=M2#)))).
I imagine I will have to utilize LAMBDA, but having trouble figuring that part out.
Thanks in advance.