+ Reply to Thread
Results 1 to 3 of 3

Thread: Merging Data in a validation list

  1. #1
    Registered User
    Join Date
    09-19-2011
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    48

    Merging Data in a validation list

    Hi

    In a data validation list can I club properties of 2 different cell input values in a single cell.
    Attached is a sheet which may elaborate my actual requirement.

    Thanks for the help offered.

    Pal
    Attached Files Attached Files

  2. #2
    Forum Guru pike's Avatar
    Join Date
    12-11-2005
    Location
    Alstonville, Australia
    MS-Off Ver
    2010
    Posts
    5,151

    Re: Merging Data in a validation list

    Hi pal_slg
    Q2
    you cant use union in validation list but you can combine the two selection in another helper column and use it for the validation list


    =INDIRECT(J$2,ROW()) & " " & INDIRECT(K$2,ROW())
    fill down
    regards pike

    If the solution helped please donate
    here to the RSPCA

    Sites worth visiting;

    J&R Solutions - royUK

    AJP Excel Information - Andy Pope

    Spreadsheet Toolbox

    VBA for smarties - snb

  3. #3
    Forum Guru pike's Avatar
    Join Date
    12-11-2005
    Location
    Alstonville, Australia
    MS-Off Ver
    2010
    Posts
    5,151

    Re: Merging Data in a validation list

    better still because the arrays arnt the same size
    =IFERROR(INDIRECT(J$2,ROW()) & " " & INDIRECT(K$2,ROW()),"")
    regards pike

    If the solution helped please donate
    here to the RSPCA

    Sites worth visiting;

    J&R Solutions - royUK

    AJP Excel Information - Andy Pope

    Spreadsheet Toolbox

    VBA for smarties - snb

+ 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.2.0