View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jessica Donadio Jessica Donadio is offline
external usenet poster
 
Posts: 20
Default Index/Match Amateur Question

So if I have cities filling column E (to E1236) and their respective
countries in column H (to H1236) How do I write the function so that in a
new record the country value automatically matches the city I input? I've
tried this, but no dice:

=INDEX(H:H,MATCH(H10,E:E,0)) Thank you for any help!