I have the lookup function:
=LOOKUP(A3,'Item Price List'!A2:A1726,'Item Price List'!D2:D1726)
which finds the value in A3 on another worksheet in column A an
returns the value in that row in column D.
I'm trying to fill down, but I only want the "A3" to increment itself
How do I stop the A2:a1726, and the d2:d1726 from incrementing also?
Monaga
--
Message posted from http://www.ExcelForum.com
RagDyeR - 10 Jun 2004 15:52 GMT
$A$2:$A$1726
$D$2:$D$1726
And look up relative and absolute references in Help.

Signature
HTH,
RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================
I have the lookup function:
=LOOKUP(A3,'Item Price List'!A2:A1726,'Item Price List'!D2:D1726)
which finds the value in A3 on another worksheet in column A and
returns the value in that row in column D.
I'm trying to fill down, but I only want the "A3" to increment itself.
How do I stop the A2:a1726, and the d2:d1726 from incrementing also?
Monagan
---
Message posted from http://www.ExcelForum.com/
Frank Kabel - 10 Jun 2004 15:54 GMT
Hi
try
=LOOKUP(A3,'Item Price List'!$A$42:$A$1726,'Item Price
List'!$D$2:$D$1726)
or use
=VLOOKUP(A3,'Item Price List'!$A$42:$D$1726,4,0)
take a look at
http://www.cpearson.com/excel/relative.htm

Signature
--
Regards
Frank Kabel
Frankfurt, Germany
> I have the lookup function:
>
[quoted text clipped - 4 lines]
>
> I'm trying to fill down, but I only want the "A3" to increment
itself.
> How do I stop the A2:a1726, and the d2:d1726 from incrementing also?
>
> Monagan
>
> ---
> Message posted from http://www.ExcelForum.com/