+ Reply to Thread
Results 1 to 3 of 3

Nesting IF formulas

  1. #1
    Registered User
    Join Date
    01-19-2015
    Location
    Dubai
    MS-Off Ver
    MS Office 2013
    Posts
    11

    Nesting IF formulas

    Hi there

    I am trying to nest IF formulas, but to no avail I am afraid.

    I have a number of codes which needs to be matched with an account code

    Example:

    I040 = 3908
    I026 = 3101
    etc
    etc

    If no match value should be 0. I tried below string but got an error message.

    =IF(E2="I040",3908),IF(E2="I026",3101,0))

    What am I doing wrong here? Can I use some other logical formula?

    Thanks and best regards

    Mackan 7695

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,732

    Re: Nesting IF formulas

    You don't need the close-bracket after the 3908:

    =IF(E2="I040",3908,IF(E2="I026",3101,0))

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    01-19-2015
    Location
    Dubai
    MS-Off Ver
    MS Office 2013
    Posts
    11

    Re: Nesting IF formulas

    Thanks Pete! It was bracket that needed to go!!

    Brgds,

    Mackan 7695

+ 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. Need help nesting some formulas
    By jceg316 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-05-2014, 12:28 PM
  2. Nesting If formulas
    By lmennucci in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-09-2013, 04:12 PM
  3. [SOLVED] Nesting Formulas
    By colbyjack in forum Excel General
    Replies: 10
    Last Post: 05-31-2012, 05:23 PM
  4. Nesting IF formulas
    By babydee0413 in forum Excel General
    Replies: 4
    Last Post: 02-19-2010, 06:03 PM
  5. Nesting of Formulas
    By mttlltt75 in forum Excel General
    Replies: 1
    Last Post: 06-05-2009, 11:12 AM
  6. Nesting if formulas
    By Estimator 142 in forum Excel General
    Replies: 2
    Last Post: 01-27-2009, 04:29 AM
  7. Nesting formulas
    By msbing916 in forum Excel General
    Replies: 2
    Last Post: 07-30-2007, 11:13 AM
  8. Nesting Formulas
    By PLCProgrammer in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-03-2005, 07:06 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