vba - Data transformation and Transpose in Excel -


looking on converting data 1 format -

if want see data in sheet here - https://docs.google.com/spreadsheets/d/1yo90xjjn2c80reymixtds7e8slb2nnmrnqixbqr8j2k/edit?pli=1#gid=555602833

note: want in ms excel , not in google sheet.

enter image description here

description - 1. transpose primary data set , organize data options shown columns. 2. if there multiple rows same product , same option, need sum , add 1 row. 3. if products not available option need update cell 'na' 4. 'primary set of data' may contain multiple rows, have 3 options @ given point of time. 5. above 3 scenrios explanation of problem, want develop 1 table dynamic , changes reflected make updates data

for varying amounts of data, pivottable works well. not give format looking for, changing order simple moving fields around in values box. added advantage provides totals automatically (if want that).

of course, build out separate table "getpivotdata" function pull in , format information how like. pivot heavy lifting of aggregating data you, it's not flexible how data displayed.

pivottable example:

pivottable example

pivottable fields:

pivottable fields


Comments

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Magento/PHP - Get phones on all members in a customer group -

session - Logging Out Using PHP -