Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
i currently been using the Vlookup function this way "
=VLOOKUP(pigs,'Coverage List'!$B$9:$S$5000,B$1,0)" wich has worked great. the problem is that it only returns information up to 7 cells.( B1:H1) and i need it to return cells b1:s1...can any one help? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Surely you just change B$1 to reflect which column you want ...or I am
missing something? "anthony" wrote: i currently been using the Vlookup function this way " =VLOOKUP(pigs,'Coverage List'!$B$9:$S$5000,B$1,0)" wich has worked great. the problem is that it only returns information up to 7 cells.( B1:H1) and i need it to return cells b1:s1...can any one help? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
i have changed B$1 ....but any thing larger then H$1 i get the error message
# value. the array Vlookup seems to hold no more then 7 cells "Toppers" wrote: Surely you just change B$1 to reflect which column you want ...or I am missing something? "anthony" wrote: i currently been using the Vlookup function this way " =VLOOKUP(pigs,'Coverage List'!$B$9:$S$5000,B$1,0)" wich has worked great. the problem is that it only returns information up to 7 cells.( B1:H1) and i need it to return cells b1:s1...can any one help? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I tried your formula and it worked OK (in the way I used it). I am not aware
that VLOOKUP has any restriction. =VLOOKUP(pigs,'Coverage List'!$B$9:$S$5000,18,0) will retrieve the value from column S if B$1=18, it will work. #Value suggests data errors. I am happy to look at your w/book: toppers <at NOSPAMjohntopley.fsnet.co.uk Remove NOSPAM "anthony" wrote: i have changed B$1 ....but any thing larger then H$1 i get the error message # value. the array Vlookup seems to hold no more then 7 cells "Toppers" wrote: Surely you just change B$1 to reflect which column you want ...or I am missing something? "anthony" wrote: i currently been using the Vlookup function this way " =VLOOKUP(pigs,'Coverage List'!$B$9:$S$5000,B$1,0)" wich has worked great. the problem is that it only returns information up to 7 cells.( B1:H1) and i need it to return cells b1:s1...can any one help? |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
how would i get my workbook over to you?
"Toppers" wrote: I tried your formula and it worked OK (in the way I used it). I am not aware that VLOOKUP has any restriction. =VLOOKUP(pigs,'Coverage List'!$B$9:$S$5000,18,0) will retrieve the value from column S if B$1=18, it will work. #Value suggests data errors. I am happy to look at your w/book: toppers <at NOSPAMjohntopley.fsnet.co.uk Remove NOSPAM "anthony" wrote: i have changed B$1 ....but any thing larger then H$1 i get the error message # value. the array Vlookup seems to hold no more then 7 cells "Toppers" wrote: Surely you just change B$1 to reflect which column you want ...or I am missing something? "anthony" wrote: i currently been using the Vlookup function this way " =VLOOKUP(pigs,'Coverage List'!$B$9:$S$5000,B$1,0)" wich has worked great. the problem is that it only returns information up to 7 cells.( B1:H1) and i need it to return cells b1:s1...can any one help? |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I gave you my e-mail address - just attach the w/book.
"anthony" wrote: how would i get my workbook over to you? "Toppers" wrote: I tried your formula and it worked OK (in the way I used it). I am not aware that VLOOKUP has any restriction. =VLOOKUP(pigs,'Coverage List'!$B$9:$S$5000,18,0) will retrieve the value from column S if B$1=18, it will work. #Value suggests data errors. I am happy to look at your w/book: toppers <at NOSPAMjohntopley.fsnet.co.uk Remove NOSPAM "anthony" wrote: i have changed B$1 ....but any thing larger then H$1 i get the error message # value. the array Vlookup seems to hold no more then 7 cells "Toppers" wrote: Surely you just change B$1 to reflect which column you want ...or I am missing something? "anthony" wrote: i currently been using the Vlookup function this way " =VLOOKUP(pigs,'Coverage List'!$B$9:$S$5000,B$1,0)" wich has worked great. the problem is that it only returns information up to 7 cells.( B1:H1) and i need it to return cells b1:s1...can any one help? |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You can get value errors from either calculation with text or if the
list itself has a value error What's in B1:S1? -- Regards, Peo Sjoblom "anthony" wrote in message ... i have changed B$1 ....but any thing larger then H$1 i get the error message # value. the array Vlookup seems to hold no more then 7 cells "Toppers" wrote: Surely you just change B$1 to reflect which column you want ...or I am missing something? "anthony" wrote: i currently been using the Vlookup function this way " =VLOOKUP(pigs,'Coverage List'!$B$9:$S$5000,B$1,0)" wich has worked great. the problem is that it only returns information up to 7 cells.( B1:H1) and i need it to return cells b1:s1...can any one help? |
#8
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
i have both lettters and numbers. i have moved the valus around between cells
IE replaceing B1 with S1 ....and eveything works great with the frist 7 cells but no more that that. "Peo Sjoblom" wrote: You can get value errors from either calculation with text or if the list itself has a value error What's in B1:S1? -- Regards, Peo Sjoblom "anthony" wrote in message ... i have changed B$1 ....but any thing larger then H$1 i get the error message # value. the array Vlookup seems to hold no more then 7 cells "Toppers" wrote: Surely you just change B$1 to reflect which column you want ...or I am missing something? "anthony" wrote: i currently been using the Vlookup function this way " =VLOOKUP(pigs,'Coverage List'!$B$9:$S$5000,B$1,0)" wich has worked great. the problem is that it only returns information up to 7 cells.( B1:H1) and i need it to return cells b1:s1...can any one help? |
#9
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Maybe I don't understand but if you a letter in a cell like B1 then you
will get a #REF! error, is that whet you get. I assumed you used the cells in B1:S1 for indexing the columns you want to retrieve the values from? If the indexing number is text you will get an error -- Regards, Peo Sjoblom "anthony" wrote in message ... i have both lettters and numbers. i have moved the valus around between cells IE replaceing B1 with S1 ....and eveything works great with the frist 7 cells but no more that that. "Peo Sjoblom" wrote: You can get value errors from either calculation with text or if the list itself has a value error What's in B1:S1? -- Regards, Peo Sjoblom "anthony" wrote in message ... i have changed B$1 ....but any thing larger then H$1 i get the error message # value. the array Vlookup seems to hold no more then 7 cells "Toppers" wrote: Surely you just change B$1 to reflect which column you want ...or I am missing something? "anthony" wrote: i currently been using the Vlookup function this way " =VLOOKUP(pigs,'Coverage List'!$B$9:$S$5000,B$1,0)" wich has worked great. the problem is that it only returns information up to 7 cells.( B1:H1) and i need it to return cells b1:s1...can any one help? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Vlookup in vlookup - taking the result as array name | Excel Worksheet Functions | |||
Combine VLOOKUP and IF function so #NA isn't returned as a value from VLOOKUP | Excel Discussion (Misc queries) | |||
Vlookup -=VLOOKUP(F9,LookUp1!$A$2:$B$1504,2,FALSE) | New Users to Excel | |||
IF(AND(val1=VLOOKUP( );val2>=VLOOKUP( );val2<=VLOOKUP( );VLOOKUP( | Excel Worksheet Functions | |||
Vlookup info being used without vlookup table attached? | Excel Worksheet Functions |