A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Vlook up problem



 
 
Thread Tools Display Modes
  #1  
Old June 16th, 2009, 05:21 PM posted to microsoft.public.excel.worksheet.functions
Sarahneedshelp
external usenet poster
 
Posts: 2
Default Vlook up problem

Hi,

I am trying to do a simple vlookup which i have used lots before but this is
this first time with using excel 2007 and something seems to be going wrong.

The vlookup I am using is as follows where i want to look at a list of
students names and pull across grades from another table where the names
match:

=vlookup(F4250,'[2008-09_Final_Results.xlsx]Overall_Results'!$S:$T,2,false)

This works ok on its own but when i drag the formula down the reference to
the F4250 stays the same.( So does the table it is looking at i.e. $S:$T
which is correct and with the use of the $ what i would expect). Can anyone
tell me how i can drag the fomula down so it picks up the next row. ie.
F4251, then F4522 etc as i dont understand why its not doing it when it would
have in excel 2003.

I have checked my tools optionscalculations to make sure the automatic
calculations is ticked (which it is) as I understand if 'manual' is checked
it may not work.

Any help greatly receieved as desperately need to get moving and dont want
to have to change each one manually!!!

Thanks Sarah


  #2  
Old June 16th, 2009, 05:32 PM posted to microsoft.public.excel.worksheet.functions
Bob Umlas[_3_]
external usenet poster
 
Posts: 197
Default Vlook up problem

Symptoms are as if your formula is text. Are you seeing a result or are you
seeing the formula? Check the format of the cell -- if it's text, change it
to General (or non-text, anyway) and try the filldown again.
HTH

"Sarahneedshelp" wrote in message
...
Hi,

I am trying to do a simple vlookup which i have used lots before but this
is
this first time with using excel 2007 and something seems to be going
wrong.

The vlookup I am using is as follows where i want to look at a list of
students names and pull across grades from another table where the names
match:

=vlookup(F4250,'[2008-09_Final_Results.xlsx]Overall_Results'!$S:$T,2,false)

This works ok on its own but when i drag the formula down the reference to
the F4250 stays the same.( So does the table it is looking at i.e. $S:$T
which is correct and with the use of the $ what i would expect). Can
anyone
tell me how i can drag the fomula down so it picks up the next row. ie.
F4251, then F4522 etc as i dont understand why its not doing it when it
would
have in excel 2003.

I have checked my tools optionscalculations to make sure the automatic
calculations is ticked (which it is) as I understand if 'manual' is
checked
it may not work.

Any help greatly receieved as desperately need to get moving and dont want
to have to change each one manually!!!

Thanks Sarah




  #3  
Old June 16th, 2009, 06:20 PM posted to microsoft.public.excel.worksheet.functions
Sarahneedshelp
external usenet poster
 
Posts: 2
Default Vlook up problem

Thanks very much Bob,

I am seeing the formula and then need to press F2 and F9 for it to change to
the result so I am guessing the format is text (I am not at work now so cant
check till tomorrow now)? So if I change to general should the result show
rather than the text?

Thanks again

"Bob Umlas" wrote:

Symptoms are as if your formula is text. Are you seeing a result or are you
seeing the formula? Check the format of the cell -- if it's text, change it
to General (or non-text, anyway) and try the filldown again.
HTH

"Sarahneedshelp" wrote in message
...
Hi,

I am trying to do a simple vlookup which i have used lots before but this
is
this first time with using excel 2007 and something seems to be going
wrong.

The vlookup I am using is as follows where i want to look at a list of
students names and pull across grades from another table where the names
match:

=vlookup(F4250,'[2008-09_Final_Results.xlsx]Overall_Results'!$S:$T,2,false)

This works ok on its own but when i drag the formula down the reference to
the F4250 stays the same.( So does the table it is looking at i.e. $S:$T
which is correct and with the use of the $ what i would expect). Can
anyone
tell me how i can drag the fomula down so it picks up the next row. ie.
F4251, then F4522 etc as i dont understand why its not doing it when it
would
have in excel 2003.

I have checked my tools optionscalculations to make sure the automatic
calculations is ticked (which it is) as I understand if 'manual' is
checked
it may not work.

Any help greatly receieved as desperately need to get moving and dont want
to have to change each one manually!!!

Thanks Sarah





  #4  
Old June 16th, 2009, 07:09 PM posted to microsoft.public.excel.worksheet.functions
Gord Dibben
external usenet poster
 
Posts: 20,252
Default Vlook up problem

Change to General then you must F2 and ENTER each formula.

With many formulas you could delete all but one, re-enter it then simply
copy/drag again.

Or editreplace

what: =

with: =

Replace all.


Gord Dibben MS Excel MVP

On Tue, 16 Jun 2009 10:20:01 -0700, Sarahneedshelp
wrote:

Thanks very much Bob,

I am seeing the formula and then need to press F2 and F9 for it to change to
the result so I am guessing the format is text (I am not at work now so cant
check till tomorrow now)? So if I change to general should the result show
rather than the text?

Thanks again

"Bob Umlas" wrote:

Symptoms are as if your formula is text. Are you seeing a result or are you
seeing the formula? Check the format of the cell -- if it's text, change it
to General (or non-text, anyway) and try the filldown again.
HTH

"Sarahneedshelp" wrote in message
...
Hi,

I am trying to do a simple vlookup which i have used lots before but this
is
this first time with using excel 2007 and something seems to be going
wrong.

The vlookup I am using is as follows where i want to look at a list of
students names and pull across grades from another table where the names
match:

=vlookup(F4250,'[2008-09_Final_Results.xlsx]Overall_Results'!$S:$T,2,false)

This works ok on its own but when i drag the formula down the reference to
the F4250 stays the same.( So does the table it is looking at i.e. $S:$T
which is correct and with the use of the $ what i would expect). Can
anyone
tell me how i can drag the fomula down so it picks up the next row. ie.
F4251, then F4522 etc as i dont understand why its not doing it when it
would
have in excel 2003.

I have checked my tools optionscalculations to make sure the automatic
calculations is ticked (which it is) as I understand if 'manual' is
checked
it may not work.

Any help greatly receieved as desperately need to get moving and dont want
to have to change each one manually!!!

Thanks Sarah






 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 11:17 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.