+ Reply to Thread
Results 1 to 3 of 3

Return site based on client

  1. #1
    Registered User
    Join Date
    05-22-2019
    Location
    london
    MS-Off Ver
    Office 365
    Posts
    85

    Return site based on client

    Hi.

    I wish to create a formula that will bring back the site for each client, once I selected the client in the drop down.

    If you see my file.

    Tab (Report)

    I wish to see the site (Mapping, Col B) in Cell A6 and if I change the client in D1 (report)I want to see the sites for that client.

    Many Thanks
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,513

    Re: Return site based on client

    ARRAY formula in A6 then copied down.

    =IFERROR(INDEX(Mapping!$B$2:$B$32,SMALL(IF(Mapping!$A$2:$A$32=$D$1,ROW(Mapping!$A$2:$A$32),""),ROWS($A$6:$A6))-ROW($A$2)+1),"")

    ARRAY formula is used

    To enter ARRAY formula
    Paste the formula
    Press F2
    Press Ctrl+Shift+Enter keys together.
    formula will be covered with{} brackets by excel.
    Attached Files Attached Files
    Pl note
    Array formula should be confirmed with Ctrl+Shift+Enter keys together.
    If answere is satisfactory press * to add reputation.

  3. #3
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: Return site based on client

    Or you can try a normal formula with trimmed spaces
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    or without trim
    Formula: copy to clipboard
    Please Login or Register  to view this content.

+ 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. Replies: 4
    Last Post: 01-24-2018, 06:09 PM
  2. [SOLVED] Want to retrieve/display client visit dates by client name
    By jb5150 in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 11-07-2017, 04:26 PM
  3. [SOLVED] Client Data in Columns - how to create a client drop down
    By abearmenta in forum Excel General
    Replies: 9
    Last Post: 10-10-2016, 10:24 AM
  4. [SOLVED] Moving variable data from multiple same-client records to one client record
    By jkilday4 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-19-2015, 02:32 PM
  5. Return latest date for Site
    By bongielondy in forum Excel General
    Replies: 4
    Last Post: 08-26-2014, 10:55 AM
  6. One spreadsheet but adding hours on a client by client basis..
    By arthurArthur in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 03-01-2013, 01:58 AM
  7. format cell to recall client name-enter a client #
    By cheryl in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-22-2005, 06:05 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