+ Reply to Thread
Results 1 to 3 of 3

Collecting data in columns but need to present it in rows

  1. #1
    Registered User
    Join Date
    03-28-2020
    Location
    Bosnia and Herzegovina
    MS-Off Ver
    2016
    Posts
    10

    Collecting data in columns but need to present it in rows

    Hi everyone. I am collecting data in columns but need to present it in rows. I have created formula and it working well. I need to exted it on columns I,J,K,L (might be more) and it's to complicated ( formula is to long). Could you help me to find another way to do the task?
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    02-11-2014
    Location
    New York
    MS-Off Ver
    Excel 365 (Windows)
    Posts
    5,958

    Re: Collecting data in columns but need to present it in rows

    In E3, array-enter (enter using Ctrl-Shift-Enter)

    =IFERROR(INDEX($2:$2,SMALL(IF($M3:$ZZ3>0,COLUMN($M3:$ZZ3)),COLUMN(B2)/2)),"")

    In F3, array-enter

    =IFERROR(INDEX(3:3,SMALL(IF($M3:$ZZ3>0,COLUMN($M3:$ZZ3)),COLUMN(B2)/2)),"")

    Copy E3:F3 down to match your list, and then copy E:F to G:J
    Bernie Deitrick
    Excel MVP 2000-2010

  3. #3
    Registered User
    Join Date
    03-28-2020
    Location
    Bosnia and Herzegovina
    MS-Off Ver
    2016
    Posts
    10

    Re: Collecting data in columns but need to present it in rows

    Thank you Bernie Deitrick. It is working great and is much too simple. Like a magic. Best regards!

+ 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] Collecting data from from multiple columns for a drop down list
    By chells in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 07-14-2019, 03:29 PM
  2. [SOLVED] Macro for data present in multiple rows and columns following multiple conditions
    By macrolearnerkk in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 09-07-2015, 11:20 AM
  3. [SOLVED] Count and Present Titles from different columns of different rows
    By struax in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-02-2014, 01:38 PM
  4. collecting data from numerous sheets and collecting into one
    By molesy in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-18-2014, 02:03 PM
  5. [SOLVED] Auto Hiding rows based on range/data present or not present.
    By raze in forum Excel Programming / VBA / Macros
    Replies: 27
    Last Post: 02-10-2013, 11:27 AM
  6. [SOLVED] Collecting & Grouping of Data into columns...
    By Piano Man in forum Excel General
    Replies: 5
    Last Post: 02-06-2013, 07:59 PM
  7. Make a macro run on rows/columns only if data is present?
    By bpreas - ExcelForums.com in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-09-2005, 03: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