Skip to main content
Question

How to separate multiple products into rows on spreadsheet

  • February 14, 2024
  • 1 reply
  • 25 views

We import our woocommerce orders into Google Sheets. Each order has their own row with select data. However, I would like to separate an order that has more than one type of product into its own row. 

 

Right now, it combines them into the same row with this format:

Order #     Product Name       QTY     Unit Price     Item Total

123            Can A, Can B         2,1         $5, $3        $10, $3

 

I need it to look like this:

Order #     Product Name       QTY     Unit Price     Item Total

123            Can A                     2               $5              $10

123            Can B                     1               $3              $3

 

I appreciate any help!

Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

Troy Tessalone
Forum|alt.badge.img+14

Hi @CellRepairMan 

Some options to handle line items...

GSheets - Create Multiple Rows

 

OR

 

Looping: https://zapier.com/apps/looping/help

Followed by GSheets Create Row