Data Extraction

C

Chicken Man

My goal is to create a lengthy spreadsheet on sheet two, and use sheet one as
a summary page. On the summary page I want to type in a date and then fill
in fields on that page with data from page two specific to that date. All of
the data on sheet two will be separated by date.

eg. by typing in 1-12-05 (one the summary page) I would pull the data to
fill in the fields as laid out below.

Sheet 1 Summary

date item produced lbs. produced hrs worked
1/12/05 widgets 7 5


Sheet 2

date item produced lbs. produced hrs worked
1/12/05 widgets 7 5

1/14/05 candels 11 24





Expand AllCollapse All
 
V

VENKAT

use vlookup function-see excel help on this function.

give a name to the whole database in sheet2 for e.g. mydatabase
if in sheet1 A2 is date 1/12/05 in B2 type =VLOOKUP(A2,mydatabase,2,FALSE)

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top