auto populate cells

electriceaze

New Member
Joined
Sep 16, 2011
Messages
3
I have a workbook with three (3) worksheets which i will simply call worksheet #1, #2 and #3.
In worksheet #1, I enter data into these columns- date, po#, account name, rep, so#, amount. In worksheet #2, once I enter a so# into a cell I would like the corresponding account name to auto populate into the following cell, using worksheet #1 as the reference.
Data is entered into this workbook daily so my reference data will continue to expand.
Is there a function I can use or will i have to create a macro?
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
As your Account name is before SO, cant do a straight forward Vlookup,
Quickest way, is in a new sheet ref a1 to look at first cell in column contaiing SO in sheet 1, then B1 = first cell in column Account name in first sheet
Highlight these tqo columns and set as range say Account_Name

Then in your second sheet in Account name enter frmula
=vlookup(c2,Account_Name,2,0) changing c2 to cell you are populating with SO

Hope makes sense
 
Upvote 0

Forum statistics

Threads
1,224,596
Messages
6,179,802
Members
452,943
Latest member
Newbie4296

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