Forum Discussion
AlexC616
Feb 22, 2023Copper Contributor
Finding the first & last entry for each category in a large dataset
Hello, I am working on a project where I have hundreds of tables with tens of thousands of entries. In each table, I have categories for multiple items and entry dates for each. For example, ...
- Feb 22, 2023
Insert a pivot table.
"Fruit" in rows area.
"Date" twice in values area. Change the aggregation to Min and to Max.
Detlef_Lewin
Feb 22, 2023Silver Contributor
Insert a pivot table.
"Fruit" in rows area.
"Date" twice in values area. Change the aggregation to Min and to Max.
AlexC616
Feb 22, 2023Copper Contributor
Detlef_Lewin
Oh my God it works. I didn't know you can put "Date" twice in values area. What a relief. Thank you so much!
Oh my God it works. I didn't know you can put "Date" twice in values area. What a relief. Thank you so much!