+ Reply to Thread
Results 1 to 3 of 3

Array formula

  1. #1
    Forum Contributor
    Join Date
    03-31-2012
    Location
    Hong Kong
    MS-Off Ver
    Excel 2010
    Posts
    140

    Array formula

    I want to find the "Item?" on cell A2 input (Ctrl+Shift+Enter) a formula as following when cell A1 as numberic, but result is "N/A". Anyone help.....
    =IF(A1=OR({1,2,3,6,9}),"Item A",IF(A1=OR({4,5,7}),"Item B",IF(A1=OR({8,10}),"Item C","N/A")))

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

    Re: Array formula

    You don't have the syntax quite right, try this version

    =IF(OR(A1={1,2,3,6,9}),"Item A",IF(OR(A1={4,5,7}),"Item B",IF(OR(A1={8,10}),"Item C","N/A")))

    it doesn't need CTRL+SHIFT+ENTER
    Audere est facere

  3. #3
    Forum Contributor
    Join Date
    03-31-2012
    Location
    Hong Kong
    MS-Off Ver
    Excel 2010
    Posts
    140

    Re: Array formula

    It work!....Thanks you for your help.

+ 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