Good Morning,
I am looking for some help to replace a common formula I use to reference numerical values in providing some simple reference calculators/target guides for employees. I usually use the below to reference data I keep on a table in a worksheet called Data
=SUMIF(Data!A:A, J2, Data!B:B)
I need to build something similar, but will return text values when a employee enters a zipcode into a specific cell. I want it to pull up the area/managers/ect from my Data worksheet. The table I will be pulling from will look something like this, and have around 50k rows. Region, City, Manager, State will have many duplicates, but each zip value will be unique
Data Table
A(Region) B(ORG) C(Manager) D(City) E(State) F(Zip)
Region 1 E42 Carson, Sue Winter Springs FL 32708
Region 1 E43 Carson, Sue Oviedo FL 32765
Region 3 EB7 Smith, Bob Joliet IL 60435
I want my Calculator/Reference Guide to be on a seperate worksheet and look like this
A(ZIP) B(Region) C(ORG) D(Manager) E(City) F(State)
A will be the Cell for employees to enter a zip manually
Once entered I want the formulas in B, C, D, E, F to return the info from the corresponding zip row on the data sheet.
Any help would be greatly appreciated!
Thanks!
I am looking for some help to replace a common formula I use to reference numerical values in providing some simple reference calculators/target guides for employees. I usually use the below to reference data I keep on a table in a worksheet called Data
=SUMIF(Data!A:A, J2, Data!B:B)
I need to build something similar, but will return text values when a employee enters a zipcode into a specific cell. I want it to pull up the area/managers/ect from my Data worksheet. The table I will be pulling from will look something like this, and have around 50k rows. Region, City, Manager, State will have many duplicates, but each zip value will be unique
Data Table
A(Region) B(ORG) C(Manager) D(City) E(State) F(Zip)
Region 1 E42 Carson, Sue Winter Springs FL 32708
Region 1 E43 Carson, Sue Oviedo FL 32765
Region 3 EB7 Smith, Bob Joliet IL 60435
I want my Calculator/Reference Guide to be on a seperate worksheet and look like this
A(ZIP) B(Region) C(ORG) D(Manager) E(City) F(State)
A will be the Cell for employees to enter a zip manually
Once entered I want the formulas in B, C, D, E, F to return the info from the corresponding zip row on the data sheet.
Any help would be greatly appreciated!
Thanks!