+ Reply to Thread
Results 1 to 3 of 3

Possible Do UNTIL Loop in Chart

  1. #1
    Registered User
    Join Date
    05-24-2017
    Location
    Boston, MA
    MS-Off Ver
    Microsoft Excel 2010
    Posts
    2

    Question Possible Do UNTIL Loop in Chart

    This is my first time trying out macros and VB. I posted the excel file and pictures if that is easier for some of you. In the pictures and the excel sheet, you can see Column B and Column C. Column B has a mix of project names and people names while Column C has identifiers stating whether it is a project or a resource based on a vlookup. Column B is set up to be the persons name followed by the projects they are currently working on. Visually it is easy to understand, but I am exporting this file into a different application that needs them to be related. I was considering doing a DO UNTIL loop, but I don't know how to relate it to my data. The second image is what I want to come out of doing the loop with the peoples name next to all the projects they are working on. If anyone could help that would be greatly appreciated!


    Capture.PNG
    Capture2.PNG
    Attached Files Attached Files

  2. #2
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,434

    Re: Possible Do UNTIL Loop in Chart

    If I understand the problem correctly in that you want column A populated with resources name for all related projects then a formula will suffice.

    A3: =IF(C3="Resource",B3,A2)

    And fill down
    Cheers
    Andy
    www.andypope.info

  3. #3
    Registered User
    Join Date
    05-24-2017
    Location
    Boston, MA
    MS-Off Ver
    Microsoft Excel 2010
    Posts
    2

    Thumbs up Re: Possible Do UNTIL Loop in Chart

    Thank you so much! It worked perfectly

+ 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. How to add to existing chart title and loop through
    By ShaliniGomes in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-05-2014, 03:24 AM
  2. [SOLVED] Loop & Create Chart
    By FixandFoxi in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-27-2014, 11:49 AM
  3. Loop Through Points in a chart
    By Macdave_19 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 11-02-2011, 10:54 AM
  4. Replies: 6
    Last Post: 11-11-2010, 02:20 PM
  5. chart loop with 12 series
    By sport_logo in forum Excel Charting & Pivots
    Replies: 6
    Last Post: 05-29-2010, 09:30 AM
  6. Creating Chart Loop
    By Macro1 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 04-09-2010, 12:37 PM
  7. Chart and Loop
    By mister tom in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-16-2010, 09:53 AM

Tags for this Thread

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