View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
belga belga is offline
external usenet poster
 
Posts: 1
Default TROUBLE COPYING AND PASTING FORMULAS

I'm trying to copy the following formual into a column of cells:
=VLOOKUP(G10,Data!B1:C11,2,FALSE)

But every time I copy/paste, Excel decides to change my Data!B1:C11 table
array screwing up my formula. There has got to be a better way. Also, this
will not allow me to cut and paste multiple versions of my excel file. The
"look up" value does change appropriately.

Please help. I have tried everything.