Question

How to separate multiple products into rows on spreadsheet

  • 14 February 2024
  • 1 reply
  • 14 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!


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

Userlevel 7
Badge +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