Hi there,
I am looking for a formula which can lookup the text in cell S7 and match this with the range of options in the range U3:U20. I would then need the formula to check the table range V3:AG20 for the cell which contains the percentage figure and then return the date in row 2 into cell T7.
I am effectively looking to return the month in which the rate increase kicks in, depending on which framework abbreviation is being referred to in cell S7.
I previously had this working using the following formula: =IFERROR(INDEX('Overall Assumptions (2)'!$W$2:$AH$2,MATCH(9.99999999999999E+307,INDEX('Overall Assumptions (2)'!$W$3:$AH$20,MATCH(S7,'Overall Assumptions (2)'!$V$3:$V$20,0),))),"")
However, this formula does not work if I am linking cells V3:AG20 to an underlying file with the same table (as the formula takes the cell links as values which it tries to calculate. There will only be one % uplift per framework at a time, so I was looking for a way around this, for the formula to only recognise numbers in the table.
Any help would be greatly appreciated.
Thank you,
I am looking for a formula which can lookup the text in cell S7 and match this with the range of options in the range U3:U20. I would then need the formula to check the table range V3:AG20 for the cell which contains the percentage figure and then return the date in row 2 into cell T7.
I am effectively looking to return the month in which the rate increase kicks in, depending on which framework abbreviation is being referred to in cell S7.
I previously had this working using the following formula: =IFERROR(INDEX('Overall Assumptions (2)'!$W$2:$AH$2,MATCH(9.99999999999999E+307,INDEX('Overall Assumptions (2)'!$W$3:$AH$20,MATCH(S7,'Overall Assumptions (2)'!$V$3:$V$20,0),))),"")
However, this formula does not work if I am linking cells V3:AG20 to an underlying file with the same table (as the formula takes the cell links as values which it tries to calculate. There will only be one % uplift per framework at a time, so I was looking for a way around this, for the formula to only recognise numbers in the table.
Any help would be greatly appreciated.
Thank you,