Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default extend vlookup

I have a table 7 columns wide and i wish to extract the information from
6 columns using information given on the first column. a sought of
extended v lookup


---
Message posted from http://www.ExcelForum.com/

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 53
Default extend vlookup

Noctos,

You can use an array entered VLOOKUP to return multiple columns
If your original vlookup was something like
for the first value =VLOOKUP(A25,A1:G5,2,FALSE)
for the second value =VLOOKUP(A25,A1:G5,3,FALSE)
for the third =VLOOKUP(A25,A1:G5,4,FALSE)
etc....

You can select a range of 6 cells and put in:
=VLOOKUP(A25,A1:G5,{2,3,4,5,6,7},FALSE)
array enter (control + shift + enter)
if done properly {} braces will appear around the formula
and all 6 cells will recieve values.

{=VLOOKUP(A25,A1:G5,{2,3,4,5,6,7},FALSE)}

Dan E

"Noctos " wrote in message ...
I have a table 7 columns wide and i wish to extract the information from
6 columns using information given on the first column. a sought of
extended v lookup


---
Message posted from http://www.ExcelForum.com/



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
Extend the numbers 1,2 to get 3,4,5,..... peter_sagg Excel Discussion (Misc queries) 2 May 26th 09 03:28 PM
Extend Formula [email protected] Excel Discussion (Misc queries) 1 July 21st 06 01:15 AM
Extend series Traci Excel Worksheet Functions 5 June 17th 06 03:32 AM
Extend formulas nc Excel Discussion (Misc queries) 2 September 26th 05 03:33 PM
extend selection indu aronson Excel Programming 1 December 4th 03 09:31 PM


All times are GMT +1. The time now is 01:11 PM.

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

About Us

"It's about Microsoft Excel"