View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mike[_26_] Mike[_26_] is offline
external usenet poster
 
Posts: 1
Default Conditional formula with text

Hello, I'm trying to put together a formula in one worksheet that is
dependent on text existing in another worksheet.

Sheet 1
A1=Kentucky B1=(formula)

Sheet 2
A1=1 B1=Oregon
A2=2 B2=Kentucky
A3=3 B3=Arizona

Basically, I need to calculate a formula in Sheet 1 where if Sheet 2
contains "Kentucky" it would return the value in the "A" column next to
"Kentucky" in Sheet 2, which is in this case "2".

Can you help me put this formula together? Thanks!

Mike