SanjayGMusafir
Well-known Member
- Joined
- Sep 7, 2018
- Messages
- 1,503
- Office Version
- 2021
- Platform
- MacOS
Hi Experts
Underneath is my workaround formula, which looks for the Current Row Value [@PMobile] in/until the rows above (Column AR - Header[PMobile] ) in a structured table and returns value from the Column [sP] (Column AO)
The above is working fine.
I initially tried to make it dynamic as below, but I understand that I made some strange blunder. Can you help me make it dynamic.
Unable to copy XL2BB to give the reference - It is giving some error
Thanks in Advance
Highly Appreciated
Underneath is my workaround formula, which looks for the Current Row Value [@PMobile] in/until the rows above (Column AR - Header[PMobile] ) in a structured table and returns value from the Column [sP] (Column AO)
Excel Formula:
=LET(St,XLOOKUP([@PMobile],$AR$2:AR2,$AO$2:AO2,"",0),IFS(St=0,"",TRUE,St))
The above is working fine.
I initially tried to make it dynamic as below, but I understand that I made some strange blunder. Can you help me make it dynamic.
Excel Formula:
=LET(St,XLOOKUP([@PMobile],Clients[[#Headers],[PMobile]]:OFFSET([@PMobile],-1,0),Clients[[#Headers],[sP]]:OFFSET([@sP],-1,0),"",0),IFS(St=0,"",TRUE,St))
Unable to copy XL2BB to give the reference - It is giving some error
Thanks in Advance
Highly Appreciated