Inserting a row value into a formula

DanMcc

New Member
Joined
Oct 4, 2006
Messages
2
I add new records to a worksheet every day, I use the Max(a1:ayyyy) to tell me the highest value in the range, which includes the new rows just added. I have a cell that tells me the last entry, I would like to use the value of that cell to insert into yyyy so I don't have to manually change the entry each day.

I know this is easy - I must have a mental block.

thanks in advance,
dan
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
The easist way is not to specify rows at all. If you don't have other data below this range you can use =max(a:a)

Do you need the last row number?
 
Upvote 0
Thanks so much - that works, one slight problem is I would like to keep the results at the top of the sheet in the same column, to use Max(a:a) i have to put the result in column B, if I put in Column A, i get a circular reference or I include other totals I don't want...

Dan
 
Upvote 0

Forum statistics

Threads
1,214,968
Messages
6,122,509
Members
449,089
Latest member
RandomExceller01

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