Hi all, wonder if anyone can help me with this one please. I have a formula, listed in full below, but the part I am trying to amend is in blue:
=IF(A5="","",IFERROR(INDEX('GMS Throughput'!$B$2:$Y$350,MATCH($A5,'GMS Throughput'!$A$2:$A$350,0),MATCH(SUBSTITUTE($BM5,"Report","Throughput"),'GMS Throughput'!$B$1:$Y$1,0)),"No Figures"))
Now, if BM5 is '24 Month Report' and I want to retain the '24 Month' and search and return the contents of the column that says 'CASE MANAGER 24 MONTHS COMMENT', how do I do this (presumably with wildcards)? I have tried the below but it doesn't work:
=IF(A5="","",IFERROR(INDEX('GMS Throughput'!$B$2:$Y$350,MATCH($A5,'GMS Throughput'!$A$2:$A$350,0),MATCH(SUBSTITUTE($BM5,"Report","CASE MANAGER ** MONTHS COMMENT"),'GMS Throughput'!$B$1:$Y$1,0)),"No Figures"))
Any ideas?!
=IF(A5="","",IFERROR(INDEX('GMS Throughput'!$B$2:$Y$350,MATCH($A5,'GMS Throughput'!$A$2:$A$350,0),MATCH(SUBSTITUTE($BM5,"Report","Throughput"),'GMS Throughput'!$B$1:$Y$1,0)),"No Figures"))
Now, if BM5 is '24 Month Report' and I want to retain the '24 Month' and search and return the contents of the column that says 'CASE MANAGER 24 MONTHS COMMENT', how do I do this (presumably with wildcards)? I have tried the below but it doesn't work:
=IF(A5="","",IFERROR(INDEX('GMS Throughput'!$B$2:$Y$350,MATCH($A5,'GMS Throughput'!$A$2:$A$350,0),MATCH(SUBSTITUTE($BM5,"Report","CASE MANAGER ** MONTHS COMMENT"),'GMS Throughput'!$B$1:$Y$1,0)),"No Figures"))
Any ideas?!