I'm trying to figure out how to have Excel use today's date and look in Column C for the date that doesn't exceed today and populate a cell with the ending balance in the cell K7
I'm trying to figure out how to have Excel use today's date and look in Column C for the date that doesn't exceed today and populate a cell with the ending balance in the cell K7
Welcome to the forum.
Try this:
=VLOOKUP(TODAY(),$C$12:$D$117,2,1)
Ali
Enthusiastic self-taught user of MS Excel who's always learning!
Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.
NB: as a Moderator, I never accept friendship requests.
Forum Rules (updated August 2023): please read them here.
Thank you for the reply. That seems close, but it returns the value in the Begining Balance, Column D. I'm looking for the Ending Balance in Column J
OK, so try this, then:
=VLOOKUP(TODAY(),$C$12:$J$117,8,1)
Or try this:
=INDEX($J$12:$J$117,MATCH(TODAY(),$C$12:$C$117,1)-1)
Last edited by AliGW; 01-26-2021 at 09:41 AM.
Perfect, that worked!! Thanks!!!
If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.
Also, you may not be aware that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of those who helped.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks