As I said in my first reply,
www.hotscripts.com is a good place to start.
http://www.hotscripts.com/search/6117040.html
Or try Google to search for more scripts, or design your own survey form, &
send the results to your email or to a text file (CSV) which will easily
import into Excel, or send the results to a database (MS Access). This
requires the Frontpage extensions.
If you have a unix server, then
www.ezscripting.co.uk might help - they
offer free scripts, that write, read and search a database (flat-text files
that open in Notepad or import into Excel). I've used these in the past on
my ISP's web server (my Internet account web space) because they didn't
support PHP or MySQL for basic internet accounts. they are pretty good for
what they are, though, and should suit you. They might take a bit of
setting up, if you're not used to do this, and you would need to FTP them
(not using Frontpage) to be able to set the file permissions (CHMOD) which
might be a problem if you use Frontpage Server Extensions.
Therefore I recommend you host on a frontpage-enabled server that allows you
to publish through it (http mode), and either have your form send the
results to 1) email 2) csv file 3) access database. if you choose 1) then
you could possibly enter the data into your spreadsheet manually.
Otherwise use method 2) which is easily imported into Excel or method 3)
which *might* be able to be imported into Excel, I'm not sure. Anyway, even
if you use the MS Access method, you can create your reports and so on
within Access (assuming you have MS Access, of course).
If you've worked with forms before, it shouldn't be too difficult to set
this up.