Formula for cell in a column

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Greetings. Allow me to explain my need. I have a column for A/R for month
of August. 8.01.05 is row I8, 8.31.05 is I38. I need a formula in I39 that
will take the most recent day and use that for I42. I do not need any
calculations, just a formula that will take the mose recent day and display
it. Thanks for any help.
 
Thank you, but this is not what I am looking for. For example: 8.1.05 is
$500. And then on 8.2.05 the number is $250. I need whatever number
corresponds with the most recent date. Not the largest number, because the
A/R will not be cummulative. Thanks again. Cheers.
 
If you have the values in range [I8:I38] and the dates in range [H8:H38]
then try this:

=INDEX(I8:I38,MATCH(MAX(H8:H38),H8:H38,0))

Regards,
KL
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top