+ Reply to Thread
Results 1 to 7 of 7

How to input Cell reference inside a {}

  1. #1
    Forum Contributor
    Join Date
    11-25-2018
    Location
    Philippines
    MS-Off Ver
    Ms Office 365
    Posts
    217

    How to input Cell reference inside a {}

    I was trying to make these {"MOOE-LIQUIDATED","MOOE-DOWNLOADED","GAD-LIQUIDATED","CANCELLED"} to be inputted with Cell reference on A1, A2, A3, A4 but it gives me error if I change it.

    PHP Code: 
    {=IFERROR(INDEX(MOOE!$A$5:$DA$600,SMALL(IF((INDEX(MOOE!$A$5:$DA$600,,9)=$D$8)*(INDEX(MOOE!$A$5:$DA$600,,1)>=$D$9)*(INDEX(MOOE!$A$5:$DA$600,,1)<=$F$9)*(INDEX(MOOE!$A$5:$DA$600,,48)={"MOOE-LIQUIDATED","MOOE-DOWNLOADED","GAD-LIQUIDATED","CANCELLED"}),MATCH(ROW(MOOE!$A$5:$A$600),ROW(MOOE!$A$5:$A$600)),""),ROWS($A$1:A1)),COLUMNS($A$1:A1)),"")} 
    into

    PHP Code: 
    {=IFERROR(INDEX(MOOE!$A$5:$DA$600,SMALL(IF((INDEX(MOOE!$A$5:$DA$600,,9)=$D$8)*(INDEX(MOOE!$A$5:$DA$600,,1)>=$D$9)*(INDEX(MOOE!$A$5:$DA$600,,1)<=$F$9)*(INDEX(MOOE!$A$5:$DA$600,,48)={A1,A2,A3,A4}),MATCH(ROW(MOOE!$A$5:$A$600),ROW(MOOE!$A$5:$A$600)),""),ROWS($A$1:A1)),COLUMNS($A$1:A1)),"")} 
    That portion means that either of the following somewhat related to OR function.
    Last edited by archvanarl; 08-20-2020 at 07:32 AM.

  2. #2
    Forum Expert BMV's Avatar
    Join Date
    01-13-2020
    Location
    St-Petersburg, Russia
    MS-Off Ver
    2013-2016
    Posts
    1,329

    Re: How to input Cell reference inside a {}

    If you have continius range then {A1,A2,A3,A4} is A1:A4
    Or you can use CHOOSE({1,2,3,4},A1,A2,A3,A4).
    Last one could be use for any set such as A1,C22,D34,V45
    CHOOSE({1,2,3,4},A1,C22,D34,V45)
    Please use appropriate separator for horizontal or vertical array.
    Last edited by BMV; 08-20-2020 at 07:15 AM.

  3. #3
    Forum Contributor
    Join Date
    11-25-2018
    Location
    Philippines
    MS-Off Ver
    Ms Office 365
    Posts
    217

    Re: How to input Cell reference inside a {}

    it does not work.

  4. #4
    Forum Expert BMV's Avatar
    Join Date
    01-13-2020
    Location
    St-Petersburg, Russia
    MS-Off Ver
    2013-2016
    Posts
    1,329

    Re: How to input Cell reference inside a {}

    Ctrl+shift+enter

  5. #5
    Forum Contributor
    Join Date
    11-25-2018
    Location
    Philippines
    MS-Off Ver
    Ms Office 365
    Posts
    217

    Re: How to input Cell reference inside a {}

    I did but it seems the formula or format is incorrect

  6. #6
    Forum Expert BMV's Avatar
    Join Date
    01-13-2020
    Location
    St-Petersburg, Russia
    MS-Off Ver
    2013-2016
    Posts
    1,329

    Re: How to input Cell reference inside a {}

    Could you show it in the file.

  7. #7
    Forum Contributor
    Join Date
    11-25-2018
    Location
    Philippines
    MS-Off Ver
    Ms Office 365
    Posts
    217

    Re: How to input Cell reference inside a {}

    oh sorry. Thank you. it worked. maybe I did wrong the first try.

+ 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. Inserting Cell Reference Inside Merged Shape
    By EdwardSnowden in forum Excel General
    Replies: 0
    Last Post: 08-16-2019, 09:34 AM
  2. [SOLVED] Calling string inside cell reference to reference another sheet.
    By {=OR(value=array)} in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-26-2013, 04:45 PM
  3. Use Cell reference inside sql query command text - how?
    By azhanurul in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 06-29-2012, 05:42 AM
  4. [SOLVED] external link reference formula inside formula user input
    By jscc in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-20-2012, 04:29 PM
  5. Cell Reference Inside DDE Link
    By Excel-sior in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-21-2009, 02:01 PM
  6. DDE syntax (cell reference inside)
    By fbrito in forum Excel General
    Replies: 0
    Last Post: 09-28-2007, 04:47 PM
  7. [SOLVED] pulling from 'line' inside cell- best way to reference in VBA?
    By KR in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-01-2006, 11:15 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