Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default lookup data in another sheet

I am trying to create a formula within a worksheet which will look up
standardised test scores tabulated in another sheet. Standardised test
scores are calculated depending upon chronological age in years and months
and the test score of the child concerned. Currently my worksheet calculates
the chronological age, but in two separate columns - I don't know if I need
to reduce this to months and change the column heading on the second sheet.
The test score is included on my first sheet but I also don't know how to get
excel to look up using this variable. Can anyone help please?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default lookup data in another sheet


To use lookups in excel you need to share some key between both sets o
data such as Name.

Sheet 1. Sheet 2.
Name Name, Test1 Score, Test2 Score

Name Name, Test1 Score, Test2 Score
Name
...
...

=VLOOKUP(A1,Sheet2!$A$1:$B$200,2,FALSE)

This formula will do a lookup based on column a of sheet 1 if it find
a match in
column a of sheet 2 and will then return column B ( test 1 score) fro
sheet 2.

I know this is not exactly what you were asking for, but you lost me
bit with your discussion of the age factor

--
crispb
-----------------------------------------------------------------------
crispbd's Profile: http://www.excelforum.com/member.php...fo&userid=1088
View this thread: http://www.excelforum.com/showthread.php?threadid=31516

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default lookup data in another sheet

Thanks - I'll try and see what happens. Age is the column headings in one
table, with the test score in Column A so cells in the table give a
standardised score for a child of a particular age who achieves a particular
test score. It is because these vary from child to child that I don't know
what to put into my formula. It would be easy if I could just go to a
particular cell! Thanks again - help was appreciated!

"crispbd" wrote:


To use lookups in excel you need to share some key between both sets of
data such as Name.

Sheet 1. Sheet 2.
Name Name, Test1 Score, Test2 Score

Name Name, Test1 Score, Test2 Score
Name
...
...

=VLOOKUP(A1,Sheet2!$A$1:$B$200,2,FALSE)

This formula will do a lookup based on column a of sheet 1 if it finds
a match in
column a of sheet 2 and will then return column B ( test 1 score) from
sheet 2.

I know this is not exactly what you were asking for, but you lost me a
bit with your discussion of the age factor.


--
crispbd
------------------------------------------------------------------------
crispbd's Profile: http://www.excelforum.com/member.php...o&userid=10880
View this thread: http://www.excelforum.com/showthread...hreadid=315168


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
Macro to lookup a sheet, number, then display in origonal sheet abbsy3 New Users to Excel 3 November 9th 10 12:19 PM
Lookup and match then return data from another sheet Charlie510 Excel Worksheet Functions 6 October 23rd 08 09:14 PM
LookUp (Date) Value from Forecast Data - From 2nd Sheet Bam Excel Worksheet Functions 3 September 24th 08 10:20 PM
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 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


All times are GMT +1. The time now is 02:35 PM.

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"