Forum Discussion

JPAlves89's avatar
JPAlves89
Copper Contributor
May 26, 2023
Solved

How to find the latest update on a list of accounts

Hello everyone! I'm looking for some help on a set of data where I have account numbers with update dates and times. Each time there's an update on one of these accounts, there is another entry on ...
  • HansVogelaar's avatar
    May 26, 2023

    JPAlves89 

    You can use a formula of the form

     

    =MAXIFS(date_range, account_range, specific_account)

Resources