I have six columns that have numbers in them. I would now like to combine this columns into one so I can have a report that groups the numbers together and gives me a count.
Example of my columns
col 1 col2 col3.....etc
5 6 5
3 5 6
So I could get an output of.........
number qnty
5 3
3 1
6 2
Or any suggestions on how I can group the numbers in seperate columns to get a count on them.
Thanks,
Kacy
________
NO2 VAPORIZER
Example of my columns
col 1 col2 col3.....etc
5 6 5
3 5 6
So I could get an output of.........
number qnty
5 3
3 1
6 2
Or any suggestions on how I can group the numbers in seperate columns to get a count on them.
Thanks,
Kacy
________
NO2 VAPORIZER
Last edited: