Share via

How can I return formulas through vlookup function?

Anonymous
2018-02-13T21:09:58+00:00

I am building a template which uses vlookup function in excel to return text from other data tables. However, some of my cells in some of the tables have formulas which need to return through vlookup but instead it returns just the text. 

This is the formula I am using =VLOOKUP($D57,VESSEL!$D$4:$N$1571,6,FALSE)

So, please help me to fix the issue as I really need help on this. I need vlookup to return formula.

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2018-02-13T21:27:53+00:00

Hello,

I can't seem to make the VLOOKUP to work but if you're happy to use INDEX/MATCH then this works:

=FORMULATEXT(INDEX($N$4:$P$6,MATCH(J5,$N$4:$N$6,0),3))

Let me know how you go.

Regards,

MN

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

0 additional answers

Sort by: Most helpful