Search

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

Guest

Can anybody help me!?! I need to have a formula which can search a value from
another worksheet. I need this for part of my macro, I have tried usind the
find function in excel but the macro only records the value that was in the
cell when it was recorded.

The find function would work great if there was any way of making the value
searched for the value in a particular cell.

Any help would be MUCH appreciated.

Many Thanks
 
You may want to post more details, but at first blush, you may be able to use
=vlookup()

It allows you to specify a value and return a value from a cell in the same row
as the matched key value.

For much better instructions, visit Debra Dalgleish's site:
http://www.contextures.com/xlFunctions02.html
 

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