+ Reply to Thread
Results 1 to 5 of 5

Find the nearest fixed price point - Lookup function?

  1. #1
    Registered User
    Join Date
    10-31-2010
    Location
    London, England
    MS-Off Ver
    Excel 2003
    Posts
    3

    Question Find the nearest fixed price point - Lookup function?

    I have a set of fixed Price Points that the company uses.

    Example, £9.25, 9.50, 9.75, 9.95, 10.95, 11.95 etc.Up to £40,000

    It's all listed in one sheet. On a separate sheet I have the Recommended Retail Price and I need Excel to round up to the nearest highest Price Point. I've been trying all evening but I am not getting anywhere
    Attached Files Attached Files
    Last edited by ka2cu; 10-31-2010 at 08:25 PM.

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: Find the nearest fixed price point - Lookup function?

    So assume your price points are listed in ascending order in Prices sheet in A2:A100 then you can use this formula in another sheet assuming you have RRP in B2

    =IF(B2<Prices!A$2,Prices!A$2,INDEX(Prices!A$2:A$100,MATCH(B2,Prices!A$2:A$100)+(LOOKUP(B2,Prices!A$2:A$100)<>B2)))

    or using an array formula......

    =MIN(IF(Prices!A$2:A$100>=B2,Prices!A$2:A$100))

    confirmed with CTRL+SHIFT+ENTER
    Audere est facere

  3. #3
    Registered User
    Join Date
    10-31-2010
    Location
    London, England
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Find the nearest fixed price point - Lookup function?

    Thank you for the fast reply! I have tried to get it to work with my attached sample xlsx but I still can't work it out

  4. #4
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: Find the nearest fixed price point - Lookup function?

    Hello,

    applied to your attached file, Daddylongleg's formula needs to be adjusted to your ranges as follows:

    Please Login or Register  to view this content.

  5. #5
    Registered User
    Join Date
    10-31-2010
    Location
    London, England
    MS-Off Ver
    Excel 2003
    Posts
    3

    Thumbs up Re: Find the nearest fixed price point - Lookup function?

    Thank you so much! I may sleep in peace tonight


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1