#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default LookUp

I am trying to use vlookup function for the first time:
One sheet has table as below. I've named the range for lookup as "RB"
(Region Balance).
Region koef #Fl Hrs Amount
C1 1.00 6528 14.0 1600.00
C2 1.15 5320 23.3 1165.00
C3 0.94 5032 14.0 1500.00
...
C35
E1
E2
...
E42
N1
etc

We do somethig on this regions. One person work on several regions every
months. There are about 150 Regions and a dozen persons. I have to get
Total Amount for each person every months. So another table (sheet) looks
like

Name Region .. .. .. Amount
Peter C3 1500.00

Amount column on this table should be =VLOOKUP(B2;RB;5)
but it doesn't return 1500.00!?!

Sorry for long post, it seemed simple, but I couldn't solve this one


Boris Vukobrat



--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default LookUp

Try it like this:

=VLOOKUP(B2;RB;5;0)


--
Biff
Microsoft Excel MVP


"Boris Vukobrat" wrote in message
news:op.t6kubygdp9o88x@boris...
I am trying to use vlookup function for the first time:
One sheet has table as below. I've named the range for lookup as "RB"
(Region Balance).
Region koef #Fl Hrs Amount
C1 1.00 6528 14.0 1600.00
C2 1.15 5320 23.3 1165.00
C3 0.94 5032 14.0 1500.00
...
C35
E1
E2
...
E42
N1
etc

We do somethig on this regions. One person work on several regions every
months. There are about 150 Regions and a dozen persons. I have to get
Total Amount for each person every months. So another table (sheet) looks
like

Name Region .. .. .. Amount
Peter C3 1500.00

Amount column on this table should be =VLOOKUP(B2;RB;5)
but it doesn't return 1500.00!?!

Sorry for long post, it seemed simple, but I couldn't solve this one


Boris Vukobrat



--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,836
Default LookUp

BR should be the entire range, your lookup value is inside the range. Are
you doing that? I usde this:
=VLOOKUP(A3,BR,5)

With the range "A1:E3" named BR and got 1500.


Regards,
Ryan---

--
RyGuy


"Boris Vukobrat" wrote:

I am trying to use vlookup function for the first time:
One sheet has table as below. I've named the range for lookup as "RB"
(Region Balance).
Region koef #Fl Hrs Amount
C1 1.00 6528 14.0 1600.00
C2 1.15 5320 23.3 1165.00
C3 0.94 5032 14.0 1500.00
...
C35
E1
E2
...
E42
N1
etc

We do somethig on this regions. One person work on several regions every
months. There are about 150 Regions and a dozen persons. I have to get
Total Amount for each person every months. So another table (sheet) looks
like

Name Region .. .. .. Amount
Peter C3 1500.00

Amount column on this table should be =VLOOKUP(B2;RB;5)
but it doesn't return 1500.00!?!

Sorry for long post, it seemed simple, but I couldn't solve this one


Boris Vukobrat



--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default LookUp

The lookup table is on a different sheet.

--
Biff
Microsoft Excel MVP


"ryguy7272" wrote in message
...
BR should be the entire range, your lookup value is inside the range. Are
you doing that? I usde this:
=VLOOKUP(A3,BR,5)

With the range "A1:E3" named BR and got 1500.


Regards,
Ryan---

--
RyGuy


"Boris Vukobrat" wrote:

I am trying to use vlookup function for the first time:
One sheet has table as below. I've named the range for lookup as "RB"
(Region Balance).
Region koef #Fl Hrs Amount
C1 1.00 6528 14.0 1600.00
C2 1.15 5320 23.3 1165.00
C3 0.94 5032 14.0 1500.00
...
C35
E1
E2
...
E42
N1
etc

We do somethig on this regions. One person work on several regions every
months. There are about 150 Regions and a dozen persons. I have to get
Total Amount for each person every months. So another table (sheet) looks
like

Name Region .. .. .. Amount
Peter C3 1500.00

Amount column on this table should be =VLOOKUP(B2;RB;5)
but it doesn't return 1500.00!?!

Sorry for long post, it seemed simple, but I couldn't solve this one


Boris Vukobrat



--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 6
Default LookUp

On Feb 15, 10:47*am, "Boris Vukobrat"
wrote:
I am trying to use vlookup function for the first time:
One sheet has table as below. I've named the range for lookup as "RB" *
(Region Balance).
Region *koef * *#Fl * * Hrs * * Amount
C1 * * *1.00 * *6528 * *14.0 * *1600.00
C2 * * *1.15 * *5320 * *23.3 * *1165.00
C3 * * *0.94 * *5032 * *14.0 * *1500.00
..
C35
E1
E2
..
E42
N1
etc

We do somethig on this regions. One person work on several regions every *
months. There are about 150 Regions and a dozen persons. I have to get *
Total Amount for each person every months. So another table (sheet) looks *
like

Name * *Region *.. * * *.. * * *.. * * *Amount
Peter * C3 * * * * * * * * * * * * * * *1500.00

Amount column on this table should be =VLOOKUP(B2;RB;5)
but it doesn't return 1500.00!?!

Sorry for long post, it seemed simple, but I couldn't solve this one

Boris Vukobrat

--
Using Opera's revolutionary e-mail client:http://www.opera.com/mail/


Hi Boris,

Try adding the Range_lookup to your function. Example VLOOKUP(B2;RB;
5,False)

Christina


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Get Cell Address From Lookup (Alternative to Lookup) ryguy7272 Excel Worksheet Functions 12 September 28th 07 10:36 PM
Join 2 Lists - Lookup value in 1 list & use result in 2nd lookup JBush Excel Worksheet Functions 3 January 3rd 07 11:14 PM
Sumproduct - Condition based on lookup of a Lookup Hari Excel Discussion (Misc queries) 12 May 31st 06 09:28 AM
Pivot table doing a lookup without using the lookup function? NGASGELI Excel Discussion (Misc queries) 0 August 2nd 05 05:08 AM
How do I lookup and return different values when the lookup value. kg Excel Discussion (Misc queries) 1 January 20th 05 12:53 AM


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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"