Cell automatically updating when other cells are filled out

Em73

New Member
Joined
Mar 18, 2011
Messages
2
A Hard one to describe really.
I am creating a stock sheet. I have attached a picture of it and happy to send it. What I want is for a particular Cell (K12) to have the running balance. So at the moment it would display 101 as that is the last balance (from cell K19)in there. However once the next balance is update (K20) I want cell K12 to have that in it. I appreciate it is probably an easy formula but out of my league.:laugh:
Thanks in advance Em
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
Hi welcome to the board

1) In a totally seperate cell enter exactly:
Code:
9.99999999999999E+307
2) Name this cell 'BigNum'
3) In K12 enter the formula:
Code:
=VLOOKUP(BigNum,$K$13:$K$500,TRUE,TRUE)
Change 500 if you have more than 500 rows
 
Upvote 0
Thank you so much. I never in a million years would have worked that out.
Thank you thank you thank you
 
Upvote 0

Forum statistics

Threads
1,224,602
Messages
6,179,844
Members
452,948
Latest member
UsmanAli786

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