Formula selection

8thwondurrrr

New Member
Joined
Sep 22, 2015
Messages
13
I need to able to input city, county, csp territory and protection class territory. Where I input the city and county, and then the corresponding csp, and protection class is pulled from another sheet. I tried vlookup per a YouTube channel but it's not working correctly. Any other ideas?
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
Welcome to the Board!

Can you post a shot of your data and your required output?

See the HTML Maker link in my sig to be able to post screen shots.
 
Upvote 0
Using a mobile device I wasn't able to follow your instructions. Please see the imgur link :

Album

I want to able to input 123 main street, AGNEW SANTA CLARA and excel pull the territory and csp from one sheet to another.
 
Upvote 0
You can use a helper column in each sheet with =A1&B1 to create unique values then VLOOKUP off of that.
 
Upvote 0
See if this helps explain it:


Excel 2012
ABCDE
1City/CountyCityCountyTerritoryCSP
2AgnewSanta ClaraAgnewSanta Clara007606
3
4
5City/CountyCityCountyTerritoryCSP
6AgnewSanta ClaraAgnewSanta Clara007606
Sheet1
Cell Formulas
RangeFormula
A2=B2&C2
A6=B6&C6
D6=VLOOKUP(A6,A2:E2,4,FALSE)
E6=VLOOKUP(A6,A2:E2,5,FALSE)
 
Upvote 0

Forum statistics

Threads
1,215,039
Messages
6,122,802
Members
449,095
Latest member
m_smith_solihull

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