I'm looking to get maximum and minimum values of numerical values for ticket logs
This is over a historical excel sheet and I've been instructed not to edit the order or formatting in any way.
In a new sheet I have created a list of Ticket Type names and time + min and max In the original sheet (among others) is the Ticket Type name "time to complete" in days (1.1, 2.5, 30.0 etc.)
Due to the nature of the data, I cannot list it here
There are over 100,000 rows, not in a useful order (for me)
Sheet 1 Ticket Name Time to Complete Ticket Name 2 1.2 Ticket Name 4 5.6 Ticket Name 2 62.6 Ticket Name 16 38.1 .... (x100,000) What I would like in the second sheet is something like this
Sheet 2 Ticket Name Count Min Max Diff Ticket Name 1 135 0.2 12.0 11.8 Ticket Name 26 44 11.8 182.0 170.2 .... Ticket Name 26 22 1.6 6.3 4.7 I get the idea of using a VLOOKUP, but that (as far as I'm aware) will only get me the first value - every one in a list of over 1,000, that I can also "click and drag" down for every Ticket Name
Any help will be greatly appreciated!