Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
maintchief
 
Posts: n/a
Default vlookup working sometimes, sometimes not

Excel 97, multiple worksheets. 1st worksheet is a list of contractors used
at work listed by their category, i.e. 'Fire Alarm Maintenance', 'PTAC
Units', 'Dectron', etc. plus their phone numbers.
I use vlookup in sheets following sheet 1 to look in sheet 1 and load the
contractor name and phone numbers.
My first couple of sheets work fine with something like this:
'=VLOOKUP("Carpets national",PhoneList!$A$4:$G$33,4,FALSE)'.
In this example the National carpet contractor's phone number will display
in the sheet that this function is used in.
In a later sheet I use:
=vlookup("Dectron",PhoneList!$A$4:$G$33,4,false).
All I get in the receiving cell is the visual of the function. No data, no
error.
when I click on the 'fn' on the toolbar I see each argument shown with the
proper result shown.
Any ideas on why the proper result is not being posted in the receiving cell?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Anne Troy
 
Posts: n/a
Default vlookup working sometimes, sometimes not

Sounds like the "receiving cell" is formatted as text. Edit--Clear--All
while that cell is selected, format it as general and try the formula again.
************
Hope it helps!
Anne Troy
www.OfficeArticles.com

"maintchief" wrote in message
...
Excel 97, multiple worksheets. 1st worksheet is a list of contractors
used
at work listed by their category, i.e. 'Fire Alarm Maintenance', 'PTAC
Units', 'Dectron', etc. plus their phone numbers.
I use vlookup in sheets following sheet 1 to look in sheet 1 and load the
contractor name and phone numbers.
My first couple of sheets work fine with something like this:
'=VLOOKUP("Carpets national",PhoneList!$A$4:$G$33,4,FALSE)'.
In this example the National carpet contractor's phone number will display
in the sheet that this function is used in.
In a later sheet I use:
=vlookup("Dectron",PhoneList!$A$4:$G$33,4,false).
All I get in the receiving cell is the visual of the function. No data,
no
error.
when I click on the 'fn' on the toolbar I see each argument shown with the
proper result shown.
Any ideas on why the proper result is not being posted in the receiving
cell?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
maintchief
 
Posts: n/a
Default vlookup working sometimes, sometimes not

While some of the problem cells were not formatted as text when I posted,
they were originally. Following Anne's advice of clearing is fixing my
problem cells. Thank you very much.

"Anne Troy" wrote:

Sounds like the "receiving cell" is formatted as text. Edit--Clear--All
while that cell is selected, format it as general and try the formula again.
************
Hope it helps!
Anne Troy
www.OfficeArticles.com

"maintchief" wrote in message
...
Excel 97, multiple worksheets. 1st worksheet is a list of contractors
used
at work listed by their category, i.e. 'Fire Alarm Maintenance', 'PTAC
Units', 'Dectron', etc. plus their phone numbers.
I use vlookup in sheets following sheet 1 to look in sheet 1 and load the
contractor name and phone numbers.
My first couple of sheets work fine with something like this:
'=VLOOKUP("Carpets national",PhoneList!$A$4:$G$33,4,FALSE)'.
In this example the National carpet contractor's phone number will display
in the sheet that this function is used in.
In a later sheet I use:
=vlookup("Dectron",PhoneList!$A$4:$G$33,4,false).
All I get in the receiving cell is the visual of the function. No data,
no
error.
when I click on the 'fn' on the toolbar I see each argument shown with the
proper result shown.
Any ideas on why the proper result is not being posted in the receiving
cell?




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Anne Troy
 
Posts: n/a
Default vlookup working sometimes, sometimes not

You're welcome! :)
************
Hope it helps!
Anne Troy
www.OfficeArticles.com

"maintchief" wrote in message
...
While some of the problem cells were not formatted as text when I posted,
they were originally. Following Anne's advice of clearing is fixing my
problem cells. Thank you very much.

"Anne Troy" wrote:

Sounds like the "receiving cell" is formatted as text. Edit--Clear--All
while that cell is selected, format it as general and try the formula
again.
************
Hope it helps!
Anne Troy
www.OfficeArticles.com

"maintchief" wrote in message
...
Excel 97, multiple worksheets. 1st worksheet is a list of contractors
used
at work listed by their category, i.e. 'Fire Alarm Maintenance', 'PTAC
Units', 'Dectron', etc. plus their phone numbers.
I use vlookup in sheets following sheet 1 to look in sheet 1 and load
the
contractor name and phone numbers.
My first couple of sheets work fine with something like this:
'=VLOOKUP("Carpets national",PhoneList!$A$4:$G$33,4,FALSE)'.
In this example the National carpet contractor's phone number will
display
in the sheet that this function is used in.
In a later sheet I use:
=vlookup("Dectron",PhoneList!$A$4:$G$33,4,false).
All I get in the receiving cell is the visual of the function. No
data,
no
error.
when I click on the 'fn' on the toolbar I see each argument shown with
the
proper result shown.
Any ideas on why the proper result is not being posted in the receiving
cell?






  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Peo Sjoblom
 
Posts: n/a
Default vlookup working sometimes, sometimes not

Maybe your workbook is getting corrupted, if not make sure the format in all
cells with the formulas are general and not text, then force a calculation
by replacing all equal signs with equal sign

find what = replace with =

replace all

if this is occurring more often then not maybe you should copy over data to
a new workbook and finally (so you don't have to edit the formulas when
changing lookup values) it's better to use a cell as a lookup value and then
change the criteria in that cell instead of typing things like "Carpets
national"

--
Regards,

Peo Sjoblom

Portland, Oregon




"maintchief" wrote in message
...
Excel 97, multiple worksheets. 1st worksheet is a list of contractors
used
at work listed by their category, i.e. 'Fire Alarm Maintenance', 'PTAC
Units', 'Dectron', etc. plus their phone numbers.
I use vlookup in sheets following sheet 1 to look in sheet 1 and load the
contractor name and phone numbers.
My first couple of sheets work fine with something like this:
'=VLOOKUP("Carpets national",PhoneList!$A$4:$G$33,4,FALSE)'.
In this example the National carpet contractor's phone number will display
in the sheet that this function is used in.
In a later sheet I use:
=vlookup("Dectron",PhoneList!$A$4:$G$33,4,false).
All I get in the receiving cell is the visual of the function. No data,
no
error.
when I click on the 'fn' on the toolbar I see each argument shown with the
proper result shown.
Any ideas on why the proper result is not being posted in the receiving
cell?




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
vlookup not working (active) - 2 workbooks goofy11 Excel Discussion (Misc queries) 2 January 16th 11 07:12 AM
vlookup issue ( not working and im tearing my hair out) me+excel=crazy Excel Discussion (Misc queries) 6 November 19th 05 10:49 PM
Vlookup not working in 2000 - worked in 97! [email protected] Excel Discussion (Misc queries) 3 September 7th 05 11:30 AM
Vlookup no working Rose Davis New Users to Excel 6 August 27th 05 06:18 PM
VLOOKUP not working Scott Excel Worksheet Functions 3 November 12th 04 08:06 PM


All times are GMT +1. The time now is 06:04 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"