I need to count the number of commas within a cell so I can insert the proper number of rows below before I parse the value into separate rows. For instance,
box, animal, elephant, wood, storage
I need to know that there are 4 commas.
So I can then insert 4 rows below the line and run the...