GSheet Pivot find minimum date

lizat

New Member
Joined
Nov 26, 2017
Messages
4
I have a GSheets pivot table that shows me tag usage and the dates used, there is no need for columns I simply have rows defined for tag and date used. This gives me the list I need (almost).
I want to find the first date of use, so the second column of the pivot shows me all dates use and the first row for each tag, based on the sort, is the first use date.
With a small data sample this is feasible but I will have large data and I want a way to do this automatically. I have tried filter and can't - or am doing something wrong. Here is a small data sample

The Pivot data showing all dates for the tag:

PRow 1:Tag........PRow2: Date Used
----------........---------------
Dance.............1/1/21
..................2/1/21
Salsa.............3/2/21
..................7/2/21


And, this is what I want:

PRow 1:Tag........PRow2: Date Used
----------........---------------
Dance.............1/1/21
Salsa.............3/2/21



Any ideas?

Thank You
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
Ok. I think I had a caching or performance issue.
When I recreated using Values of Date and minimum it now works
 
Upvote 0

Forum statistics

Threads
1,223,230
Messages
6,170,883
Members
452,364
Latest member
springate

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top