+ Reply to Thread
Results 1 to 12 of 12

Creat title from data

  1. #1
    Registered User
    Join Date
    06-15-2019
    Location
    canberra
    MS-Off Ver
    365
    Posts
    5

    Creat title from data

    I am hoping to use a formula to generate a list in column D where column A acts as Subtitles for the values of column B
    Ive included a screenshot to illustrate.

    Excel example.png

    Thank you
    Attached Images Attached Images

  2. #2
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,500

    Re: Creat title from data

    try this... =UNIQUE(TOCOL(A2:B11,,FALSE))
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  3. #3
    Registered User
    Join Date
    06-15-2019
    Location
    canberra
    MS-Off Ver
    365
    Posts
    5

    Re: Creat title from data

    oh my, thank you Sam

    I cannot believe how simple this formula is. worked a charm.

  4. #4
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,500

    Re: Creat title from data

    You’re welcome, glad I could help.

  5. #5
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    81,224

    Re: Creat title from data

    If that takes care of your original question, please choose Thread Tools from the menu link above and mark this thread as SOLVED.

    Also, if you have not already done so, you may not be aware that you can thank anyone who offered you help towards a solution for your issue by clicking the small star icon (* Add Reputation) located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of each of those who offered help.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  6. #6
    Registered User
    Join Date
    06-15-2019
    Location
    canberra
    MS-Off Ver
    365
    Posts
    5

    Re: Creat title from data

    Hi,

    One more follow up question...

    What would the formula look like if there was an additional hierarchy in the list?

    Excel example.png

  7. #7
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,500

    Re: Creat title from data

    well, without given a sample that also shows what you want, this is just a guess but I'd try... =UNIQUE(TOCOL(A2:C11,,FALSE))
    Attached Files Attached Files

  8. #8
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,099

    Re: Creat title from data

    Bigfish.. Help us to help you. Pictures of excel files are useless. You rely on someone being sufficiently generous with their time to recreate what you already have, right in front of you.

    In future, please post an Excel file... not a pretty picture of one.
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  9. #9
    Registered User
    Join Date
    06-15-2019
    Location
    canberra
    MS-Off Ver
    365
    Posts
    5

    Re: Creat title from data

    Yes, I used that formula, as it seemed the logical extension of the original 2 tier solution.
    I have included an image which details

    1) the actual data I am using
    2) what happens when the formula is used ... =UNIQUE(TOCOL(U3:W20,,FALSE))
    3) and the needed outcome (which I manually typed out

    Cheers

    example.jpg

  10. #10
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    81,224

    Re: Creat title from data

    There are instructions at the top of the page explaining how to attach your sample workbook (yellow banner: HOW TO ATTACH YOUR SAMPLE WORKBOOK). Screenshots are of little practical use as we cannot manipulate them.

    A good sample workbook has just 10-20 rows of representative data that has been desensitised. It also has expected results mocked up, worked examples where required, relevant cells highlighted and a few explanatory notes.

  11. #11
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,500

    Re: Creat title from data

    It seems to me that the easiest thing to do is throw a filter on columns U through W then sort the data based on col U. Then apply the formula.
    then remove the filter.
    see attached, BTW I had the time and patience to recreate your sample but as mentioned, it is better to provide a sample workbook so others don't have to, AND it usually gets your query answered more timely and I as well as others here don't get paid for our time, the only thing we get is a bump to our reputations if you decide to.
    I also added a numerical designation to col T which will allow you to add that to the sort list so you can sort by how you want if simply filtering U:W and sorting A:Z isn't what you want.
    Attached Files Attached Files

  12. #12
    Registered User
    Join Date
    06-15-2019
    Location
    canberra
    MS-Off Ver
    365
    Posts
    5

    Re: Creat title from data

    thanks for the solution ... worked well.
    Also thanks for the advice re adding a worksheet instead of image. Yes, agree ...

    thanks again.

+ 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. creat XML data file instead of FDF
    By joedhk in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-30-2019, 09:57 PM
  2. Want to creat a formula to filter duplicate data.
    By markw1974 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-22-2015, 08:57 AM
  3. Creat charts data table on VBA with condition apply
    By dj_danu01 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 09-05-2013, 11:57 AM
  4. [SOLVED] Creat list using data from two seperate columns
    By twitch73 in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 09-28-2012, 06:54 AM
  5. Creat or use a macro to merge data into one cell as a list
    By anking in forum Excel Programming / VBA / Macros
    Replies: 57
    Last Post: 12-12-2010, 08:05 PM
  6. want to creat new list from diffrent data
    By cool_surolia in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-15-2008, 12:58 PM
  7. How to creat a list of data in a column
    By zhappybird in forum Excel General
    Replies: 1
    Last Post: 05-08-2008, 09:30 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