+ Reply to Thread
Results 1 to 6 of 6

PICK UP VALUES and LIST IN OVERVIEW

  1. #1
    Forum Contributor
    Join Date
    11-10-2012
    Location
    Sweden, Stockholm
    MS-Off Ver
    MS Excel 365
    Posts
    175

    PICK UP VALUES and LIST IN OVERVIEW

    Have STAT files from several objects, I need to simpify my pick up values into an overview document LIST.

    LIST file is where I want to be the main document and STAT file to a working document where to pick up values

    Thx for any proposals.

    I know that PIVOT can be good, but does not "fit" in my presentation.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: PICK UP VALUES and LIST IN OVERVIEW

    I have the follow advice for you.

    1) Don't work with merged cells in an excel file, you get in trouble with it sooner or later.

    2) If there is no need to use differant workbooks, just work with 1 workbook.
    At least use 1 workbook on the excelforum. It makes it a lot easier to understand for the forummembers. You can use differant worksheet in the workbook for that.

    3) Also if you don't want to work with a pivot table, I think it is a lot easier to have the data verticaly instead of horizontally. (But this could be only my preference).

    4) Think about the calculations first and after that (much later) take care for the format of the output.
    Last edited by oeldere; 05-09-2020 at 01:04 PM. Reason: A changed in I
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Forum Contributor
    Join Date
    11-10-2012
    Location
    Sweden, Stockholm
    MS-Off Ver
    MS Excel 365
    Posts
    175

    Re: PICK UP VALUES and LIST IN OVERVIEW

    I do understand you, Of course it must be easy for you who assist have it easy.
    I have done my homework.
    Here comes a new file!

    You right with merging. Have taken that away.

    I learn a lot from reflections!
    THX
    Attached Files Attached Files

  4. #4
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: PICK UP VALUES and LIST IN OVERVIEW

    Please try at
    List B2
    =iferror(VLOOKUP(B$2,'[KUNDSTAT ALFA.xlsx]Sheet1'!$B$12:$E$71,ROWS(B$3:B4),0),"")

    or Sample I4
    =iferror(VLOOKUP(I$2,$A$2:$C$17,ROWS(I$3:I4),0),"")

  5. #5
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: PICK UP VALUES and LIST IN OVERVIEW

    H2 =IFERROR(VLookup(H$2,$A$2:$C$17,2,0),"") and drag to the right.

    H3 =IFERROR(VLookup(H$2,$A$2:$C$17,3,0),"") and drag to the right.

  6. #6
    Forum Contributor
    Join Date
    11-10-2012
    Location
    Sweden, Stockholm
    MS-Off Ver
    MS Excel 365
    Posts
    175

    Re: PICK UP VALUES and LIST IN OVERVIEW

    THX
    to both of you!
    THX
    works brilliant

+ 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. [SOLVED] Problem with pick list and correct values
    By Pulleritz in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-08-2017, 08:31 PM
  2. [SOLVED] List of values - Pick one
    By sealpino in forum Excel General
    Replies: 2
    Last Post: 03-25-2017, 01:37 PM
  3. Formula to pick values out of a list that correspond to a particular name...
    By JamezStrickland in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-16-2016, 05:10 PM
  4. [SOLVED] Macro to copy data from multiple sheets to overview and align results on overview sheet
    By McBree in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-04-2015, 04:01 PM
  5. Resoruce overview - Create new sheet and add to sumif function in exsisting overview
    By Martinbif in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-27-2013, 09:58 AM
  6. [SOLVED] Pick a record from a list then sum the values attributable to it
    By ChrisMTrigg in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-12-2012, 06:46 AM
  7. Replies: 1
    Last Post: 06-27-2005, 07:05 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