+ Reply to Thread
Results 1 to 2 of 2

Need help with chart / excel data

  1. #1
    Registered User
    Join Date
    07-01-2020
    Location
    Netherlands
    MS-Off Ver
    365
    Posts
    1

    Wink Need help with chart / excel data

    Hi guys,

    Need help with an issue. Need to work through a lot of data and I hope somebody could make my life much easier :-)

    Data I work with contains productdata actual price and all previous prices in 1 column.

    I need a chart where I can see the difference between actual price (most actual date in clumn D) and previous price (date before actual date)

    Please have a look into example excel I have attached.

    Thanks!
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    10-10-2016
    Location
    Sheffield
    MS-Off Ver
    365 and rarely 2016
    Posts
    3,210

    Re: Need help with chart / excel data

    So the question is the formula to get the values? Not how to plot


    If your data is representative and sorted by product and then date descending
    I4 is =IF(G4=INDEX($A$4:$A$26,MATCH(G4,$A$4:$A$26,0)+1),INDEX($C$4:$C$26,MATCH(G4,$A$4:$A$26,0)+1),"")
    j4 is =VLOOKUP(G4,$A$4:$C$26,3,FALSE)

    if you always have a previous value i4 is INDEX($C$4:$C$26,MATCH(G4,$A$4:$A$26,0)+1)
    you may need to swap , for ; depending on your region settings

+ 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. Replies: 3
    Last Post: 07-17-2018, 08:16 PM
  2. Excel chart with multi level category label issue delinking source data from chart
    By babu324 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 12-19-2017, 02:58 AM
  3. Replies: 5
    Last Post: 06-19-2017, 01:46 PM
  4. [SOLVED] Add the count of data to data labels to a pivot chart in excel
    By BizzyIzzy in forum Excel Charting & Pivots
    Replies: 7
    Last Post: 04-01-2015, 04:11 PM
  5. Replies: 2
    Last Post: 10-16-2014, 08:57 PM
  6. To get Chart Data Source of powerpoint chart by excel VBA
    By imran0305 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-13-2014, 07:13 AM
  7. Excel chart on data
    By breadwinner in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 05-31-2013, 12:47 PM

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