Jump to content
[[Template core/front/custom/_customHeader is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]]

Spread sheet gurus


sunysteelfly76
 Share

Recommended Posts

I'm using VLOOKUP to keep track of my NCAA pool. I did it last year and it worked great (thanks to help from the tailgate). Here's my problem: the formula =VLOOKUP(B2;A63:B98;2;0) works but when I try to copy it (or fill down) the column the A63:B98 changes to A64:B99, A65:B100, ect. down the column. Is there a way to copy the formula so it will change B2, B3, B4, ect. but keep A63:B98 in the formula? I would like to avoid indivdually putting in some 400 formulas.

Edited by sunysteelfly76
Link to comment
Share on other sites

You are looking for absolute referencing vs. relative. To use absolute, put a $ in front of what you want to stay consistent. (IE $A$63) will alway look at cell A63 no matter how you copy and paste). Or A$63 will leave the 63 the same, and change the A to a B if you copy from A and paste to B.

 

Clear as mud?

Link to comment
Share on other sites

Is all the data found in col. A & B? If so, just use this:

 

=vlookup(b2,$a:$b,2,false)

 

If that doesn't work, PM me & I'll give you my email to send the file to me. I'm much better when I can see where all the data is....

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information