amjadas1987
New Member
- Joined
- Mar 23, 2018
- Messages
- 3
i have a workbook with 4 sheets 1st three are Jan, Feb, Mar and 4th one is home. Columns are style no., qty and unit price. i want to check index match the unit price of mentioned style number from all three sheets. Like i want a formula in HOME sheet in cell C2 which see style no. in cell A2 and then check it's unit price in all three sheets and put unit price of matched style no.
Three sheets Jan, Feb, Mar are like this.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Style No.[/TD]
[TD]Qty[/TD]
[TD]Unit Price[/TD]
[/TR]
[TR]
[TD]WTC123456[/TD]
[TD]456[/TD]
[TD]45,000[/TD]
[/TR]
[TR]
[TD]WTB281654[/TD]
[TD]1000[/TD]
[TD]65,000[/TD]
[/TR]
</tbody>[/TABLE]
HOME Sheet.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Style No.[/TD]
[TD]Qty[/TD]
[TD]Unit Price[/TD]
[/TR]
[TR]
[TD]WTC123456[/TD]
[TD]456[/TD]
[TD]here i want formula[/TD]
[/TR]
[TR]
[TD]WTB281654[/TD]
[TD]1000[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
because some styles are put in Jan and some are in Feb so on. but home sheet has all the styles no.
Thanks
Three sheets Jan, Feb, Mar are like this.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Style No.[/TD]
[TD]Qty[/TD]
[TD]Unit Price[/TD]
[/TR]
[TR]
[TD]WTC123456[/TD]
[TD]456[/TD]
[TD]45,000[/TD]
[/TR]
[TR]
[TD]WTB281654[/TD]
[TD]1000[/TD]
[TD]65,000[/TD]
[/TR]
</tbody>[/TABLE]
HOME Sheet.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Style No.[/TD]
[TD]Qty[/TD]
[TD]Unit Price[/TD]
[/TR]
[TR]
[TD]WTC123456[/TD]
[TD]456[/TD]
[TD]here i want formula[/TD]
[/TR]
[TR]
[TD]WTB281654[/TD]
[TD]1000[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
because some styles are put in Jan and some are in Feb so on. but home sheet has all the styles no.
Thanks