danieldrmm
New Member
- Joined
- Jul 7, 2010
- Messages
- 9
Hi there,
I am new to using Vlookup (and in fact more complex excel formula). I am producing a door schedule at an architects practice.
I have set up a sheet within the excel file that has a generic door type code with additional information across several columns. I want to transfer the data from this sheet into a main door schedule that only has the code for each door as the input data (so I want to transfer the other data fields into each adjacent column).
the formula I am using is:
=VLOOKUP(K9,'STANDARD DOOR SCHEDULE'!$A$5:$A$89,1,FALSE)
This works and finds the correct door type from. However, as soon as I want to reference the data from the adjacent columns (by putting 2,3,4 etc as the col_index_number) the formula breaks, and I get a #REF! error.
Does anyone know why?
Thanks
Daniel
I am new to using Vlookup (and in fact more complex excel formula). I am producing a door schedule at an architects practice.
I have set up a sheet within the excel file that has a generic door type code with additional information across several columns. I want to transfer the data from this sheet into a main door schedule that only has the code for each door as the input data (so I want to transfer the other data fields into each adjacent column).
the formula I am using is:
=VLOOKUP(K9,'STANDARD DOOR SCHEDULE'!$A$5:$A$89,1,FALSE)
This works and finds the correct door type from. However, as soon as I want to reference the data from the adjacent columns (by putting 2,3,4 etc as the col_index_number) the formula breaks, and I get a #REF! error.
Does anyone know why?
Thanks
Daniel