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

In one cell of one sheet I have vlookup formula like this
=vlookup($A1,sheet2!$A1:$BC12,4,FALSE)
This formula is absolutely fine . But i have to do this across whole row may
be till BC16. I there a way where I can enter formula in one cell then column
value changes automatically like ,5,FALSE ,6,FALSE

Any help is greatly appreciated
Thanx
--
Kittie
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default problem with vlookup

You can modify your formula like this

=vlookup($A1,sheet2!$A1:$BC12,Column(A1)+3,FALSE)

then all you have to do is drag fill it across the columns.

--
Regards,
Tom Ogilvy

"Lolly" wrote in message
...
In one cell of one sheet I have vlookup formula like this
=vlookup($A1,sheet2!$A1:$BC12,4,FALSE)
This formula is absolutely fine . But i have to do this across whole row

may
be till BC16. I there a way where I can enter formula in one cell then

column
value changes automatically like ,5,FALSE ,6,FALSE

Any help is greatly appreciated
Thanx
--
Kittie



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22,906
Default problem with vlookup

Lolly

Example only.....adjust cell refs to suit.

=VLOOKUP(A1,'Sheet2'!A1:E50,{2,3,4,5},0)

Select B1:E1 then enter the above in active cell(B1)

Now Array enter it by hitting SHIFT + CRTL + ENTER

The 2,3,4,5 will increment.

Gord Dibben Excel MVP


On Thu, 30 Sep 2004 15:31:03 -0700, "Lolly"
wrote:

In one cell of one sheet I have vlookup formula like this
=vlookup($A1,sheet2!$A1:$BC12,4,FALSE)
This formula is absolutely fine . But i have to do this across whole row may
be till BC16. I there a way where I can enter formula in one cell then column
value changes automatically like ,5,FALSE ,6,FALSE

Any help is greatly appreciated
Thanx


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 Problem Bruister via OfficeKB.com Excel Worksheet Functions 0 October 16th 09 01:48 PM
Problem with Vlookup Confused Excel Worksheet Functions 10 April 23rd 09 07:20 PM
VLookUP problem Louise Excel Worksheet Functions 4 August 23rd 06 04:41 PM
Another vlookup problem jasmithjr Excel Worksheet Functions 1 June 27th 06 04:19 AM
VLOOKUP problem with using a - MrSales Excel Worksheet Functions 3 May 31st 06 12:05 AM


All times are GMT +1. The time now is 02:11 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"