PC Review


Reply
Thread Tools Rate Thread

Draging VLOOKUP to last cell.

 
 
mohd21uk via OfficeKB.com
Guest
Posts: n/a
 
      15th May 2006
I have a Sheet1 where Column E has numeriv values. I would like to match
these values with a list in Sheet 2 where Column A contains the numeric list
and Column B contains corresponding values. I want to then return the
corresponding value in Sheet 1 Column G. I would like to then drag this
formula to the last row so that it picks up all the values without returning
an error. I hope that you can help me.

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...l-new/200605/1
 
Reply With Quote
 
 
 
 
Bob Phillips
Guest
Posts: n/a
 
      15th May 2006
=IF(ISNA(VLOOKUP(E2,Sheet1!$A$2:AB$20,2,False)),"",VLOOKUP(E2,Sheet1!$A$2:AB
$20,2,False))

--
HTH

Bob Phillips

(remove xxx from email address if mailing direct)

"mohd21uk via OfficeKB.com" <u20517@uwe> wrote in message
news:6049408a7852f@uwe...
> I have a Sheet1 where Column E has numeriv values. I would like to match
> these values with a list in Sheet 2 where Column A contains the numeric

list
> and Column B contains corresponding values. I want to then return the
> corresponding value in Sheet 1 Column G. I would like to then drag this
> formula to the last row so that it picks up all the values without

returning
> an error. I hope that you can help me.
>
> --
> Message posted via OfficeKB.com
> http://www.officekb.com/Uwe/Forums.a...l-new/200605/1



 
Reply With Quote
 
mohd21uk via OfficeKB.com
Guest
Posts: n/a
 
      15th May 2006
The lookup values still change when I drag them to the bottom, providing me
with a N/A error. Is there any way that this can be rectified ?

mohd21uk wrote:
>I have a Sheet1 where Column E has numeriv values. I would like to match
>these values with a list in Sheet 2 where Column A contains the numeric list
>and Column B contains corresponding values. I want to then return the
>corresponding value in Sheet 1 Column G. I would like to then drag this
>formula to the last row so that it picks up all the values without returning
>an error. I hope that you can help me.


--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...l-new/200605/1
 
Reply With Quote
 
Bob Phillips
Guest
Posts: n/a
 
      15th May 2006
SorryShould have been

=IF(ISNA(VLOOKUP(E2,Sheet2!$A$2:B$20,2,FALSE)),"",
VLOOKUP(E2,Sheet2!$A$2:B$20,2,FALSE))
--
HTH

Bob Phillips

(remove xxx from email address if mailing direct)

"mohd21uk via OfficeKB.com" <u20517@uwe> wrote in message
news:6049e345c393a@uwe...
> The lookup values still change when I drag them to the bottom, providing

me
> with a N/A error. Is there any way that this can be rectified ?
>
> mohd21uk wrote:
> >I have a Sheet1 where Column E has numeriv values. I would like to match
> >these values with a list in Sheet 2 where Column A contains the numeric

list
> >and Column B contains corresponding values. I want to then return the
> >corresponding value in Sheet 1 Column G. I would like to then drag this
> >formula to the last row so that it picks up all the values without

returning
> >an error. I hope that you can help me.

>
> --
> Message posted via OfficeKB.com
> http://www.officekb.com/Uwe/Forums.a...l-new/200605/1



 
Reply With Quote
 
mohd21uk via OfficeKB.com
Guest
Posts: n/a
 
      15th May 2006
Sorry but the range still changes when I drag it over the cells. Is there
anything that will avoid this from happening.

Bob Phillips wrote:
>SorryShould have been
>
>=IF(ISNA(VLOOKUP(E2,Sheet2!$A$2:B$20,2,FALSE)),"",
>VLOOKUP(E2,Sheet2!$A$2:B$20,2,FALSE))
>> The lookup values still change when I drag them to the bottom, providing me
>> with a N/A error. Is there any way that this can be rectified ?

>[quoted text clipped - 5 lines]
>> >formula to the last row so that it picks up all the values without returning
>> >an error. I hope that you can help me.


--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...l-new/200605/1
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
If (Vlookup >0) working, but what if Vlookup cell does not exist Steve Microsoft Excel Worksheet Functions 18 18th Nov 2009 07:33 PM
using a vlookup to enter text into rows beneath the vlookup cell Roger on Excel Microsoft Excel Programming 1 29th Nov 2007 12:09 PM
Modifying only the worksheet when draging down a cell reference claudine_d@hotmail.com Microsoft Excel Worksheet Functions 20 29th Sep 2007 03:22 AM
Problem with draging a formula,one cell value fixed,trivial question marko Microsoft Excel Misc 3 13th Nov 2005 11:22 PM
Assining the value of a vlookup to a cell rather than the vlookup =?Utf-8?B?ZHJlYXN0bWFu?= Microsoft Excel Programming 3 9th Jun 2005 10:16 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:08 PM.