Forum Discussion
Robm1952
Dec 30, 2021Copper Contributor
formula for excel
I have money amounts in a column that are entered daily. I.E. A1 100000, A2 101000 etc.. I want to be able to automatically transfer the amount entered that day to a another cell I.E. B4. So as I ent...
OliverScheurich
Dec 30, 2021Gold Contributor
=INDEX(A1:A19,LARGE(IF(A1:A19<>"",ROW(1:19)),1))
Is this what you are looking for? Enter formula as arrayformula with ctrl+shift+enter if you don't work with Office365 or 2021.
Robm1952
Dec 30, 2021Copper Contributor
Hi Thanks so much for the quick response, Its just returning zero. Sorry not very advanced with excel. working with excel 2013
- OliverScheurichDec 30, 2021Gold Contributor
I work with Excel 2013 as well. It works in my attached spreadsheet.
- Robm1952Dec 30, 2021Copper ContributorNot sure I understand I see 18 in the second column. So you moved 18 from the bottom of the 1st column over to the second column? Did it work that way with the numbers above?
- OliverScheurichDec 30, 2021Gold Contributor
The formula in cell B4 displays the 18 from cell A8 in cell B4.
If you enter for example 107 in cell A9, the formula in B4 will show 107 in B4.
If you then enter for example 274 in cell A10, the formula in B4 will show 274 in B4.
The same was done when i entered the numbers in cells A1:A7.