E
eggman2001
I have a data table that has 7000 rows, which I'm slicing using a
pivot table. Column A has 150 unique values. I'd like to add another
pivot table field (let's call it field F), which will have three
unique values. I will decide which of the Column A values should match
up to three field F values.
Obviously, I don't want to do this for 7000 rows but just for the 150
unique Column A rows. Can someone tell me what the best way is to do
this?
In database theory, I guess what I want is to create another table and
then join them, but I'm not sure if that is common in Excel.
pivot table. Column A has 150 unique values. I'd like to add another
pivot table field (let's call it field F), which will have three
unique values. I will decide which of the Column A values should match
up to three field F values.
Obviously, I don't want to do this for 7000 rows but just for the 150
unique Column A rows. Can someone tell me what the best way is to do
this?
In database theory, I guess what I want is to create another table and
then join them, but I'm not sure if that is common in Excel.