Select MAX(Modified Date) where name = Jane Doe
Hi,
I have a contact log form that populates a sheet each time a user creates an entry. Each user creates several entries a day. In a separate sheet, I want to report the date that each user created their most recent entry. How would I go about that?
Best Answers
-
Hi Cara,
You can use a MAX(COLLECT to gather this information. Try this:
=MAX(COLLECT({Modified Date Column}, {User Column in other Sheet}, [User Column]@row))
This assumes that the sheet you're calculating the data in has one column with contacts (I've called mine "User Column") and one column for the formula. The columns referenced {in these} are cross-sheet references to your contact log sheet. The one [in this] references the contact column in the sheet where you build the formula.
This formula would collect the MAX date from your Modified Date column in the other sheet, searching for the user in this current row. Does that make sense?
Here are some articles I used: MAX function / COLLECT function / @row function / Cross Sheet Formulas
Cheers!
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
Thank you Genevieve!
Answers
-
Hi Cara,
You can use a MAX(COLLECT to gather this information. Try this:
=MAX(COLLECT({Modified Date Column}, {User Column in other Sheet}, [User Column]@row))
This assumes that the sheet you're calculating the data in has one column with contacts (I've called mine "User Column") and one column for the formula. The columns referenced {in these} are cross-sheet references to your contact log sheet. The one [in this] references the contact column in the sheet where you build the formula.
This formula would collect the MAX date from your Modified Date column in the other sheet, searching for the user in this current row. Does that make sense?
Here are some articles I used: MAX function / COLLECT function / @row function / Cross Sheet Formulas
Cheers!
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
Thank you Genevieve!
-
No problem! Happy to help 😊
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 468 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 64 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives