RANKEQ with a date criteria
Hi there,
I am trying to pull the most recent fee payment value from each regional group. I want this to pull through to a report so that I can see that most recent payment value In a report where all the regions appear once.
I have the region column (called DNO) the fee payment column (called A&D fees) and the date column to determine the most recent (DNO offer received). But I also have a days since column to help with the formula
I'm getting stuck pretty early as I don't know how to incorporate the date/ days since :
=RANKEQ([A&D Fees]@row, COLLECT(DNO:DNO, DNO@row, ))
Any help would be great
Best Answer
-
You shouldn't need the extra column.
=IF([DNO offer received]@row = MAX(COLLECT([DNO offer received]:[DNO offer received], DNO:DNO, @cell = DNO@row)), 1)
The above will output 1 (or check a box if using that type of column) for the most recent entry for each region.
Answers
-
You shouldn't need the extra column.
=IF([DNO offer received]@row = MAX(COLLECT([DNO offer received]:[DNO offer received], DNO:DNO, @cell = DNO@row)), 1)
The above will output 1 (or check a box if using that type of column) for the most recent entry for each region.
-
Legend thanks Paul
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 63 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!