pmcmicha
Technical User
- May 25, 2000
- 353
I have an issue with a nested VLOOKUP formula.
=IF(ISBLANK(E50),"+0",VLOOKUP(COUNTIF(($E$50:E50),E50),BAB,VLOOKUP((E50),VLOOKUP((C50),CLASS_SELECT,2),2))+O48)
CLASS_SELECT is a named range which is set as follows:
VALUE ==> NAMED_RANGE
The problem is with the section of the formula in red, this part returns the correct NAMED_RANGE, but it does so with quotes. This then causes the parent VLOOKUP (in green and underlined) to fail.
I have attempted to use different techniques such as CONCATENATE, INDIRECT and what not, but then VLOOKUP complains about the formula being volatile.
Any help would be greatly appreciated. Thanks in advance.
=IF(ISBLANK(E50),"+0",VLOOKUP(COUNTIF(($E$50:E50),E50),BAB,VLOOKUP((E50),VLOOKUP((C50),CLASS_SELECT,2),2))+O48)
CLASS_SELECT is a named range which is set as follows:
VALUE ==> NAMED_RANGE
The problem is with the section of the formula in red, this part returns the correct NAMED_RANGE, but it does so with quotes. This then causes the parent VLOOKUP (in green and underlined) to fail.
I have attempted to use different techniques such as CONCATENATE, INDIRECT and what not, but then VLOOKUP complains about the formula being volatile.
Any help would be greatly appreciated. Thanks in advance.