The following INDEX/MATCH formula works but, I would like the return to be just the numbers (no text). Help modifying formula would be appreciated.
Current Return:
[TABLE="width: 105"]
<tbody>[TR]
[TD="class: xl65, width: 105"]REQ-1187706[/TD]
[/TR]
</tbody>[/TABLE]
Would like this Return:
[TABLE="width: 105"]
<tbody>[TR]
[TD="class: xl65, width: 105"]1187706
[/TD]
[/TR]
</tbody>[/TABLE]
Regards,
Morey
Code:
=IFERROR(INDEX('SDC TRIRIGA'!$C$1:$C$15000,MATCH(A2,'SDC TRIRIGA'!$A$1:$A$15000,0)),"")
Current Return:
[TABLE="width: 105"]
<tbody>[TR]
[TD="class: xl65, width: 105"]REQ-1187706[/TD]
[/TR]
</tbody>[/TABLE]
Would like this Return:
[TABLE="width: 105"]
<tbody>[TR]
[TD="class: xl65, width: 105"]1187706
[/TD]
[/TR]
</tbody>[/TABLE]
Regards,
Morey