Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default LOOKUP into a different Sheet

I need to take data from a Sheet A "HLBFS_2007" into a Sheet "B", however the
in the source sheet the number of lines can vary but the lines where I need
the data from will be always there.

The data I am interested are in columns C to N of Sheet A, and the Column B
is unique name of the row, so I did :

=LOOKUP("01-02100 Transient Regular Rate
Revenue",HLBFS_2007!B1:B999,HLBFS_2007!C1:C999)

But it does not work it give me N/A.

Is there anybody who can tell me what I did wrong, I check on the other
questions but I could not find a similar answer. I know should be basic, but
I never used LOOKUP.

Thank you.
Aligi
--
Aligi
  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default LOOKUP into a different Sheet

Try this vlookup (set for exact match):
In say, C2:
=VLOOKUP("01-02100 Transient Regular Rate
Revenue",HLBFS_2007!$B:$N,COLUMNS($A:A)+1,0)
Copy C2 across to N2
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:15,700 Files:353 Subscribers:53
xdemechanik
---
"Aligi" wrote:
I need to take data from a Sheet A "HLBFS_2007" into a Sheet "B", however the
in the source sheet the number of lines can vary but the lines where I need
the data from will be always there.

The data I am interested are in columns C to N of Sheet A, and the Column B
is unique name of the row, so I did :

=LOOKUP("01-02100 Transient Regular Rate
Revenue",HLBFS_2007!B1:B999,HLBFS_2007!C1:C999)

But it does not work it give me N/A.

Is there anybody who can tell me what I did wrong, I check on the other
questions but I could not find a similar answer. I know should be basic, but
I never used LOOKUP.

Thank you.
Aligi
--
Aligi

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
lookup single value in one sheet, return multiple results from theother sheet Chuck[_3_] Excel Worksheet Functions 1 April 4th 08 06:17 AM
=LOOKUP on another Sheet kermitforney Excel Worksheet Functions 6 March 17th 06 06:03 PM
lookup with sheet name MatthijsBonte Excel Worksheet Functions 1 June 27th 05 11:14 AM
Lookup cell contents in on sheet based on a formula in second sheet Michael Wright via OfficeKB.com Excel Worksheet Functions 1 April 30th 05 04:11 PM
Lookup from another sheet Jane Doe Excel Worksheet Functions 9 January 24th 05 12:13 AM


All times are GMT +1. The time now is 09:16 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"