Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 21
Default Problems Pulling Data from 2 Rows into a Report

Hi - I have a VLOOKUP that works to pull a row of student data from a
grade sheet into a report sheet. How can this be modified to pull 2
adjacent rows of student data onto the report sheet? In the
gradesheet (Period 1), student first and last names are in cols B and
C, and col A combines the names =IF(B13="", A12 & " B", B13 & ", " &
C13)

Each student's record occupies 2 adjacent rows.

================================================
' in the report sheet........code from Bernie

In worksheet "Period 1 Report", there is a cell named: StudName
Below this is a block of formulas:

=INDEX('Period 1'!$12:$12,1,Column(D1))
=VLOOKUP(StudName,'Period 1'!$13:$10000,COLUMN(D1),FALSE)
=VLOOKUP(StudName ___????___,'Period 1'!$13:$10000,COLUMN(D1),FALSE)

=================================================

Also, what teachers would like would be a cmd button on every other
student's row (col A) in the gradesheet that, when clicked, would copy
the combined student name into the StudName cell on the report sheet,
set the focus to the report sheet, and then update the VLOOKUP.

Any help would be very much appreciated.
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
Report on data in rows & columns tommcbrny Excel Discussion (Misc queries) 1 March 17th 09 02:08 PM
pulling data in rows! via135 Excel Worksheet Functions 5 May 3rd 08 06:44 PM
Pulling data from multiple rows and columns Mark C Excel Worksheet Functions 3 February 25th 07 08:33 AM
excel 2003 having problems pulling top table from web query [email protected] Excel Programming 0 November 30th 05 10:07 PM
Pulling data from a big report nbeaird_51 Excel Discussion (Misc queries) 5 March 17th 05 05:06 PM


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