ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Formula keeps changing (https://www.excelbanter.com/excel-programming/298428-formula-keeps-changing.html)

Pete Primmer

Formula keeps changing
 
I have a formula to copy and it keeps changing.

=VLOOKUP(RIGHT(A6,2), Values!$A1:$B104,2,FALSE)

When I copy it down the page it brings back A6 updating
correctly but the $A1:$B104 changes and short of changing
999 entries I cant get it to paste special at all.

I have been pulling my hair out! Can anyone solve this
for me?

Pete

Gord Dibben

Formula keeps changing
 
Pete

Add some more $ signs in first formula then re-copy down the column.

=VLOOKUP(RIGHT(A6,2), Values!$A$1:$B$104,2,FALSE)

Another method is the give your table a defined name like MyList

Select A1:B104 and InsertNameDefine

Use the name instead of cell references in your formula.

Gord Dibben Excel MVP

On Sat, 15 May 2004 11:45:35 -0700, "Pete Primmer"
wrote:

I have a formula to copy and it keeps changing.

=VLOOKUP(RIGHT(A6,2), Values!$A1:$B104,2,FALSE)

When I copy it down the page it brings back A6 updating
correctly but the $A1:$B104 changes and short of changing
999 entries I cant get it to paste special at all.

I have been pulling my hair out! Can anyone solve this
for me?

Pete




All times are GMT +1. The time now is 03:41 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com