+ Reply to Thread
Results 1 to 4 of 4

Formula missing parenthesis

  1. #1
    Forum Contributor
    Join Date
    02-24-2013
    Location
    Dubai, UAE
    MS-Off Ver
    Excel 2013
    Posts
    113

    Formula missing parenthesis

    Please can someone help. I have created an IF formula (which is obviously incorrect). In cell I7 is the currency so depending on the currency in that cell will depend on which data I use from Sheet2. The formula I am using is

    =IF($I$7=Sheet2!$B$2,Sheet2!B3,IF($I$7=Sheet2!$C$2,Sheet2!C3),IF($I$7=Sheet2!$D$2,Sheet2!D3,IF($I$7=Sheet2!$E$2,Sheet2!E3,IF($I$7=Sheet2!$F$2,Sheet2!F3,IF($I$7=Sheet2!$G$2,Sheet2!G3))))

    I hope someone can understand the above and help me.

    Thanks

    Katie

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Formula missing parenthesis

    Try a simpler HLOOKUP or INDEX/MATCH combo

    =HLOOKUP($I$7,Sheet2!$B$2:$G$3,2,FALSE)
    or
    =INDEX(Sheet2!$B$3:$G$3,MATCH($I$7,Sheet2!$B$2:$G$2,0))
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Forum Contributor
    Join Date
    02-24-2013
    Location
    Dubai, UAE
    MS-Off Ver
    Excel 2013
    Posts
    113

    Re: Formula missing parenthesis

    So simple, thank you

  4. #4
    Forum Contributor
    Join Date
    11-12-2013
    Location
    Delhi
    MS-Off Ver
    Excel 2016
    Posts
    135

    Re: Formula missing parenthesis

    or simply use vlookup as below

    =VLOOKUP(I7,TRANSPOSE(Sheet2!B2:G3),2,FALSE)

    pls press shift + ctrl + and enter

    many thanks
    Rishi Saw

+ 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. [SOLVED] Formula that removes chars in parenthesis regardless of length.
    By Jhail83 in forum Excel Formulas & Functions
    Replies: 23
    Last Post: 08-15-2013, 01:13 PM
  2. Missing parenthesis
    By docrobo in forum Excel General
    Replies: 3
    Last Post: 10-23-2011, 05:18 PM
  3. Series in parenthesis of formula
    By andersb in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 05-12-2011, 04:41 AM
  4. formula for parenthesis round negative money values in excel
    By jeff in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-14-2006, 02:45 AM
  5. [SOLVED] Formula Split or parenthesis problem?
    By nastech in forum Excel General
    Replies: 0
    Last Post: 01-15-2006, 09:10 PM

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