missrutele
New Member
- Joined
- Nov 17, 2017
- Messages
- 10
I have 3 sheets with listed different models there you can indicated how many you need of which model (~300 models). I need to use a formula in another sheet that check these sheets and if cell is not blank (quantity indicated), return information to main sheet (order sheet) - name, barcode and quantity.
For example with smaller amount of models:
in model sheet I have such information and I choose item and indicated needed quantity in column C
[TABLE="width: 232"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]Barcode[/TD]
[TD]Name[/TD]
[TD]Quantity[/TD]
[/TR]
[TR]
[TD]022677030104 [/TD]
[TD]item1[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]022677280431[/TD]
[TD]Item2[/TD]
[TD="align: right"]2[/TD]
[/TR]
[TR]
[TD]022677271934[/TD]
[TD]Item3[/TD]
[TD="align: right"]1[/TD]
[/TR]
[TR]
[TD]024777670679[/TD]
[TD]Item4[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Than in main sheet i need that information would be like this (would shown just ordered goods)
[TABLE="width: 260"]
<colgroup><col span="2"><col></colgroup><tbody>[TR]
[TD]item[/TD]
[TD]Barcode[/TD]
[TD] Order[/TD]
[/TR]
[TR]
[TD]Item2[/TD]
[TD]022677280431[/TD]
[TD="align: right"]2[/TD]
[/TR]
[TR]
[TD]Item3[/TD]
[TD]022677271934[/TD]
[TD="align: right"]1[/TD]
[/TR]
</tbody>[/TABLE]
Please someone help
For example with smaller amount of models:
in model sheet I have such information and I choose item and indicated needed quantity in column C
[TABLE="width: 232"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]Barcode[/TD]
[TD]Name[/TD]
[TD]Quantity[/TD]
[/TR]
[TR]
[TD]022677030104 [/TD]
[TD]item1[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]022677280431[/TD]
[TD]Item2[/TD]
[TD="align: right"]2[/TD]
[/TR]
[TR]
[TD]022677271934[/TD]
[TD]Item3[/TD]
[TD="align: right"]1[/TD]
[/TR]
[TR]
[TD]024777670679[/TD]
[TD]Item4[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Than in main sheet i need that information would be like this (would shown just ordered goods)
[TABLE="width: 260"]
<colgroup><col span="2"><col></colgroup><tbody>[TR]
[TD]item[/TD]
[TD]Barcode[/TD]
[TD] Order[/TD]
[/TR]
[TR]
[TD]Item2[/TD]
[TD]022677280431[/TD]
[TD="align: right"]2[/TD]
[/TR]
[TR]
[TD]Item3[/TD]
[TD]022677271934[/TD]
[TD="align: right"]1[/TD]
[/TR]
</tbody>[/TABLE]
Please someone help