+ Reply to Thread
Results 1 to 2 of 2

Retrieving the Most Recent Payment Made by Client

  1. #1
    seljo
    Guest

    Worked Great!

    This is exactly what I was looking for. I have two sheets: an investment summary and a trade detail. On the summary for each ticker I wanted to show the latest trade date. Using this formula worked perfect.

    Thank you!

  2. #2
    Forum Contributor
    Join Date
    12-07-2004
    Posts
    596

    Retrieving the Most Recent Payment Made by Client

    Problem:

    Columns A & B list all the pay dates of various clients.
    We want to retrieve the date of the most recent payment made by each of the clients listed in column D.

    Solution:

    Use the MAX and IF functions as shown in the following Array formula:
    {=MAX(IF($A$2:$A$8=D2,$B$2:$B$8))}


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1