i am new to pivot tables but am familiar with filtering & sorting data.
challenge: from 12500 lines of 3 columns of data (Price, Day, Minute), find the maximum price of that day and the minute in which occurred.
i can easily find the max price of each day using the PT, by placing Price in the PT's VALUES (with Summarize Values by Max) and Day in the PT's ROWS. however i am having trouble obtaining the correlated minute. if i place the Minute data in VALUES it wants to do a calculation on it (like sum or max). if i place Minutes in ROWS, i get multiple Prices for each day, when i really i just want the max Price.
thanks in advance.
Bookmarks