excel - Display certain combinations in pivot -


enter image description here

how can let pivot display jun-2016-forecast month 201701, jul-2016-forecast month 201702 , aug-2016-forecast month 201703 @ same?

simple way: add column data matching month forecast version (so version jun-2016 matches 201701, version jul-2016 matches 201702 , version aug-2016 matches 2091703). column should contain true match occurs , false otherwise. filter pivot table on true values in added column.

picture below illustrates approach

enter image description here

i used formula generate matched column but, alternative, have used filtering on source data assign values.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -