bloodybrit90
Board Regular
- Joined
- Jul 18, 2011
- Messages
- 111
Hi all,
Can anyone help a noob out?
I have a list of part numbers in column A in sheet 1 and different vendor pricing in columns C-G. Here is what I have for sheet 2.
<table border="0" cellpadding="0" cellspacing="0" width="488"><col style="width: 75pt;" width="100"> <col style="width: 91pt;" width="121"> <col style="width: 56pt;" width="74"> <col style="width: 64pt;" width="85"> <col style="width: 81pt;" width="108"> <tbody><tr style="height: 15.75pt;" height="21"> <td class="xl74" style="height: 15.75pt; width: 75pt;" width="100" height="21">Item #</td> <td class="xl74" style="width: 91pt;" width="121">Quantity</td> <td class="xl75" style="width: 56pt;" width="74">Vendor 1</td> <td class="xl75" style="border-left: medium none; width: 64pt;" width="85">Vendor 2</td> <td class="xl75" style="border-left: medium none; width: 81pt;" width="108">Vendor 3</td> </tr> <tr style="height: 15pt;" height="20"> <td class="xl71" style="height: 15pt;" height="20">45623</td> <td class="xl71">5</td> <td class="xl72">
</td> <td class="xl72">
</td> <td class="xl72">
</td> </tr> <tr style="height: 15pt;" height="20"> <td class="xl71" style="height: 15pt;" height="20">45856</td> <td class="xl71">2</td> <td class="xl73">
</td> <td class="xl73">
</td> <td class="xl73">
</td> </tr> </tbody></table>
under vendor 1 I would like it to display the price (sheet 1 C:C)for the part number (sheet 2! A2) times the quantity (sheet 2 B2). The prices are in sheet 1.
This is what I have so far.
=if('Sheet 1'!A:A,"='Sheet 2'!A2",
I need the formula to sate =if(an item # in sheet 1 "=item # sheet 2 A2", then multiply column c in same row that it found the item number in sheet 1 by sheet 2 B2)
How would I type this? Cheers.
<table border="0" cellpadding="0" cellspacing="0" width="488"><col style="width: 75pt;" width="100"> <col style="width: 91pt;" width="121"> <col style="width: 56pt;" width="74"> <col style="width: 64pt;" width="85"> <col style="width: 81pt;" width="108"> <tbody><tr style="height: 15.75pt;" height="21"> <td class="xl74" style="height: 15.75pt; width: 75pt;" width="100" height="21">
</td><td class="xl74" style="width: 91pt;" width="121">
</td><td class="xl75" style="width: 56pt;" width="74">
</td><td class="xl75" style="border-left: medium none; width: 64pt;" width="85">
</td><td class="xl75" style="border-left: medium none; width: 81pt;" width="108">
</td></tr><tr style="height: 15pt;" height="20"><td class="xl71" style="height: 15pt;" height="20">
</td><td class="xl71">
</td><td class="xl72">
</td><td class="xl72">
</td><td class="xl72">
</td></tr><tr style="height: 15pt;" height="20"><td class="xl71" style="height: 15pt;" height="20">
</td><td class="xl71">
</td><td class="xl73">
</td><td class="xl73">
</td><td class="xl73">
</td></tr></tbody></table>
Can anyone help a noob out?
I have a list of part numbers in column A in sheet 1 and different vendor pricing in columns C-G. Here is what I have for sheet 2.
<table border="0" cellpadding="0" cellspacing="0" width="488"><col style="width: 75pt;" width="100"> <col style="width: 91pt;" width="121"> <col style="width: 56pt;" width="74"> <col style="width: 64pt;" width="85"> <col style="width: 81pt;" width="108"> <tbody><tr style="height: 15.75pt;" height="21"> <td class="xl74" style="height: 15.75pt; width: 75pt;" width="100" height="21">Item #</td> <td class="xl74" style="width: 91pt;" width="121">Quantity</td> <td class="xl75" style="width: 56pt;" width="74">Vendor 1</td> <td class="xl75" style="border-left: medium none; width: 64pt;" width="85">Vendor 2</td> <td class="xl75" style="border-left: medium none; width: 81pt;" width="108">Vendor 3</td> </tr> <tr style="height: 15pt;" height="20"> <td class="xl71" style="height: 15pt;" height="20">45623</td> <td class="xl71">5</td> <td class="xl72">
</td> <td class="xl72">
</td> <td class="xl72">
</td> </tr> <tr style="height: 15pt;" height="20"> <td class="xl71" style="height: 15pt;" height="20">45856</td> <td class="xl71">2</td> <td class="xl73">
</td> <td class="xl73">
</td> <td class="xl73">
</td> </tr> </tbody></table>
under vendor 1 I would like it to display the price (sheet 1 C:C)for the part number (sheet 2! A2) times the quantity (sheet 2 B2). The prices are in sheet 1.
This is what I have so far.
=if('Sheet 1'!A:A,"='Sheet 2'!A2",
I need the formula to sate =if(an item # in sheet 1 "=item # sheet 2 A2", then multiply column c in same row that it found the item number in sheet 1 by sheet 2 B2)
How would I type this? Cheers.
<table border="0" cellpadding="0" cellspacing="0" width="488"><col style="width: 75pt;" width="100"> <col style="width: 91pt;" width="121"> <col style="width: 56pt;" width="74"> <col style="width: 64pt;" width="85"> <col style="width: 81pt;" width="108"> <tbody><tr style="height: 15.75pt;" height="21"> <td class="xl74" style="height: 15.75pt; width: 75pt;" width="100" height="21">
</td><td class="xl74" style="width: 91pt;" width="121">
</td><td class="xl75" style="width: 56pt;" width="74">
</td><td class="xl75" style="border-left: medium none; width: 64pt;" width="85">
</td><td class="xl75" style="border-left: medium none; width: 81pt;" width="108">
</td></tr><tr style="height: 15pt;" height="20"><td class="xl71" style="height: 15pt;" height="20">
</td><td class="xl71">
</td><td class="xl72">
</td><td class="xl72">
</td><td class="xl72">
</td></tr><tr style="height: 15pt;" height="20"><td class="xl71" style="height: 15pt;" height="20">
</td><td class="xl71">
</td><td class="xl73">
</td><td class="xl73">
</td><td class="xl73">
</td></tr></tbody></table>