indexing - Excel Pivot Table - How to retrieve value of cell in Rows section -


I have some raw data as shown below  raw data

I created a pivot table for it, primarily for the purpose of formatting purposes only (to better expand the group and sub-items Capacity) The pietette table is shown below. Pivot Table

I need to display LastUsageTime for each of the items listed (UsageName) In Pivot's table it is a lookup of LastUsageTime column from raw data only.

By now my research seems to be that I use the index + match to look at all 3 columns (TPC, TeamProjectName to match the name, UsageName) something like this:

  {= INDEX ('raw data'! A2: E2000, MATCH (1, ('raw data'! A2: A2000 = ???????) * ('raw data'! B2: B2000 = ??????) * ('raw data'! C2: C2000 = A6), 0), 5)}   

However, I use each UsageName pivot table Do not use to recover TPC and TeamProjectName.

I hope this makes sense, and thanks for any help!

For the sake of an answer:

your LastUsedTime Add data to excel date / time, and then field in your PivotTable to Î £ VALUES Maximum Lounge maximum (or maximum ... which is the adjusted LastUsageTime data column label).

Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

python - 'NoneType' object is not callable using 'find_all' in BeautifulSoup -