+ Reply to Thread
Results 1 to 5 of 5

Flawed design?? Generating two column display from xlsx sheet

Hybrid View

a61morris Flawed design?? Generating... 02-12-2014, 12:15 PM
Olly Re: Flawed design??... 02-12-2014, 12:46 PM
Olly Re: Flawed design??... 02-12-2014, 12:52 PM
a61morris Re: Flawed design??... 02-12-2014, 12:58 PM
Olly Re: Flawed design??... 02-12-2014, 01:37 PM
  1. #1
    Registered User
    Join Date
    02-12-2014
    Location
    HP, NC
    MS-Off Ver
    Office 365
    Posts
    6

    Flawed design?? Generating two column display from xlsx sheet

    I'm not even sure HOW dumb a question this is, so I apologize in advance if this would be better on the "basics" board.

    I used my limited knowledge of text functions to quickly conjugate a list of verbs. My goal is generate two columns:
    Column A -- a concatenated text string telling the name of the verb, plus the pronoun and tense.
    Column B -- the correct conjugation for the verb/pronoun/tense combination
    The idea is to quickly generate vocabulary lists which can be exported to flashcard sites (like Quizlet) for my students to study.


    The problem is that my data is in rows, and short of copying each group of six values for Col A and their values for Col B, and then pasting special with transpose, I don't know how to achieve this. I don't know if I fundamentally messed up by not figuring out a way to have the conjugations develop in columns instead of rows as my initial design.

    I would appreciate any suggestions.
    Thanks!cerVerbs--Quizlet.xlsx

  2. #2
    Forum Expert Olly's Avatar
    Join Date
    09-10-2013
    Location
    Darlington, UK
    MS-Off Ver
    Excel 2016, 2019, 365
    Posts
    6,284

    Re: Flawed design?? Generating two column display from xlsx sheet

    Okay - in Sheet 2, range A1, enter:
    Formula: copy to clipboard
    =OFFSET(Sheet1!$A$1,INT((ROW()-1)/12)+2,0)&": "&OFFSET(Sheet1!$C$1,0,MOD(ROW()-1,12))


    And in B1, enter:
    Formula: copy to clipboard
    =OFFSET(Sheet1!$C$1,INT((ROW()-1)/12)+2,MOD(ROW()-1,12))


    Then copy those formulae down as far as you want, and it will generate your 2 column conjugation table.
    Last edited by Olly; 02-12-2014 at 12:50 PM. Reason: Read requirement fully!
    let Source = #table({"Question","Thread", "User"},{{"Answered","Mark Solved", "Add Reputation"}}) in Source

    If I give you Power Query (Get & Transform Data) code, and you don't know what to do with it, then CLICK HERE

    Walking the tightrope between genius and eejit...

  3. #3
    Forum Expert Olly's Avatar
    Join Date
    09-10-2013
    Location
    Darlington, UK
    MS-Off Ver
    Excel 2016, 2019, 365
    Posts
    6,284

    Re: Flawed design?? Generating two column display from xlsx sheet

    Ooops - just spotted your requirement for the concatenation of verb name with pronoun and tense - formula adjusted accordingly!

  4. #4
    Registered User
    Join Date
    02-12-2014
    Location
    HP, NC
    MS-Off Ver
    Office 365
    Posts
    6

    Re: Flawed design?? Generating two column display from xlsx sheet

    Thanks OllyXLS!

    I use Excel all the time, but as you can see, I don't really push the limits of what it can do!
    Thanks for your solution, it works great. Now my next job is to look at the function you provided and see if I can figure out how it works and employ it on my own.

    I really appreciate your help.

  5. #5
    Forum Expert Olly's Avatar
    Join Date
    09-10-2013
    Location
    Darlington, UK
    MS-Off Ver
    Excel 2016, 2019, 365
    Posts
    6,284

    Re: Flawed design?? Generating two column display from xlsx sheet

    Glad it helped - thanks for the feedback

+ 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. Merge Data from different .xlsx files & different sheet to a new .xlsx
    By QcSylvanio in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-03-2012, 01:11 PM
  2. Replies: 6
    Last Post: 08-28-2012, 03:51 AM
  3. Replies: 6
    Last Post: 04-03-2012, 04:24 PM
  4. weeknum() flawed
    By dajomu in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-06-2007, 06:44 AM
  5. Comparing Dates - Flawed Code?
    By br_turnbull in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-21-2005, 11: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