Autp Populate Cells on a Different Sheet within a Document

sandeeprice

New Member
Joined
Jul 21, 2016
Messages
1
I have been trying to figure this out for 3 days and am at the end of my rope.

I am designing a spreadsheet for a construction firm. The workbook contains an the estimate, client proposal and the PO's for 3 different vendors. On the estimate I have a dropdown list for the vendor, category and product. When you select the vendor, the category is populated with only that vendors products and the same with the product.

What I would like to do is when the vendor product is selected, I want the product to auto populate on their PO sheet.
ESTIMATE:
Vendor
Category
Product
Jones Wholesale Lumber
RIGIDLAM 2.0E LVL
Ridgidrim LVL: 3-1/2" Grade
Shale Companies
PEB
PEB 2 x 4 Pad Block
Reno Hardware
16" iJoist
16" iJoist LBV 37/16

<tbody>
</tbody>


PO:
PURCHASE ORDER
DATE:
P.O. NUMBER:
VENDOR:Jones Wholesale LumberSHIP TO:0
ATTN: 0
0
JOB SITE CONTACT:
REQUESTED DELIVERY DATESHIP VIAF.O.B. POINT
ob Site

PRODUCTQTY.LENGTHTOTAL QTY.UNIT PRICETOTAL PRICES
0 0.00
0 0.00
0 0.00
0 0.00
0 0.00
0 0.00
0 0.00
0 0.00
0 0.00
0 0.00
0 0.00
0 0.00
0 0.00
0 0.00
0 0.00
0 0.00
0 0.00
0 0.00
0 0.00
SUBTOTAL: 0.00
FREIGHT:
TOTAL DUE: 0.00

<colgroup><col><col span="3"><col><col span="4"><col></colgroup><tbody>
</tbody>

<tbody>
</tbody>

Is this possible? I know it has to be but for the life of me I can't figure it out. Any help will be greatly appreciated.
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
I am afraid you will need to populate via VBA. There is not a built-in Excel formula that will pull over the info from the Estimate tab.

Mark
 
Last edited by a moderator:
Upvote 0

Forum statistics

Threads
1,214,918
Messages
6,122,255
Members
449,075
Latest member
staticfluids

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top