Hello All,
I am trying to import Scaled Agile Team Event calendar excel onto Smartsheet.
I am facing difficulty in automating Column F - Team Events on Smartsheet.
If someone can help me debug the query to work in Smartsheet.
I am attaching the excel from Scaled Agile and also pasting the query down here.
Excel Column Team Events - F12 (Working Query)
="Iteration " & LOOKUP(2,1/($C$21:$C$27<=G12)/($D$21:$D$27>=G12),$B$21:$B$27)&"."&NUMBERVALUE((G12-(LOOKUP(2,1/($C$21:$C$27<=G12)/($D$21:$D$27>=G12),$C$21:$C$27)))/(7*$B$7)+1)&IF((NUMBERVALUE((G12-(LOOKUP(2,1/($C$21:$C$27<=G12)/($D$21:$D$27>=G12),$C$21:$C$27)))/($B$7*7)+1))=$B$6," IP","")
Smartsheet Import Adapted Query (Not working / #UNPARSEABLE) -
="Iteration "&LOOKUP(2,1/($[Column3]$20:$[Column3]$26<=[Column7]17)/($[Column4]$20:$[Column4]$26>=[Column7]17),$[Column2]$20:$[Column2]$26)&"."&_XLFN.NUMBERVALUE(([Column7]17-(LOOKUP(2,1/($[Column3]$20:$[Column3]$26<=[Column7]17)/($[Column4]$20:$[Column4]$26>=[Column7]17),$[Column3]$20:$[Column3]$26)))/(7*$[Column2]$6)+1)&IF((_XLFN.NUMBERVALUE(([Column7]17-(LOOKUP(2,1/($[Column3]$20:$[Column3]$26<=[Column7]17)/($[Column4]$20:$[Column4]$26>=[Column7]17),$[Column3]$20:$[Column3]$26)))/($[Column2]$6*7)+1))=$[Column2]$5," IP","")
Thanks in advance