Auto Populate Columns, two worksheets

anarcticfox

New Member
Joined
Nov 4, 2014
Messages
1
Hi all,

I am trying to do this:

On Workbook 1, when Column AH has the value W, then on Workbook 2, on the next blank row, assign the next job number(Q1234...) and auto populate the remaining details from the Row which had the value W, in Workbook 1.

Is this possible?
I tried everything I could from my knowledge and I have now reached a dead-end.

Help,
Sven
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
This isn't a VBA solution, but it is what I use.

Copy the information to the worksheet that you want either via a linked table, or vlookup formula, it doesn't really matter.

Make another column your job number column and then put =IF(E19>0,MAX($L$17:L18)+1,"") (or equivlent, I just copied that from a sheet I used to give unique values) Basically it takes a max of all values above it and then adds one.

Then you can filter it by unique value column.

It may be more trouble than it's worth but that's how I assign unique values.
 
Upvote 0

Forum statistics

Threads
1,216,113
Messages
6,128,903
Members
449,477
Latest member
panjongshing

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