A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Vlookup



 
 
Thread Tools Display Modes
  #1  
Old May 11th, 2010, 10:24 PM posted to microsoft.public.excel.misc
Cerealkiller via OfficeKB.com
external usenet poster
 
Posts: 15
Default Vlookup

I am using excel 2000 I am trying to use two columns to make the end result
have a number in it
I am not sure how to word it but I need S2 and R2 to reference the vlookup
chart and give me the number that corresponds with it

=vlookup(S2,R2,$H$1:$M$4,3,false)

--
Message posted via http://www.officekb.com

  #2  
Old May 11th, 2010, 11:22 PM posted to microsoft.public.excel.misc
L. Howard Kittle
external usenet poster
 
Posts: 516
Default Vlookup


Try one of these.


=VLOOKUP(--(A1&B1),$E$1:$F$30,2,0)

Where A1 = 1 and B1 = 2 and a lookup value in column E is 12.

=VLOOKUP(A1&B1,$E$1:$F$30,2,0)

Where A1 = one and B1 = two and a lookup value in column E is onetwo.

HTH
Regards,
Howard

"Cerealkiller via OfficeKB.com" u59737@uwe wrote in message
news:a7dca91adf1f6@uwe...
I am using excel 2000 I am trying to use two columns to make the end result
have a number in it
I am not sure how to word it but I need S2 and R2 to reference the vlookup
chart and give me the number that corresponds with it

=vlookup(S2,R2,$H$1:$M$4,3,false)

--
Message posted via http://www.officekb.com



  #3  
Old May 12th, 2010, 05:26 AM posted to microsoft.public.excel.misc
Cerealkiller via OfficeKB.com
external usenet poster
 
Posts: 15
Default Vlookup

I will try it thanks for you help

p45cal wrote:
perhaps:
=VLOOKUP(S2,$H$1:$M$4,3,FALSE)
VLOOKUP(R2,$H$1:$M$4,3,FALSE)

or:
=VALUE(VLOOKUP(S2,$H$1:$M$4,3,FALSE)
VLOOKUP(R2,$H$1:$M$4,3,FALSE))

?

On second thoughts, perhaps:
=VALUE(VLOOKUP(S2 & R2,$H$1:$M$4,3,FALSE)

?

Cerealkiller via OfficeKB.com;721662 Wrote:

I am using excel 2000 I am trying to use two columns to make the en
result
have a number in it
I am not sure how to word it but I need S2 and R2 to reference th

vlookup
chart and give me the number that corresponds with it

=vlookup(S2,R2,$H$1:$M$4,3,false)

--
Message posted via 'MS Office forums. More than 400,000 of Word, Excel

Outlook, PowerPoint, Publisher, InfoPath discussions.
(http://www.officekb.com)


--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...excel/201005/1

  #4  
Old May 12th, 2010, 05:27 AM posted to microsoft.public.excel.misc
Cerealkiller via OfficeKB.com
external usenet poster
 
Posts: 15
Default Vlookup

Thanks for the suggestion I will try this one as well

L. Howard Kittle wrote:
Try one of these.

=VLOOKUP(--(A1&B1),$E$1:$F$30,2,0)

Where A1 = 1 and B1 = 2 and a lookup value in column E is 12.

=VLOOKUP(A1&B1,$E$1:$F$30,2,0)

Where A1 = one and B1 = two and a lookup value in column E is onetwo.

HTH
Regards,
Howard

I am using excel 2000 I am trying to use two columns to make the end result
have a number in it
I am not sure how to word it but I need S2 and R2 to reference the vlookup
chart and give me the number that corresponds with it

=vlookup(S2,R2,$H$1:$M$4,3,false)


--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...excel/201005/1

 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 06:49 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.