+ Reply to Thread
Results 1 to 8 of 8

Multiple IF arguments

  1. #1
    Registered User
    Join Date
    01-04-2013
    Location
    Derby, England
    MS-Off Ver
    Excel 2003
    Posts
    64

    Multiple IF arguments

    Hello!

    Please can someone possibly help?

    See attached my spreadsheet for reference

    What I am trying to do is in cell F7, I'm trying to get the relevant sale price dependant on the value in cell F4.

    e.g F4= -70 and so F7 should equal F20.

    Is this possible to do?

    Many thanks in advance,
    Attached Files Attached Files

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Multiple IF arguments

    Try

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  3. #3
    Registered User
    Join Date
    01-04-2013
    Location
    Derby, England
    MS-Off Ver
    Excel 2003
    Posts
    64

    Re: Multiple IF arguments

    Thank you Fotis1991!

  4. #4
    Registered User
    Join Date
    01-04-2013
    Location
    Derby, England
    MS-Off Ver
    Excel 2003
    Posts
    64

    Re: Multiple IF arguments

    I've had to mark this as unsolved as I've just realised it's only giving me a value if it matches a figure on the list, instead of a range

    e.g. F4 = -68 and as this isn't on the list it isn't picking it up because it doesn't match anything. I need Excel to return a value using the full range of numbers. Not just -66 or -70, I need it to pick up on -67, -68, and -69 also.

    Can this be done?

  5. #5
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Multiple IF arguments

    =INDEX(F12:F25,MATCH(F4,B12:B25,-1))
    Try this formula
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  6. #6
    Forum Expert
    Join Date
    03-28-2014
    Location
    Hyderabad,India
    MS-Off Ver
    Excel 2013
    Posts
    1,887

    Re: Multiple IF arguments

    Hi,

    try this .
    Made some changes in format in "Debtor days" in column B & D

    Punnam
    Attached Files Attached Files

  7. #7
    Forum Expert
    Join Date
    12-03-2009
    Location
    Florence, Italy
    MS-Off Ver
    Excel 2019
    Posts
    1,796

    Re: Multiple IF arguments

    Hi,

    maybe

    =INDEX(F12:F25,MATCH(1,INDEX((B12:B25>=F4)*(D12:D25<=F4),),0))

    Cheers

    ------------------------------

    Ciao Fotis!
    -----------------------------------------------------

    At Excelforum, you can say "Thank you!" by clicking the star icon ("Add Reputation") below the post.

    Please, mark your thread [SOLVED] if you received your answer.

  8. #8
    Forum Expert boopathiraja's Avatar
    Join Date
    07-12-2013
    Location
    Coimbatore,TamilNadu, India
    MS-Off Ver
    Excel 2007, 2013, 2016, 365
    Posts
    1,455

    Re: Multiple IF arguments

    Hi, Refer the attachment...
    Attached Files Attached Files
    Click just below left if it helps, Boo?ath?

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Using multiple arguments
    By Robotacha2010 in forum Excel General
    Replies: 3
    Last Post: 06-21-2011, 04:17 PM
  2. Multiple IF Arguments
    By Chris-TT in forum Excel General
    Replies: 6
    Last Post: 12-31-2010, 01:35 PM
  3. Multiple Arguments in IF
    By Andrew.Trevayne in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-24-2010, 03:59 AM
  4. If then for multiple arguments
    By dwest100 in forum Excel General
    Replies: 1
    Last Post: 09-07-2010, 10:10 PM
  5. Multiple Arguments
    By dansargeant in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-10-2006, 04:10 AM

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