Cell Automation

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
I was wonder if there is a way of to kind of autofill adjoining cells.
Example: I type in a item in a1, Excel would search a database and put the
discription for that tem in b2. I could use this for a couple of excel
templates.I don't have that much experiance at programming a any help would
be appreciated.

Thanks
 
Lee

You need the VLOOKUP worksheet function. Try looking this up in help and
post back if you get stuck

The general syntax is....(Very Pseudo!)

=VLOOKUP(Value_To_Look_Up,Database_To_Look_In,
Rows_Offset,Find_Exact_Match_Or_Not)

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
(e-mail address removed)
 

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

Back
Top