• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

use indirect for Column Number in Vlookup

nadjalil

Member
dear all
i want to redirect column number in vlookup formula attached is my workring where i need it...

thanks for your help.
 

Attachments

  • Indirect function use for Columns in Vlookup.xlsx
    10.4 KB · Views: 0
Check this..
 

Attachments

  • Indirect function use for Columns in Vlookup.xlsx
    10.1 KB · Views: 0
One more..

=INDEX(Sheet2!$B$1:$N$5,MATCH(B3,Sheet2!$B$1:$B$5,0),MATCH($C$1,Sheet2!$B$1:$N$1,0))
 
Back
Top