I am trying to make a vertical histogram from my data by just summarizing how often an item shows up in a list. I want multiple columns dependent on the count, but I don't want null cells visible. There's 2700 rows in the data file and about 30 unique items that are being summarized. Blank cells are being left in place, throwing off subsequent columns. I'd like the blank rows in one column to not affect the next

