Hi All,
I have the data of Product in Row A and its price in row B. Similarly Product in Row C and its price in row D. in Total having 3 list of products and prices. Maximum 10 entries user can enter in each row. I want all the products from those 3 rows in single row G and its price in H without including the blanks. Here is the expectation .
[TABLE="width: 750"]
<tbody>[TR]
[TD]A
[/TD]
[TD]B
[/TD]
[TD]C
[/TD]
[TD]D
[/TD]
[TD]E
[/TD]
[TD]F
[/TD]
[TD]G
[/TD]
[TD]H
[/TD]
[/TR]
[TR]
[TD]Product A
[/TD]
[TD]Price
[/TD]
[TD]Product A1
[/TD]
[TD]Price
[/TD]
[TD]Product A2
[/TD]
[TD]Price
[/TD]
[TD]Product A
[/TD]
[TD]Price of Product A
[/TD]
[/TR]
[TR]
[TD]Product B
[/TD]
[TD]Price
[/TD]
[TD]Product B1
[/TD]
[TD]Price
[/TD]
[TD][/TD]
[TD][/TD]
[TD]Product B
[/TD]
[TD]Price of Product A
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]Product C1
[/TD]
[TD]Price
[/TD]
[TD][/TD]
[TD][/TD]
[TD]Product A1
[/TD]
[TD]Price of Product A1
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Product B1
[/TD]
[TD]Price of Product B1
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Product C1
[/TD]
[TD]Price of Product C1
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Product A2
[/TD]
[TD]Price of Product A2
[/TD]
[/TR]
</tbody>[/TABLE]
Can any one please help on this.
I have the data of Product in Row A and its price in row B. Similarly Product in Row C and its price in row D. in Total having 3 list of products and prices. Maximum 10 entries user can enter in each row. I want all the products from those 3 rows in single row G and its price in H without including the blanks. Here is the expectation .
[TABLE="width: 750"]
<tbody>[TR]
[TD]A
[/TD]
[TD]B
[/TD]
[TD]C
[/TD]
[TD]D
[/TD]
[TD]E
[/TD]
[TD]F
[/TD]
[TD]G
[/TD]
[TD]H
[/TD]
[/TR]
[TR]
[TD]Product A
[/TD]
[TD]Price
[/TD]
[TD]Product A1
[/TD]
[TD]Price
[/TD]
[TD]Product A2
[/TD]
[TD]Price
[/TD]
[TD]Product A
[/TD]
[TD]Price of Product A
[/TD]
[/TR]
[TR]
[TD]Product B
[/TD]
[TD]Price
[/TD]
[TD]Product B1
[/TD]
[TD]Price
[/TD]
[TD][/TD]
[TD][/TD]
[TD]Product B
[/TD]
[TD]Price of Product A
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]Product C1
[/TD]
[TD]Price
[/TD]
[TD][/TD]
[TD][/TD]
[TD]Product A1
[/TD]
[TD]Price of Product A1
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Product B1
[/TD]
[TD]Price of Product B1
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Product C1
[/TD]
[TD]Price of Product C1
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Product A2
[/TD]
[TD]Price of Product A2
[/TD]
[/TR]
</tbody>[/TABLE]
Can any one please help on this.