On Feb 6, 7:10*pm, ward376 <cledwards1...@gmail.com> wrote:
> On Feb 3, 12:27*pm, Ephraim <rick.mal...@gmail.com> wrote:
>
> > I'd like to have the DataEntry sheet unsorted so that vlookup (in WorkOrders) will work
>
> Do you want this data sorted because you want vlookup to find
> particular values first?
>
> If you want vlookup to find exact matches regardless of the way the
> data is sorted, make the last argument (Range_Lookup) "False".
>
> Thanks!
> Cliff Edwards
To clarify
=vlookup(value,range,2,false) or
=vlookup(value,range,2,0) that's a zero
|