Dynamic Vlookup with usage of indirect

后端 未结 2 1222
予麋鹿
予麋鹿 2021-01-26 18:43

I\'m having trouble with the usage of Indirect function.

Here\'s what i\'m looking for, I\'m trying to create a dynamic vlookup based on the current tab.

=

2条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-26 18:57

    I've finally found and this formula is working perfectly.

    VLOOKUP($B3;INDIRECT("'NH "&RIGHT(CELL("filename");3)&"'!$G$1:$ZZ$9999");MATCH("SHARE_OUTSTANDING";INDIRECT("'NH "&RIGHT(CELL("filename");3)&"'!$G$1:$ZZ$1");0))
    

    By the way the issue i've got is that the cell are changing when i'm using the formula in another tab. Is this possible to look the value i've obtained ?

    Something like a F9 ?

提交回复
热议问题