Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
DS DS is offline
external usenet poster
 
Posts: 117
Default use VLookup to copy more than 1 cell

I have been using VLookup in Excel 2003 for some time but I would like to
expand the VLookup results. Instead of just copying one cell to paste as the
result of the formula, can I have VLookup copy and paste a series of cells
from same row of the found item?

Thanks and have a great day!!! :)
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 457
Default use VLookup to copy more than 1 cell

You can change the result of the VLOOKUP function by changing the 3rd
arguement in the function, which determines which column from the table to
return.
=VLOOKUP(Find_this,In_this_table,#_of_column_to_re turn,Closest_Match?)

If you want to copy and paste this and have it adapt/change, use a reference
like:
COLUMN(A3)
as you copy this horizontally, it will change in value

--
Best Regards,

Luke M
"DS" wrote in message
...
I have been using VLookup in Excel 2003 for some time but I would like to
expand the VLookup results. Instead of just copying one cell to paste as
the
result of the formula, can I have VLookup copy and paste a series of cells
from same row of the found item?

Thanks and have a great day!!! :)



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default use VLookup to copy more than 1 cell

The below if copied in Sheet1 cell B1 will return the lookup result from Col
B of Sheet2. and if this formula is copied/dragged to the right it will
return the subsequent columns....

=VLOOKUP(A1,Sheet2!$A:$J,COLUMN(),FALSE)

--
Jacob (MVP - Excel)


"DS" wrote:

I have been using VLookup in Excel 2003 for some time but I would like to
expand the VLookup results. Instead of just copying one cell to paste as the
result of the formula, can I have VLookup copy and paste a series of cells
from same row of the found item?

Thanks and have a great day!!! :)

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 698
Default use VLookup to copy more than 1 cell

Say you want to return five values to the right of the lookup value in the
table_array.

Select five cells where you want the answer and while selected enter this
formula, adjusted for lookup value cell and your table_array range.

Use Ctrl + Shift + Enter to commit. If you need to make changes to the
formula you will have to select all five cells again, make the change and
Array-Enter again.

=VLOOKUP(M1,F1:K3,{2,3,4,5,6},0)

HTH
Regards,
Howard

"DS" wrote in message
...
I have been using VLookup in Excel 2003 for some time but I would like to
expand the VLookup results. Instead of just copying one cell to paste as
the
result of the formula, can I have VLookup copy and paste a series of cells
from same row of the found item?

Thanks and have a great day!!! :)



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
vlookup copy down Davidm Excel Discussion (Misc queries) 1 February 15th 10 10:05 PM
vlookup copy down Luke M Excel Discussion (Misc queries) 0 February 15th 10 09:55 PM
VLOOKUP Returning a copy of a cell Longeuaykr Excel Worksheet Functions 1 December 22nd 09 06:13 PM
PLEASE HELP - VLOOKUP COPY I.C.E. Excel Discussion (Misc queries) 3 October 11th 06 11:41 AM
Can I copy the formatting of a cell in a IF Fucntion "VLOOKUP"? Terry Excel Worksheet Functions 1 October 26th 05 06:49 PM


All times are GMT +1. The time now is 04:53 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"