automatic cell update

vani2004

New Member
Joined
Feb 12, 2010
Messages
31
Sheet1
[TABLE="width: 200"]
<TBODY>[TR]
[TD]02/1/13
[/TD]
[TD]1400
[/TD]
[TD]25
[/TD]
[/TR]
[TR]
[TD]2/2/13
[/TD]
[TD]1400
[/TD]
[TD]54
[/TD]
[/TR]
[TR]
[TD]2/3/13
[/TD]
[TD]1400
[/TD]
[TD]35
[/TD]
[/TR]
</TBODY>[/TABLE]
Sheet2
[TABLE="width: 100"]
<TBODY>[TR]
[TD]date (ColumnA)
[/TD]
[TD]id (Column B)
[/TD]
[TD]sale (Column C)
[/TD]
[/TR]
[TR]
[TD]2/1/13
[/TD]
[TD]1500
[/TD]
[TD]120
[/TD]
[/TR]
[TR]
[TD]2/2/13
[/TD]
[TD]1500
[/TD]
[TD]94
[/TD]
[/TR]
[TR]
[TD]2/3/13
[/TD]
[TD]1500
[/TD]
[TD]185
[/TD]
[/TR]
</TBODY>[/TABLE]
Sheet3
[TABLE="width: 300"]
<TBODY>[TR]
[TD]ID
[/TD]
[TD]last sale
[/TD]
[/TR]
[TR]
[TD]1400
[/TD]
[TD]35 (Cell B2)
[/TD]
[/TR]
[TR]
[TD]1500
[/TD]
[TD]185 (Cell B3)
[/TD]
[/TR]
</TBODY>[/TABLE]

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

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
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,223,228
Messages
6,170,871
Members
452,363
Latest member
merico17

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