LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default VLookUP problem

Surely your table represents thresholds - you only get a 2% bonus if
you earn £15k, so the normal operation of VLOOKUP would work in this
case.

I don't think that adding the ROUND function makes it more difficult !
<g

Pete

Louise wrote:
Hello again.......

My table is in ascending order and looks like:

Amount earned Percentage due
£- 0%
£10,000.00 1%
£15,000.00 2%
£20,000.00 3%
£25,000.00 5%

I am trying to calculate what bonus people get, depending on how much
commission they have earned. One of my people has earned £13,350 which is
obviously closer to £15k than £10k but it only returns 1%.

is there not an easier way of doing this than adding the round function?

Thanks again.
Louise

"Pete_UK" wrote:

Hi Louise,

Your table needs to be in ascending order. What values do you have in
the first column of your table? If they are regular amounts, like 1000,
2000, 3000 etc, then you could apply a ROUND function with 500 added
on, eg:

=VLOOKUP(ROUND(A2+500),table,2)

Hope this helps.

Pete

Louise wrote:
When creating a vlookup and you want it to return the closest match in the
lookup table rather than an exact match, I know that you don't enter FALSE
into the formula. However, when it cannot find an exact match, it
automatically returns the lower figure from the lookup table. For example, I
may have a figure of 10,750 in my main table and am asking it to search for
the closest match in the lookup table.
The lookup table contains various figures, including figures 10,000 and
11,000 but for £10,750 it returns £10,000 instead of the £11000.

How can you ask it to return THE closest match??

Hope this makes sense...

Thank you
Louise






 
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 problem puiuluipui Excel Discussion (Misc queries) 2 February 5th 06 05:46 PM
Vlookup problem with Date Time normajmarsh Excel Worksheet Functions 0 February 3rd 06 07:33 PM
vlookup Problem marksuza Excel Discussion (Misc queries) 3 December 22nd 05 03:40 PM
VLOOKUP Problem Tosca Excel Worksheet Functions 7 July 23rd 05 10:43 PM
VLOOKUP, OFFSET, MATCH PROBLEM, HELP? Steve Excel Worksheet Functions 0 January 30th 05 09:11 PM


All times are GMT +1. The time now is 11:17 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"