+ Reply to Thread
Results 1 to 2 of 2

Question regarding copying rows.

Hybrid View

  1. #1
    Registered User
    Join Date
    05-13-2017
    Location
    Los Angeles
    MS-Off Ver
    2016
    Posts
    2

    Question regarding copying rows.

    Hey guys,

    So I am taking an introduction to Excel class at the local community college and the professor gave us an exercise that I can't figure out. Any and all help will be appreciated.

    The Scenario:
    This Excel sheet is to be used by a real estate investor who will be purchasing one $2,000,000 building every year for the next 20 years. He finances the entire $2 Mill, paying 4% interest on every purchase and earning 4% appreciation on every building every year. We need to build an Excel sheet that would show his equity buildup over the years.

    My Idea
    Attachment 518062

    I thought I could just copy the contents of Row#2 down while skipping one additional column every time but I can't figure out how to do it efficiently.

    For example: My data is in columns A2:AD2 and I want to copy it to B3:BE3 and then to C4:CF4 followed by D5:DG5 and so on 20 times. Is there an automatic way to do this or do I just have to manually enter the data over and over again?

    Also, this can not be the best way to present this data - what if I need a 100 rows! It would be impossible to print. Can you guys suggest a better way to get a similar result? Like is there any way to use charts etc?

    Thanks again.
    Last edited by KidLA; 05-13-2017 at 07:34 PM. Reason: Change title to be more pertinent

  2. #2
    Forum Expert
    Join Date
    12-14-2012
    Location
    London England
    MS-Off Ver
    MS 365 Office Suite.
    Posts
    8,448

    Re: Question regarding copying rows.

    You can use the row and the Mod functions and ignore all Even Rows or All odd rows.

    Formula: copy to clipboard
    =MOD(ROW(),2)


    so

    You could try this for Odd Rows

    Formula: copy to clipboard
    =if(MOD(ROW(),2)=1,A$1,"")


    Or

    Formula: copy to clipboard
    =if(MOD(ROW(),2)=0,A$1,"")


    For Even rows.

    Paste the formula into B2 and copy down.
    My General Rules if you want my help. Not aimed at any person in particular:

    1. Please Make Requests not demands, none of us get paid here.

    2. Check back on your post regularly. I will not return to a post after 4 days.
    If it is not important to you then it definitely is not important to me.

+ 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. Try to not roast this noob too hard
    By KidLA in forum Excel General
    Replies: 1
    Last Post: 05-13-2017, 07:26 PM
  2. hello all i am a noob at everything
    By Beattle Juice in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 01-17-2016, 07:21 PM
  3. Hi, This is just another noob willing to be a pro
    By dp_ in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 04-03-2014, 09:00 PM
  4. Hi from a Noob
    By Johndinho in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 11-13-2012, 12:28 PM
  5. Not-so-noob
    By Don in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-04-2005, 03:05 AM
  6. [SOLVED] Noob help
    By Patrick in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-06-2005, 04: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