+ Reply to Thread
Results 1 to 6 of 6

Paste Special Tranpose for formulas

  1. #1
    Registered User
    Join Date
    09-15-2019
    Location
    Los Angeles, CA
    MS-Off Ver
    2013
    Posts
    64

    Paste Special Tranpose for formulas

    this is sort of hard to explain for me....i have data in formulas that is in Column A, lets say cells A1-A6. i want to put those cells (not the value, but the cell formulas) in Row C1-H1.

    the data in A1-A6 will change daily and i want C1-H1 to reflect that. i have a ton more rows and columns but simplifying here the purposes here. the real data goes from A1-A245.

    is there an easy way to copy the cells from A1-A6 and do some sort of paste into C1-H1 where the formulas are copied?

    the formulas i want to show up in C1-H1 are the following

    C1=A1
    D1=A2
    E1=A3
    F1=A4
    G1=A5
    H1=A6

    not sure the easiest way to accomplish this. hope this makes sense.
    Attached Files Attached Files

  2. #2
    Forum Expert Keebellah's Avatar
    Join Date
    01-12-2014
    Location
    The Netherlands
    MS-Off Ver
    Office 2021 (Windows)
    Posts
    7,905

    Re: Paste Special Tranpose for formulas

    Hi, I think this is only possible using a macro, in that case, the answer is 'yes you can'
    But you say you have up to 245 rows in A,, only one in C1 to H1? can you explain a little more?
    ---
    Hans
    "IT" Always crosses your path!
    May the (vba) code be with you... if it isn't; start debugging!
    If you like my answer, Click the * below to say thank-you

  3. #3
    Registered User
    Join Date
    09-15-2019
    Location
    Los Angeles, CA
    MS-Off Ver
    2013
    Posts
    64

    Re: Paste Special Tranpose for formulas

    yea sorry...specifically, i have data in Rows A1-A245 (that changes daily), i want that same data in row C1-IM1, but i want the values in C1-IM1 to get updated when A1-A245 get updated.

    i can just manually input the following
    C1=A1
    D1=A2

    etc.

    but was looking for a quicker way

  4. #4
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: Paste Special Tranpose for formulas

    Hi,

    In C1:

    =INDEX($A:$A,COLUMNS($A1:A1))

    and copied right as required.

    Regards
    Click * below if this answer helped

    Advanced Excel Techniques: http://excelxor.com/

  5. #5
    Valued Forum Contributor
    Join Date
    10-29-2012
    Location
    Mojokerto,Indonesia
    MS-Off Ver
    Excel 2007
    Posts
    554

    Re: Paste Special Tranpose for formulas

    =index($a:$a,column(a:a))

  6. #6
    Registered User
    Join Date
    09-15-2019
    Location
    Los Angeles, CA
    MS-Off Ver
    2013
    Posts
    64

    Re: Paste Special Tranpose for formulas

    exactly what i was looking for. thanks!!!!

+ 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] How to paste special Formulas
    By nenadmail in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-07-2012, 03:27 PM
  2. Removing formulas in all sheets by Paste/Special
    By kapiszon2929 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 10-04-2008, 08:59 AM
  3. Problem with Paste Special - Formulas
    By Croomrunner in forum Excel General
    Replies: 1
    Last Post: 06-04-2007, 12:00 AM
  4. [SOLVED] Paste Special - copy everything except formulas
    By VishalBade in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-15-2006, 01:00 PM
  5. [SOLVED] paste special - formulas
    By bjw10 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 02-01-2006, 01:20 PM
  6. Paste special formulas?
    By mturner in forum Excel General
    Replies: 1
    Last Post: 01-24-2006, 11:55 AM
  7. [SOLVED] Paste Special - All but formulas
    By maplesugarsnow in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-14-2005, 11:05 AM
  8. Macro to paste special value only VLOOKUP formulas
    By jeremy nickels in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-11-2005, 03:06 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