+ Reply to Thread
Results 1 to 3 of 3

copy and paste cells to different column based on conditions

  1. #1
    Registered User
    Join Date
    10-21-2011
    Location
    baltimore,md
    MS-Off Ver
    Excel 2003
    Posts
    53

    copy and paste cells to different column based on conditions

    hey all

    having a little trouble with this one shouldn't be too difficult..

    basically if column B has a value then copy that value and the corresponding values in column A and C into column G H and I respectively.
    (A-->G B-->H and C-->I)

    if column B is empty then check column E for a value. If column E has a value then copy the value of columns D E and F into G H and I respectively.
    (D-->G E-->H F-->I)

    If both columns B and E are empty then skip to the next line which has a value in B OR E.

    THANKS SO MUCH

    best wishes as always,

    jebay

    i will attach a file to make it easier!

    thanks again!firststep.xls

  2. #2
    Registered User
    Join Date
    10-21-2011
    Location
    baltimore,md
    MS-Off Ver
    Excel 2003
    Posts
    53

    Re: copy and paste cells to different column based on conditions

    please let me know if additional info is needed!

  3. #3
    Forum Expert ben_hensel's Avatar
    Join Date
    01-26-2012
    Location
    Northeast USA
    MS-Off Ver
    Office 365
    Posts
    2,043

    Re: copy and paste cells to different column based on conditions

    You can check whether a cell is not empty with IF(cell<>"", "not empty", "empty")

    So...
    Please Login or Register  to view this content.
    Last edited by ben_hensel; 06-15-2012 at 04:43 PM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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