Share via

Using INDEX over entire workbook

Anonymous
2011-10-07T19:46:07+00:00

Is it possible to use INDEX formula over the entire workbook with the same reference cell on all?

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
2011-10-08T02:43:36+00:00

You're right Ashish!

I'm not sure if anyone will go for it but what I did was I created a link of the same cells on a separate sheet (hidden) and used the VLOOKUP to complete the task.

It worked the way I wanted.

Thank you for all your help.

Was this answer helpful?

0 comments No comments

5 additional answers

Sort by: Most helpful
  1. Anonymous
    2011-10-08T00:44:36+00:00

    The rows I selected were only for testing purposes. I will increase it if I find a way to included all the worksheets. Otherwise, the formula is useless. :)

    Thank you!

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2011-10-07T23:37:32+00:00

    Hi,

    There is a problem in your INDEX() formula.  If the array is only one row high i.e. row 5, the row index must be 1.  Also the last argument of the mATCH() function must be 0.  Did you mean this instead

    =INDEX('1'!M5:P5,1,MATCH(Errors!A5,'1'!F4:G4,0))

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2011-10-07T20:27:00+00:00

    Thank you Bernie,

    I used INDEX on the last sheet (Errors) of my workbook that references to a cell on the 1st worksheet. However, I want that INDEX spread over the entire workbook to recognize the same cell on all of them and give me the value that it refers to:

    =INDEX('1'!M5:P5,MATCH(Errors!A5,'1'!F4:G4),1)

    That way if I type a number on A5 of the Errors sheet it will look for the same value across all of the worksheets and give me the value I'm referencing.

    I hope this was a good enough explanation. If you think you need more just let me know.

    Robbie

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2011-10-07T20:07:52+00:00

    Yes. Maybe. Or No. You need to better explain what you want to do.

    Was this answer helpful?

    0 comments No comments