Copy data of the last entry

Manolocs

Active Member
Joined
Mar 28, 2008
Messages
340
Hi, I have to make some calculations using the last row of the inserted data. Need to be as formulas not macro neither VBA.
Any help is more than welcome.
In the next day will be more data that have to replace the ones in line 2.

[TABLE="width: 500"]
<tbody>[TR]
[TD]total[/TD]
[TD][/TD]
[TD]potatoes [/TD]
[TD]tomato[/TD]
[TD]apple[/TD]
[/TR]
[TR]
[TD]this line should copy automatically the last inserted data row.[/TD]
[TD][/TD]
[TD]3[/TD]
[TD]5[/TD]
[TD]9[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Date[/TD]
[TD]time[/TD]
[TD]potatoes [/TD]
[TD]tomato[/TD]
[TD]apple[/TD]
[/TR]
[TR]
[TD]1 mar 18[/TD]
[TD]09:00[/TD]
[TD]1[/TD]
[TD]5[/TD]
[TD]11[/TD]
[/TR]
[TR]
[TD]2 mar 18[/TD]
[TD]09:45[/TD]
[TD]5[/TD]
[TD]7[/TD]
[TD]20[/TD]
[/TR]
[TR]
[TD]2 mar 18[/TD]
[TD]17:00[/TD]
[TD]3[/TD]
[TD]5[/TD]
[TD]9[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.

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