#1   Report Post  
Fiona
 
Posts: n/a
Default Lookup functions

I have a file with two spreadsheets containing data. One
contains a list of user defined entries, the other I want
to summarise specific fields based upon the original
entries in S/sheet 1.

I am trying to use the lookup function to enter in
S/sheet 2 the value driven by a field in s/sheet 1.

Eg, S/sheet 1 has a client reference, names and other
details. On S/sheet 2 I only want the client reference,
name and one other field taken from fields in S/sheet 1.

ie. Lookupif(A1="1")then return value in B2

Something messy like that!


  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

Something like

=VLOOKUP(A1,Sheet1!A1:E20,2,False)

will return column 2, the name.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Fiona" wrote in message
...
I have a file with two spreadsheets containing data. One
contains a list of user defined entries, the other I want
to summarise specific fields based upon the original
entries in S/sheet 1.

I am trying to use the lookup function to enter in
S/sheet 2 the value driven by a field in s/sheet 1.

Eg, S/sheet 1 has a client reference, names and other
details. On S/sheet 2 I only want the client reference,
name and one other field taken from fields in S/sheet 1.

ie. Lookupif(A1="1")then return value in B2

Something messy like that!




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
Allow refence in the "table_array" position of Lookup functions fcjssc Excel Worksheet Functions 1 March 3rd 05 01:38 PM
Lookup Functions Sharon Excel Worksheet Functions 6 February 20th 05 05:04 AM
Excel Lookup Functions Paul Adams Excel Worksheet Functions 0 November 10th 04 03:16 PM
Excel Lookup Functions Paul Adams Excel Worksheet Functions 1 November 10th 04 02:40 PM
Lookup Functions Imran Excel Worksheet Functions 1 November 5th 04 03:35 PM


All times are GMT +1. The time now is 04:49 AM.

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

About Us

"It's about Microsoft Excel"