Share via

Is anyone aware of a Formula that will vlookup a value "x" number of spaces to the right anywhere in a workbook, not just a range on a worksheet?

Anonymous
2024-09-27T15:54:56+00:00

Is anyone aware of a Formula that will vlookup a value "x" number of spaces to the right anywhere in a workbook, not just a range on a worksheet?

Microsoft 365 and Office | Excel | For business | 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
2024-09-30T01:52:11+00:00

You may use Vstack and 3D reference to combine all the sheet from another workbook into one range for vlookup formula.

=VLOOKUP(A2,VSTACK([Book2.xlsx]PIU:FMS!$A$2:$K$1000),11,0)

Create a 3-D reference to the same cell range on multiple worksheets - Microsoft Support

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

3 additional answers

Sort by: Most helpful
  1. Anonymous
    2024-09-30T02:10:04+00:00

    Thank you very much. Most helpful.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2024-09-30T01:38:07+00:00

    When using vlookup from one workbook to another. Is there a formula that can look in the entire workbook not just in a single sheet?

    i.e.

    Book 3 B1

    =VLOOKUP(A1,[Book2.xlsx]PIU!$A:$K,11,FALSE)

    Looks in Worksheet PIU

    Book 3 B2

    =VLOOKUP(A1,[Book2.xlsx]FMS!$A:$K,11,FALSE)

    Looks in worksheet FMS

    Is there a single formula that can be used in Book 3 column B to lookup both Worksheets?

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2024-09-27T16:29:01+00:00

    Ho Cory

    Can you please, elaborate a bit more on your request?

    Please provide us with pictures of your data/scenario and the results as expected with the possible formula.

    Regards

    Jeovany

    Was this answer helpful?

    0 comments No comments