populate list based on condition; formula

endlessboundless

New Member
Joined
Jan 27, 2011
Messages
33
Hello all, hope someone can help here.

In one tab called MAIN I have a list of many many projects in column A under PROJECTS. In columns B through E I have allocations of that project, so imagine 4 divisions (NORTH, WEST, SOUTH, EAST) and the project is allocated to each division differently.

Now I have a tab for each column (NORTH, WEST, SOUTH, EAST).

I would like to populate column A of each of the tabs above based on whether the project is allocated to it or not.

For example:
Operation Build; allocated to NORTH at 50 and SOUTH at 50
Operation Demolition; allocated to EAST at 100
Project Thunder; allocated to NORTH at 100

So in NORTH, i would have under PROJECTS a list of OPERATION BUILD and PROJECT THUNDER

in EAST i would have under PROJECTS a list of only OPERATION DEMOLITION

and so on...

Hope someone can help here...
TYIA!!!!!
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
Hi,

Is this something like you require?...


Excel Workbook
ABCDE
1PROJECTSNORTHSOUTHEASTWEST
2Cat5050**
3Dog**5050
4Cow100***
5Bull*100**
6Pig**100*
7Horse***100
8Rat100***
9Mouse*100**
10Moose***100
11Donkey*100**
12Tiger**100*
13Lion***100
14Puma100***
15Zebra*502525
MAIN




Excel Workbook
AB
1",CELL("filename",A1))+1,256)]NORTH4
2PROJECTS*
3Cat*
4Cow*
5Rat*
6Puma*
NORTH




Excel Workbook
AB
1",CELL("filename",A1))+1,256)]SOUTH5
2PROJECTS*
3Cat*
4Bull*
5Mouse*
6Donkey*
7Zebra*
SOUTH




Excel Workbook
AB
1",CELL("filename",A1))+1,256)]EAST4
2PROJECTS*
3Dog*
4Pig*
5Tiger*
6Zebra*
EAST




Excel Workbook
AB
1",CELL("filename",A1))+1,256)]WEST5
2PROJECTS*
3Dog*
4Horse*
5Moose*
6Lion*
7Zebra*
WEST



The formulas in A3 of sheets NORTH-EAST need to be entered using ctrl shift enter NOT enter. You can then copy them down as far as you require. You will need to change the cell references to suit yours.

Good luck.

Ak
 
Upvote 0

Forum statistics

Threads
1,224,584
Messages
6,179,687
Members
452,938
Latest member
babeneker

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