+ Reply to Thread
Results 1 to 4 of 4

Indirect Formula to report content based on two previous columns?

  1. #1
    Registered User
    Join Date
    10-19-2013
    Location
    Australia
    MS-Off Ver
    Excel 2003
    Posts
    16

    Indirect Formula to report content based on two previous columns?

    I’ve recently made changes to my Validation sheet to allow for dynamic name ranges and future expansions in my data.

    The problem that I’m having after trying several options is that the indirect formula found in my Source Data Sheet, Table A, Description Colum Data Validation, is not working. What I’m currently using is;

    =INDIRECT(SUBSTITUTE(D16," ",)&SUBSTITUTE(E16," ",)&"List")

    The formulas intent is to report back a specific list of descriptions based on the selections made by the user in the STAGE and CATEGORY columns.

    Any help is appreciated and file is attached.

    Many thanks
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    03-20-2011
    Location
    UK
    MS-Off Ver
    Excel 2007/10/16
    Posts
    840

    Re: Indirect Formula to report content based on two previous columns?

    Hi

    Worth look at this website http://www.contextures.com/xlDataVal02.html

    Regard
    To help you by my post? it would be nice to click on to say "Thank you".
    If you are happy with a solution to your problem?
    Click Thread Tools above your first post,
    select "Mark your thread as Solved".

  3. #3
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Indirect Formula to report content based on two previous columns?

    indirect does not like dynamic named ranges
    try
    creating another name eg mylist
    then make that =EVALUATE(SUBSTITUTE('Source Data'!$D$16&'Source Data'!$E$16," ","")&"listdyn")
    then use =mylist in validation
    note the workbook need so be xlsm to allow evaluate to work
    Attached Files Attached Files
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  4. #4
    Registered User
    Join Date
    10-19-2013
    Location
    Australia
    MS-Off Ver
    Excel 2003
    Posts
    16

    Re: Indirect Formula to report content based on two previous columns?

    thanks Martindwilson for the solution.

+ 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. Correct formula for adding columns based on previous row
    By packers316 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 08-02-2013, 06:44 AM
  2. [SOLVED] Creating a variable length report based on criteria in previous worksheet
    By lizziebusy in forum Excel Programming / VBA / Macros
    Replies: 26
    Last Post: 04-05-2012, 03:00 PM
  3. Need to select/report all rows based on content
    By Kristin in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 01-20-2006, 02:00 PM
  4. Create a report with selected rows based on the content in a cell
    By ThirdTim in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 05-05-2005, 01:06 PM
  5. [SOLVED] Hide Cell Content if no data in previous columns
    By Sherry in forum Excel General
    Replies: 4
    Last Post: 02-21-2005, 04: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