lookup in a grid/table

D

dave in Toronto

greetings,
I would like to lookup a value in a table. It is a table of distances
between cities. What I don't no how to do is to create the funtion so that
the inputs are user input.
e.g.
cell a1: (from city, user input)
cell b1: (destination city inut)

using these two inputs I'd like to refer to a table of distances between
cities.
e.g.
city a city b city c
city A 0 50 75
city b 50 0 150
city c 75 150 0

any suggestions?
 
J

Jens Peter Karlsen [FP-MVP]

You need a database for this and some serverside programming.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top