Hi,
The array formula which is
{=IFERROR(INDEX('List T'!$B$4:$B$13327,MATCH('List S'!B2&'List S'!M2&'List S'!O2,'List T'!$I$4:$I$13327&'List T'!$E$4:$E$13327&'List T'!$H$4:$H$13327,0)),"NOT AVAILABLE")}
works fine.However one of the data which I am referencing in 'List T'!$I$4:$I$13327 has the formula throughout I column is
='List T'!G4&"/"&MID('List T'!D4,4,255)
What I want is that I want to use ='List T'!G4&"/"&MID('List T'!D4,4,255) in above array formula instead of using 'List T'!$I$4:$I$13327.
Can anyone suggest me correct formula.And if possible vba code.I would very much appreciate.
The array formula which is
{=IFERROR(INDEX('List T'!$B$4:$B$13327,MATCH('List S'!B2&'List S'!M2&'List S'!O2,'List T'!$I$4:$I$13327&'List T'!$E$4:$E$13327&'List T'!$H$4:$H$13327,0)),"NOT AVAILABLE")}
works fine.However one of the data which I am referencing in 'List T'!$I$4:$I$13327 has the formula throughout I column is
='List T'!G4&"/"&MID('List T'!D4,4,255)
What I want is that I want to use ='List T'!G4&"/"&MID('List T'!D4,4,255) in above array formula instead of using 'List T'!$I$4:$I$13327.
Can anyone suggest me correct formula.And if possible vba code.I would very much appreciate.