I have a spreadsheet which contains user purchase data for a client. One of the fields provided is quantity. So I end up with something like this:
FName | LName | … | Quantity
Because nothing can ever be simple, they need an individual row for each item purchased. In other words, if the user purchased 5 of the item, they need the user data repeated 5 times in separate rows. I’ve been doing this by hand every month, but I’ve got to believe there’s a way to do it programmatically. Sadly, I’m so far behind on my macro/formula programming I can’t figure it out. Any suggestions?