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 enter an amount in A1 in goes to B4, the next day A2 now shows in B4 and so on. I've been trying the offset function but without success. Can anyone help?
6 Replies
Sort By
- OliverScheurichGold 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.
- Robm1952Copper ContributorHi Thanks so much for the quick response, Its just returning zero. Sorry not very advanced with excel. working with excel 2013
- OliverScheurichGold Contributor