+ Reply to Thread
Results 1 to 3 of 3

If/then macro tranposing information from one sheet to another in a different format

  1. #1
    Registered User
    Join Date
    06-11-2012
    Location
    Oregon, US
    MS-Off Ver
    Excel 2007
    Posts
    9

    If/then macro tranposing information from one sheet to another in a different format

    I have a spreadsheet that auto-updates itself from a file, each entry making up a new row of data. In one cell of the row there will be 3 different possible answers. Looking for a macro that reads the new cell each time a new row is entered and puts an "X" in a specific cell on another worksheet depending on which of the 3 possible choices are made. Each of the three choices goes to a different cell on the other worksheet. Thanks for the help!!

  2. #2
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: If/then macro tranposing information from one sheet to another in a different format

    Please attach a sample file.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

  3. #3
    Registered User
    Join Date
    06-11-2012
    Location
    Oregon, US
    MS-Off Ver
    Excel 2007
    Posts
    9

    Re: If/then macro tranposing information from one sheet to another in a different format

    I am unable to provide a sample BUT it would look something like this.

    Date Qnty Part# From To
    6/11 20 1 CA OH
    6/12 5 1 OH NV
    6/13 3 1 NV CA


    The second sheet has 6 different check boxes. One for each location that it's going from and one for each location that it's going to and an "X" is placed in the boxes and also clear any "X"s that were previously on there.

    So:

    FROM: OH ___ NV ____ CA ___
    TO: OH ___ NV ____ CA ___

    So as new data is entered on sheet1, it needs to update the check box on sheet2.

    Hope this helps!
    Last edited by Drunsul; 06-12-2012 at 02:23 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