473,385 Members | 1,676 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Microsoft Excel 2007

Okay so I know this isn't a question for MS Access, but this is as close as I could find for Excel. So here's my question:

I have 2 pages set up with data pulling from one to populate the other. That formula works without an issue, but one formula seems to be kicking my butt. I need it to read a date on one page and when you put in that specific date it will then populate pre-filled data onto the first sheet. For example the second page has the date 11/24/10 with 100 hrs and 1000 units. I then enter in the 11/24/10 date on the first page. I would like the 100 hrs and 1000 units to populate on the first page. Quick note; I have multiple dates on the second page for data population along with multiple other data fields that fills in on the first page... I think I explained it for the most part. I need it to read all the dates on the second page, and when the date on the first page matches one of those dates, I need it to pull data from the second page and populate the first.

Any assistance would be greatly appreciated.

Thanks!
Nov 15 '10 #1
2 1445
Not sure if I'll get in to trouble for answering this... sorry in advance if I shouldn't have!

However, I think that you need the VLookup function.

The Lookup_Value being either the cell or range of cells you want to look for (i.e the cell you are putting the date in)

Table_Array being the range of cells with the values to search and return (i.e 100hrs and 1000 units)

Col_index_num is the number of the column you want the data on that row to be returned (i.e if data is stored as 12/24/10 in col A and 100 Hrs in col B and 1000 units in col C and you want to return 100hrs set this value as 2)

Range_Lookup is a logic test, do you want to find an exact match or one similar...

Once you have the expression for one cell copy and paste for the rest of the table, remember to increase the Col_Index value to return the value stored in different columns.

Hope this makes sense - it's not the easiest of things to explain without something to point at!

Carl
Nov 17 '10 #2
NeoPa
32,556 Expert Mod 16PB
You're absolutely right Carl :-) Here is a link to Using VLookUp in Excel to Link to Excel 'Tables'.

Each of the values in the table which is required to be transferred, would need its own formula in a separate cell. VLookup() only returns a single value. Carl has it pretty well covered though.

Let us know if you still have any difficulties.
Nov 17 '10 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: =?Utf-8?B?RGVicmEgTGFzc21hbg==?= | last post by:
I have installed Office 2007 on my machine and when I open Excel 2007 I still have 256 columns and 65,536 rows. I know in the 2007 version that you have the ability to have more than this. If I add...
0
by: girlswannahavefun | last post by:
Hi! I am developing an ASP application on a local machine with MS Office 2003 while the server we are testing it on has MS Office 2007. In visual studio i have added a reference to Microsoft Excel...
2
by: =?Utf-8?B?RHVrZSBDYXJleQ==?= | last post by:
I *did* have Excel 2003 on my office PC and was fiddling with a little VB Express app that interacted with Excel - nothing complex, but it worked. Since then IT has upgraded me to Office 2007 and...
0
by: =?Utf-8?B?Rk5BSUdJUw==?= | last post by:
Does anybody know of a good tutorial, or somewhere where I can learn about editing with Microsoft Visual Basic? I'm trying to edit fillable forms, and macros in Microsoft Excel 2007. Thank you.
4
by: wellscrambled | last post by:
Folks, Probably don't have the right forum here, but this is all a bit new to me. I have a web site that sends me a daily email with an excel spreadsheet attachment that contains some customer...
0
by: MBlock316 | last post by:
Hello everyone, I am trying to import a Microsoft Excel 2007 formatted file into my application. I found on another thread in another forum that I needed to install the 2007 Office System Driver:...
1
by: MBlock316 | last post by:
Hello everyone, I am trying to import a Microsoft Excel 2007 formatted file into my application. I found on another thread in another forum that I needed to install the 2007 Office System Driver:...
0
by: =?Utf-8?B?ZGlzcGxheW5hbWU=?= | last post by:
The following code used to outputs to Excel 2003 fine. Do I need to change it to output to Excel 2007? <% Response.ContentType = "application/vnd.ms-excel" Response.AddHeader...
5
jkmyoung
by: jkmyoung | last post by:
When I currently open Excel 2007, Excel automatically opens PERSONAL.XLSB. I want Excel to automatically open a new sheet instead, (like it used to). Is there any way to do this while still...
1
newnewbie
by: newnewbie | last post by:
Hi, Short version: trying to export more than 65K of data from Access 2007 into Excel 2007 (important) through VBA. Access gives me 65K row limitation error, though I thought that was no longer...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.