PC Review


Reply
Thread Tools Rate Thread

copy Vlookup down

 
 
Troy
Guest
Posts: n/a
 
      10th Jul 2008
I'm copying this formual straight down.

=IF(ISNA((G6*(VLOOKUP(C6,A1:B1117,2,FALSE)))/3600),0,(G6*(VLOOKUP(C6,A1:B1117,2,FALSE)))/3600)


But when I do, is shifts where my bank or data is down. For example when I
copy to the next cell down it will be: A2:B1118.

How do I copy the formual multiple times without shifting the bank location?
 
Reply With Quote
 
 
 
 
StumpedAgain
Guest
Posts: n/a
 
      10th Jul 2008
Some dollar signs should do the trick:

=IF(ISNA((G6*(VLOOKUP(C6,$A$1:$B$1117,2,FALSE)))/3600),0,(G6*(VLOOKUP(C6,$A$1:$B$1117,2,FALSE)))/3600)

--

-SA


"Troy" wrote:

> I'm copying this formual straight down.
>
> =IF(ISNA((G6*(VLOOKUP(C6,A1:B1117,2,FALSE)))/3600),0,(G6*(VLOOKUP(C6,A1:B1117,2,FALSE)))/3600)
>
>
> But when I do, is shifts where my bank or data is down. For example when I
> copy to the next cell down it will be: A2:B1118.
>
> How do I copy the formual multiple times without shifting the bank location?

 
Reply With Quote
 
Troy
Guest
Posts: n/a
 
      10th Jul 2008
you're the man

"Troy" wrote:

> I'm copying this formual straight down.
>
> =IF(ISNA((G6*(VLOOKUP(C6,A1:B1117,2,FALSE)))/3600),0,(G6*(VLOOKUP(C6,A1:B1117,2,FALSE)))/3600)
>
>
> But when I do, is shifts where my bank or data is down. For example when I
> copy to the next cell down it will be: A2:B1118.
>
> How do I copy the formual multiple times without shifting the bank location?

 
Reply With Quote
 
Troy
Guest
Posts: n/a
 
      10th Jul 2008
your're the man

"StumpedAgain" wrote:

> Some dollar signs should do the trick:
>
> =IF(ISNA((G6*(VLOOKUP(C6,$A$1:$B$1117,2,FALSE)))/3600),0,(G6*(VLOOKUP(C6,$A$1:$B$1117,2,FALSE)))/3600)
>
> --
>
> -SA
>
>
> "Troy" wrote:
>
> > I'm copying this formual straight down.
> >
> > =IF(ISNA((G6*(VLOOKUP(C6,A1:B1117,2,FALSE)))/3600),0,(G6*(VLOOKUP(C6,A1:B1117,2,FALSE)))/3600)
> >
> >
> > But when I do, is shifts where my bank or data is down. For example when I
> > copy to the next cell down it will be: A2:B1118.
> >
> > How do I copy the formual multiple times without shifting the bank location?

 
Reply With Quote
 
Gord Dibben
Guest
Posts: n/a
 
      11th Jul 2008
Or give the table range a name.

Select A1:B1117 and Insert>Name>Define

Name it mytable

Substitute the A1:B1117 with mytable

=IF(ISNA((G6*(VLOOKUP(C6,mytable,2,FALSE)))/3600),0,(G6*(VLOOKUP(C6,mytable,2,FALSE)))/3600)


Gord Dibben MS Excel MVP

On Thu, 10 Jul 2008 13:43:00 -0700, Troy <(E-Mail Removed)> wrote:

>your're the man
>
>"StumpedAgain" wrote:
>
>> Some dollar signs should do the trick:
>>
>> =IF(ISNA((G6*(VLOOKUP(C6,$A$1:$B$1117,2,FALSE)))/3600),0,(G6*(VLOOKUP(C6,$A$1:$B$1117,2,FALSE)))/3600)
>>
>> --
>>
>> -SA
>>
>>
>> "Troy" wrote:
>>
>> > I'm copying this formual straight down.
>> >
>> > =IF(ISNA((G6*(VLOOKUP(C6,A1:B1117,2,FALSE)))/3600),0,(G6*(VLOOKUP(C6,A1:B1117,2,FALSE)))/3600)
>> >
>> >
>> > But when I do, is shifts where my bank or data is down. For example when I
>> > copy to the next cell down it will be: A2:B1118.
>> >
>> > How do I copy the formual multiple times without shifting the bank location?


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
vlookup copy down Davidm Microsoft Excel Misc 1 15th Feb 2010 10:05 PM
RE: vlookup copy down Luke M Microsoft Excel Misc 0 15th Feb 2010 09:55 PM
PLEASE HELP - COPY VLOOKUP =?Utf-8?B?SS5DLkUu?= Microsoft Excel Discussion 6 11th Oct 2006 09:34 PM
PLEASE HELP - VLOOKUP COPY =?Utf-8?B?SS5DLkUu?= Microsoft Excel Misc 3 11th Oct 2006 11:41 AM
copy formula, VLOOKUP BRustigian Microsoft Excel Misc 1 14th Sep 2004 04:07 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:03 PM.