automatic cell update

vani2004

New Member
Joined
Feb 12, 2010
Messages
31
Sheet1
02/1/13
1400
25
2/2/13
1400
54
2/3/13
1400
35

<TBODY>
</TBODY>
Sheet2
date (ColumnA)
id (Column B)
sale (Column C)
2/1/13
1500
120
2/2/13
1500
94
2/3/13
1500
185

<TBODY>
</TBODY>
Sheet3
ID
last sale
1400
35 (Cell B2)
1500
185 (Cell B3)

<TBODY>
</TBODY>

On Sheet3, I want Cell B2 & B3) to updated automatically from Sheet 1 & 2 (column C as row get added daily). Let say employee add another row to sheet 1 with (date: 2/4/13; ID: 1400; Sale: 100), i want Cell B2 in sheet 3 to update automatically to 100.

I appreciate your help - Thank you
 

Excel Facts

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.
Sorry, the 1 should be 3, i wrote it using the update being in column A, hence the 1, so INDIRECT(ADDRESS(COUNTA(Sheet1!C:C),3))
 
Upvote 0
ok Problem solved. I appreciate your help very much. I used following formula
=INDEX('sheet1'!C2:C9999,MATCH(9.99999999999999E+307,'sheet1'!C2:C9999))
 
Upvote 0

Forum statistics

Threads
1,216,124
Messages
6,128,990
Members
449,480
Latest member
yesitisasport

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top