+ Reply to Thread
Results 1 to 2 of 2

Excel 2007 : Relatively complex IF functions

  1. #1
    Registered User
    Join Date
    08-18-2011
    Location
    Australia
    MS-Off Ver
    Excel 2003
    Posts
    4

    Relatively complex IF functions

    Hi All,

    I have attached the workbook im working on.

    Basically, I have a table with a reverse bidding system. I have a min & max set of buyers for each price point.

    What I want to do is (refer to the formula in D7, is have it so, if "x" (cell A9) is 12, it will be A9*C4. And if cell A9=22, then it will be A9*C5.

    What I keep getting is the dynamic part (the sale price) wont change as the number increases...

    Any help is much appreciated!

    cheers,

    chaosreign21

    test.xlsx

  2. #2
    Forum Expert
    Join Date
    09-20-2011
    Location
    England
    MS-Off Ver
    Excel 2010
    Posts
    2,278

    Re: Relatively complex IF functions

    Hello
    If you're trying to find the price of the value in A9 which lies equal to and between the Min and Max values then try the following:

    =VLOOKUP(A9,$A$3:$C$6,3,TRUE)*A9

    Hope this is what you want.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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