Hey guys,
could you please help me out?
I have a set of data, typically set up like this:
Cell A1: Product name
Cell C1: Price
Cell A2: Description
Cell A3: Product name (#2)
Cell C3: Price (#2)
Cell A4: Description (#2)
.. and so on.
However, some products do not have a description.
In that case, cell A2 (or A4, or A6...) is NOT a blank row but contains the name of the next product.
What I want is to put everything in the above format.
So if a product lacks a description, it should insert a blank row.
The only thing I can think of is to look at column C.
Typically, every second row in C should be empty.
If the second row in C is not empty but contains a price, this means that a blank row should be inserted above (I guess).
I hope this makes any sense, if not please reply, I will try to explain.
Thanks in advance!
could you please help me out?
I have a set of data, typically set up like this:
Cell A1: Product name
Cell C1: Price
Cell A2: Description
Cell A3: Product name (#2)
Cell C3: Price (#2)
Cell A4: Description (#2)
.. and so on.
However, some products do not have a description.
In that case, cell A2 (or A4, or A6...) is NOT a blank row but contains the name of the next product.
What I want is to put everything in the above format.
So if a product lacks a description, it should insert a blank row.
The only thing I can think of is to look at column C.
Typically, every second row in C should be empty.
If the second row in C is not empty but contains a price, this means that a blank row should be inserted above (I guess).
I hope this makes any sense, if not please reply, I will try to explain.
Thanks in advance!