Auto Populate Project Number based on Indirect Formulas

RyanI1986

New Member
Joined
Dec 7, 2022
Messages
2
Office Version
  1. 365
Platform
  1. MacOS
Backstory:
I have two companys that I am trying to merge into shift tracking system. We have over 200-300 clients and 500-600 projects per year. The file only shows 2 clients

I made this work one way where I had two master lists of projects based on company names and the cell values for client, project, client project number, internal project number all worked fine. However the project list was so long that it would be faster to just type the project name, or copy and paste from the list vs using the data validation.

I am trying to get the Client to populate based on Company, then Project to data validate based on client, then client project number and internal project number to auto populate based on project name. I made it work with a single list using the index match functions, however my data validation list of project is so long, it would be faster to just type the name of the project rather than pick from a data validation list.

File located here:
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
Hi, try the next formulas on worksheet Field_Shift_Schedule
for G4
=INDEX('AUTOPOULATED PROJECT NUMBERS'!B3:B99,MATCH(F4,'AUTOPOULATED PROJECT NUMBERS'!A3:A99,0))
for H4
=INDEX('AUTOPOULATED PROJECT NUMBERS'!C3:C99,MATCH(F4,'AUTOPOULATED PROJECT NUMBERS'!A3:A99,0))
 
Upvote 0

Forum statistics

Threads
1,215,059
Messages
6,122,918
Members
449,094
Latest member
teemeren

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