VLookup - which cell am I looking at?

  • Thread starter Thread starter tim.smith
  • Start date Start date
T

tim.smith

I have an Excel XP workbook with two worksheets, Front & Back. Th
"Back" worksheet contains a grid of data (lets say, for sake o
argument that the rows represent vendors and the columns total sales b
year with a separate column for each year).

On the Front page, I am using the VLookup function to populate
similar grid. When a user enters a value into a cell (lets say fo
Vendor1 the total sales for 2004), I want to take that number an
update the corresponding cell on the "Back" page.

I was thinking of using the Change event to capture the new value an
"post" it to the other page. My question is this: how can I determin
the correct row on the "Back" page (the front and back pages are no
necessarily sorted the same way)? I know the column by virtue of th
original VLookup function that was in the cell prior to the use
entering a new value.

I was thinking of using the VLookup function in the macro code, bu
would need to get the row number of the cell being referenced.

Any ideas?

Thanks
Tim Smith
Senior Analyst/Application Development
Advance Magazine Group
Wilton, C
 

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

Similar Threads

Vlookup Function 1
vlookup issue 2
Vlookup error 5
Vlookup 1
VLookup problem 1
Odd VLOOKUP Error 1
Best way to run Find or Vlookup down specific column in range 2
Vlookup finance help please 14

Back
Top