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

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
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,215,597
Messages
6,125,738
Members
449,255
Latest member
whatdoido

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