+ Reply to Thread
Results 1 to 4 of 4

Looking for a formula that will copy data from one chart to another

  1. #1
    Forum Contributor
    Join Date
    03-15-2023
    Location
    Seattle, USA
    MS-Off Ver
    Office 365 subscription V2305
    Posts
    138

    Looking for a formula that will copy data from one chart to another

    Hello I am looking for a formula that will copy data if it sees an (x) column T from the input table. If it does it will copy what is in the cells form B:J and paste them in output table below. See attached file for example. I guess it would help if I attach the file oops ...
    Last edited by Longbow 44; 03-26-2023 at 04:41 PM.

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,810

    Re: Looking for a formula that will copy data from one chart to another

    Put this formula in U3:

    =IF(T3="X",MAX(U$2:U2)+1,"-")

    then copy down to the bottom of your Input table. Then you can use this formula in cell B13:

    =IFERROR(INDEX($B$3:$J$7,MATCH(ROWS($1:1),$U$3:$U$7,0),MATCH(B$12,$B$2:$J$2,0)),"")

    Copy down and across as required.

    Hope this helps.

    Pete

  3. #3
    Forum Expert CheeseSandwich's Avatar
    Join Date
    12-22-2021
    Location
    Kent, England
    MS-Off Ver
    365 - 2404-17531.20128
    Posts
    1,361

    Re: Looking for a formula that will copy data from one chart to another

    Try the below in cell B13:
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    If things don't change they stay the same

  4. #4
    Forum Contributor
    Join Date
    03-15-2023
    Location
    Seattle, USA
    MS-Off Ver
    Office 365 subscription V2305
    Posts
    138

    Re: Looking for a formula that will copy data from one chart to another

    Thank you kindly

+ 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 use Formula in Chart Filters > Edit Data > Chart Data Range
    By GregM56 in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 05-04-2019, 05:27 PM
  2. Clear, Copy formula macro Chart
    By Sekars in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 04-21-2016, 12:00 AM
  3. Replies: 0
    Last Post: 08-21-2015, 03:07 PM
  4. Replies: 0
    Last Post: 08-17-2013, 02:55 PM
  5. RISK chart formula copy and paste
    By SportsFan90 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-17-2012, 04:25 PM
  6. Replies: 3
    Last Post: 03-23-2012, 05:44 PM
  7. Replies: 1
    Last Post: 09-28-2006, 02:07 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