+ Reply to Thread
Results 1 to 2 of 2

How to make chart include only values from every 5th column?

Hybrid View

  1. #1
    Registered User
    Join Date
    10-29-2008
    Location
    Riga
    Posts
    2

    Exclamation How to make chart include only values from every 5th column?

    How to make chart include only values from every 5th column till the end?
    Manually in "values" field it looks like:

    =(dati!$D$3;dati!$I$3;dati!$N$3;dati!$S$3;dati!$X$3;dati!$AC$3;dati!$AH$3;dati!$AM$3;dati!$AR$3;dati!$AW$3;dati!$BB$3;dati!$BG$3;dati!$BL$3;dati!$BQ$3;dati!$BV$3;dati!$CA$3;dati!$CF$3;dati!$CK$3)

    But it takes a lot of time to put manually every 5th cell in "values" field.

    I have chart with 2 Y axes, 1st presents column chart, 2nd - line chart.

    Is there any other solution?

    Thx in advance.

  2. #2
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,482
    It would be easier if you created a contiguous table of data specifically for charting.

    This formula in column D can be copied across to column U.

    =INDEX(3:3,1,4+((COLUMN()-4)*5))
    Cheers
    Andy
    www.andypope.info

+ 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