View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
pamber pamber is offline
external usenet poster
 
Posts: 5
Default vlookup results in different cell

Where in the following formula would you include '=a1' in order to get the
result from cell c1 to a1?

=VLOOKUP(K25,'Drop Down Data'!$T$3:$W$426,2)

Thanks for your help!

"Don Guillett" wrote:

using a formula in c1 use
=a1
to get the info in a1
--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"pamber" wrote in message
...
Can the results of a vlookup be sent to a cell other than the one the
formula
is in? Can't protect the cell where the data needs to be as that cell
needs
the option to fill in data not found in the vlookup array.