Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Can someone tell me the rules of lists used in vlookup?
I have two sheets with the same, unsorted list (sorted differently in both sheets). I would like to use these list for the vlookup-formula, and when the reference I use is on the top of the list (in the formula), it doens't return the correct value (0). Is there any solution to this without me having to add an empty row for each new sheet or to do the actual sorting before I can use this formula? |
#2
![]() |
|||
|
|||
![]()
Use the fourth argument in VLOOKUP and set it to FALSE eg
=VLOOKUP(D3,H1:K20,2,FALSE) Regards, Alan. "Traima" wrote in message ... Can someone tell me the rules of lists used in vlookup? I have two sheets with the same, unsorted list (sorted differently in both sheets). I would like to use these list for the vlookup-formula, and when the reference I use is on the top of the list (in the formula), it doens't return the correct value (0). Is there any solution to this without me having to add an empty row for each new sheet or to do the actual sorting before I can use this formula? |
#3
![]() |
|||
|
|||
![]()
No, I already have the FALSE in the formula.. Still doesn't work!
Alan skrev: Use the fourth argument in VLOOKUP and set it to FALSE eg =VLOOKUP(D3,H1:K20,2,FALSE) Regards, Alan. "Traima" wrote in message ... Can someone tell me the rules of lists used in vlookup? I have two sheets with the same, unsorted list (sorted differently in both sheets). I would like to use these list for the vlookup-formula, and when the reference I use is on the top of the list (in the formula), it doens't return the correct value (0). Is there any solution to this without me having to add an empty row for each new sheet or to do the actual sorting before I can use this formula? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
In Cell Validation List & Linked Cell VLOOKUP | Excel Discussion (Misc queries) | |||
work-around for "vlookup: with unsorted data | Excel Worksheet Functions | |||
why won't vlookup work in a long list | Excel Worksheet Functions | |||
Can VLookup function find and list multiple records? | Excel Worksheet Functions | |||
Validation List and VLookup are ackting strange | Excel Worksheet Functions |