The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
The Guiding Principles and New Rules document is now in effect.

Some help with Open Office Calc ?

TurnerTurner Registered User regular
edited October 2018 in Help / Advice Forum
deleted.

Turner on

Posts

  • DaenrisDaenris Registered User regular
    edited September 2009
    Are you sure the values in your lookup table are entered as numbers and not text? I believe (at least in Excel if I remember) a vlookup will not match a numeric value to a text value of the same digits. To test this you could just quickly do:
    A3=VLOOKUP(text(A2); $NEWSHEET.A1:B150;2;0)

    Edit: Hmm... actually I just tested it in my OpenOffice Calc and just using your basic premise, it just works as it should, so I'm not sure why it's not working for you as is.

    Edit2: Is it possible you're just rounding off the answers? I mean, I used 7.986 as you did, and an entered value of say 9. This gives me 71.874, but by default only shows 71.87 unless I change the formatting to display more digits. So if my table contained 71.87, but not 71.874, it would return an #N/A, but if I typed in just 71.87 into the vlookup it would return correctly. If your vlookup table is sorted, you could quickly test if this is what's happening by just changing the last argument in the function to a 1 instead of 0. This will perform a lookup on the closest number less than or equal to the target.

    Daenris on
  • TurnerTurner Registered User regular
    edited October 2018
    deleted.

    Turner on
Sign In or Register to comment.