+ Reply to Thread
Results 1 to 3 of 3

Copy cells

  1. #1
    Registered User
    Join Date
    01-09-2016
    Location
    Denmark
    MS-Off Ver
    2010
    Posts
    1

    Copy cells

    Hi, I need help with Excel - I don't get this program!

    I'm searching for a solution to make Excel copy cells for me.

    I have tried to make a sketch for what I'm looking for. Column A consists of numbers that doesn't change. Column B consists of numbers I can change. Column D is the output from column A & B.
    Is there any way I can make this in Excel? If I type a number in column B it copies the number in column A from the same row into column D (next available row). I have no idea what to do and if it's possible when column D is so variating. I'm starting from scratch, so all ideas and answers will be helpful thank you!

    -----------------------------------
    . | A | B | C | D |
    1 |7 |2 | . |7 |
    2 |8 |3 | . |7 |
    3 | . | . | . |8 |
    4 | . | . | . |8 |
    5 | . | . | . |8 |
    -----------------------------------

  2. #2
    Forum Expert mikerickson's Avatar
    Join Date
    03-30-2007
    Location
    Davis CA
    MS-Off Ver
    Excel 2011
    Posts
    6,229

    Re: Copy cells

    Perhaps something like this will work for you.
    Please Login or Register  to view this content.
    _
    ...How to Cross-post politely...
    ..Wrap code by selecting the code and clicking the # or read this. Thank you.

  3. #3
    Forum Expert
    Join Date
    06-26-2010
    Location
    Austin, TX
    MS-Off Ver
    Excel 2010
    Posts
    1,673

    Re: Copy cells

    What is in D when B is empty? Why is D2 a 7 since it should be copying over the 8 from A2, correct? Here's a start to put in D1 (and then drag down to the rest of column D)
    =if(isblank(B1),8,A1)
    Pauley
    --------
    If I helped with your issue, I'd appreciate a rep bump (hit the '*' icon to the bottom left of this post).

+ 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. Alter existing formula to copy specific cells in row instead of copy entire column
    By painterartist in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 05-02-2014, 12:42 PM
  2. [SOLVED] Copy and paste cells of relative position ,then copy to others w'o alter
    By lokwungkwung in forum Excel General
    Replies: 14
    Last Post: 10-29-2013, 01:09 PM
  3. Creating a copy button to copy range of cells to a different sheet
    By 5degrees in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-15-2013, 12:21 PM
  4. Replies: 8
    Last Post: 07-08-2013, 06:03 AM
  5. [SOLVED] VBA to Copy set data, paste into set cells, then copy more & set into cells related 2 date
    By galvinpaddy in forum Excel Programming / VBA / Macros
    Replies: 99
    Last Post: 02-01-2013, 08:43 AM
  6. [SOLVED] can only copy/select visible cells w autofilter on &hidden columns, want to copy all cells
    By JTwrk in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 05-25-2012, 02:12 AM
  7. [SOLVED] Copy/Paste how to avoid the copy of formula cells w/o calc values
    By Dennis in forum Excel General
    Replies: 10
    Last Post: 03-02-2006, 06:50 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