+ Reply to Thread
Results 1 to 2 of 2

Moving Cell Info and Deleting Row

  1. #1
    Registered User
    Join Date
    05-14-2013
    Location
    Ottawa
    MS-Off Ver
    Excel 2003
    Posts
    12

    Moving Cell Info and Deleting Row

    Good morning,

    I have a report that generates an excel workbook with two rows of data for each purchase order line, one line for amount ordered and another for amount received. This is a canned report from the software that we use, and I have no method of changing that code.

    On the attached spreadsheet, I've provided a scaled down version. There are thousands of rows. I'd like the information in cells A3 and B3 moved to A2 and B2 and then have the empty row deleted.
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Moving Cell Info and Deleting Row

    Using formulas on a new sheet
    In A2 copied to B2 and down

    =IFERROR(1/(1/INDEX(Sheet5!A$2:A$104857, ROWS($A$1:$A1)*2)),"")

    In C2 copied to D2 and down

    =IFERROR(1/(1/INDEX(Sheet5!C$2:C$104857, ROWS($A$1:$A1)*2-1)),"")

    You can do a copy > Paste Special>Values to remove the formulas afterwards
    Attached Files Attached Files
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

+ 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. Deleting row cell content based on active cell info
    By a94andwi in forum Excel General
    Replies: 1
    Last Post: 05-10-2010, 09:15 AM
  2. Moving info from 1 cell to multiple cells
    By BME_Guy in forum Excel General
    Replies: 5
    Last Post: 09-15-2009, 03:42 PM
  3. moving info from one cell to another
    By manickmj in forum Excel General
    Replies: 1
    Last Post: 07-07-2009, 12:09 AM
  4. Deleting duplicates but moving the data to another cell
    By DustersCreations in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-11-2009, 01:47 PM
  5. Moving cell data and separating or deleting
    By jonhunt in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 06-13-2006, 02:15 PM
  6. Replies: 4
    Last Post: 03-28-2005, 05:06 PM
  7. Replies: 7
    Last Post: 03-27-2005, 08:06 PM
  8. Moving info in a cell
    By Sal Iaccarino in forum Excel General
    Replies: 2
    Last Post: 02-08-2005, 01:06 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