[Libreoffice-bugs] [Bug 51349] Vlookup Returns the cell above the actual data

2013-05-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51349

--- Comment #5 from kyle sager kylesag...@gmail.com ---
Sorry I left this go so long. Widowed dad juggling things!

I just successfully duplicated this bug(?).  I just realized this if probably
not a bug if vlookup is intended to return the first line *before* a value if
there is not an exact match.

Here is an example table:
  AB C
1   A12 12A12 
2   A13 13A13 
3   A14 14A14 
4   A15 15A15 
5   A16 16A16 

The problem I percieved was if there were spaces after data in the first column
then the following happened

The formula =VLOOKUP(A13,A1:C5,3)
returns A12

But the formula =VLOOKUP(A13 ,A1:C5,3)
with space after A13 returns A13

I actually think this is intentional because lookup key, when it has a trailing
space, is not an exact match.  I will leave this notabug. and apologized for
the confusion.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 51349] Vlookup Returns the cell above the actual data

2013-05-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51349

--- Comment #6 from QA Administrators qa-ad...@libreoffice.org ---
Thank you for the update. Best wishes


~Joel

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 51349] Vlookup Returns the cell above the actual data

2013-05-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51349

--- Comment #7 from mariosv mari...@miguelangel.mobi ---
Have you looked for the function in the help:

Syntax
=VLOOKUP(SearchCriterion; Array; Index; SortOrder)
-
Vertical search with reference to adjacent cells to the right. This function
checks if a specific value is contained in the first column of an array. The
function then returns the value in the same row of the column named by Index.
If the SortOrder parameter is omitted or set to TRUE or one, it is assumed that
the data is sorted in ascending order. In this case, if the exact
SearchCriterion is not found, the last value that is smaller than the criterion
will be returned. If SortOrder is set to FALSE or zero, an exact match must be
found, otherwise the error Error: Value Not Available will be the result. Thus
with a value of zero the data does not need to be sorted in ascending order.


-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 51349] Vlookup Returns the cell above the actual data

2013-05-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51349

QA Administrators qa-ad...@libreoffice.org changed:

   What|Removed |Added

 QA Contact||qa-ad...@libreoffice.org

--- Comment #4 from QA Administrators qa-ad...@libreoffice.org ---
Dear Bug Submitter,

This bug has been in NEEDINFO status with no change for at least 6 months.
Please provide the requested information as soon as possible and mark the bug
as UNCONFIRMED. Due to regular bug tracker maintenance, if the bug is still in
NEEDINFO status with no change in 30 days the QA team will close the bug as
INVALID due to lack of needed information.

For more information about our NEEDINFO policy please read the wiki located
here: 
https://wiki.documentfoundation.org/QA/FDO/NEEDINFO

If you have already provided the requested information, please mark the bug as
UNCONFIRMED so that the QA team knows that the bug is ready to be confirmed.


Thank you for helping us make LibreOffice even better for everyone!


Warm Regards,
QA Team

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 51349] Vlookup Returns the cell above the actual data

2013-05-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51349

mariosv mari...@miguelangel.mobi changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |NOTABUG
 CC||mari...@miguelangel.mobi

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 51349] Vlookup Returns the cell above the actual data

2012-07-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51349

Valek Filippov f...@gnome.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||f...@gnome.org
 Ever Confirmed|0   |1

--- Comment #3 from Valek Filippov f...@gnome.org 2012-07-10 03:51:13 PDT ---
Could you please provide a sample file or at least a formula your are using?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 51349] Vlookup Returns the cell above the actual data

2012-06-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51349

--- Comment #1 from kyle sager kylesag...@gmail.com 2012-06-22 20:15:30 PDT 
---
I just notices: For the entire data set, In the lookup table there is a space
character at the end of every lookup key - column 1.  I.E. column one is:
column 1  column 2Column 3
United States[space]309975000   etc..etc

on the first few, if I remove the spaces at the end of data lines, lookup
appears to function correctly.  Will try all and report back.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 51349] Vlookup Returns the cell above the actual data

2012-06-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51349

--- Comment #2 from kyle sager kylesag...@gmail.com 2012-06-22 20:26:43 PDT 
---
Yup...that did the trick.  If there is a space at the end of the field in every
record in the lookup column, then the value returned is for the row above.  Get
rid of the space and it works.  I did not test other columns with the bug. 
This may not be worth chasing.  Your far more advanced programming minds can
determine.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs