Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Why is VLOOKUP returning a value from the row above?

The VLOOKUP function is returning a value exactly one row above the row it
should be using.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Why is VLOOKUP returning a value from the row above?

You'll need to post the formula with an explanation of what it's supposed to
do.

--
Biff
Microsoft Excel MVP


"Summerfun" wrote in message
...
The VLOOKUP function is returning a value exactly one row above the row it
should be using.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Why is VLOOKUP returning a value from the row above?

If you want an exact match then you need to use a 4th parameter in the
VLOOKUP function and set it to 0 or FALSE.

Hope this helps.

Pete

On Oct 12, 6:48*pm, Summerfun
wrote:
The VLOOKUP function is returning a value exactly one row above the row it
should be using.


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default Why is VLOOKUP returning a value from the row above?

Be sure to include the False:

=VLOOKUP(something, some_array, some_column, FALSE)
--
Gary''s Student - gsnu200907


"Summerfun" wrote:

The VLOOKUP function is returning a value exactly one row above the row it
should be using.

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default Why is VLOOKUP returning a value from the row above?

Post your formula.

Set the last range_kookup to 0 or FALSE for an exact match....

=VLOOKUP(lookup_value,table_array,col_index_num,ra nge_lookup)

as
=VLOOKUP(lookup_value,table_array,col_index_num,0)


If this post helps click Yes
---------------
Jacob Skaria


"Summerfun" wrote:

The VLOOKUP function is returning a value exactly one row above the row it
should be using.



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Why is VLOOKUP returning a value from the row above?

=VLOOKUP("Total 5620 ˆ™ Payroll Taxes",'09 NI'!$D$5:$AB$186,23,TRUE)
I am trying to pull data from an Quickbooks excel report. This formula
returns the value directly above the row that contains Total 5620 ˆ™ Payroll
Taxes

"T. Valko" wrote:

You'll need to post the formula with an explanation of what it's supposed to
do.

--
Biff
Microsoft Excel MVP


"Summerfun" wrote in message
...
The VLOOKUP function is returning a value exactly one row above the row it
should be using.




  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Why is VLOOKUP returning a value from the row above?

If I change it to FALSE it returns #N/A. I have one formula that works and
the other formulas are bringing in a value from the row above.

"Summerfun" wrote:

=VLOOKUP("Total 5620 ˆ™ Payroll Taxes",'09 NI'!$D$5:$AB$186,23,TRUE)
I am trying to pull data from an Quickbooks excel report. This formula
returns the value directly above the row that contains Total 5620 ˆ™ Payroll
Taxes

"T. Valko" wrote:

You'll need to post the formula with an explanation of what it's supposed to
do.

--
Biff
Microsoft Excel MVP


"Summerfun" wrote in message
...
The VLOOKUP function is returning a value exactly one row above the row it
should be using.




  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Why is VLOOKUP returning a value from the row above?

I think it is the middle dot that Quickbooks insists on using in the item
description. I have to do an edit replace to get the dot out before the
formulas will work. Thank you everyone for trying to help.

"Summerfun" wrote:

If I change it to FALSE it returns #N/A. I have one formula that works and
the other formulas are bringing in a value from the row above.

"Summerfun" wrote:

=VLOOKUP("Total 5620 ˆ™ Payroll Taxes",'09 NI'!$D$5:$AB$186,23,TRUE)
I am trying to pull data from an Quickbooks excel report. This formula
returns the value directly above the row that contains Total 5620 ˆ™ Payroll
Taxes

"T. Valko" wrote:

You'll need to post the formula with an explanation of what it's supposed to
do.

--
Biff
Microsoft Excel MVP


"Summerfun" wrote in message
...
The VLOOKUP function is returning a value exactly one row above the row it
should be using.



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 always returning the same value! Jennifer Cali Excel Discussion (Misc queries) 10 April 23rd 23 09:08 AM
vlookup returning #value! nba Excel Discussion (Misc queries) 3 August 26th 09 01:20 PM
Returning a certain row using vlookup Vanessa Simmonds Excel Discussion (Misc queries) 2 October 14th 08 10:04 AM
Vlookup Returning #n/a Toolbar Confused Excel Worksheet Functions 4 July 5th 07 01:32 AM
vlookup returning a #N/A value Ian Excel Worksheet Functions 5 May 17th 06 02:58 PM


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

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"