+ Reply to Thread
Results 1 to 4 of 4

Dashboard Monthly WIH Value

  1. #1
    Registered User
    Join Date
    06-14-2011
    Location
    Melbourne, Australia
    MS-Off Ver
    Excel 2016
    Posts
    57

    Dashboard Monthly WIH Value

    Hi,

    I am trying to do a formula so that when I change the month on my dashboard it will return the corresponding value for that month and Job.

    The number of jobs and job numbers constantly changed during the year But an example of data would be:

    12 11 10 9 8 7 6
    Dec Nov Oct Sep Aug Jul Jun
    2892 2450 2450 2580 2690 2750
    2896 100 500 1000 2500
    2901 500 2500 3500 4500 6500 10000
    2903 1500 3500 4000

    So if I am currently in October then that value I want to return when I select October as the month (10) and I enter job number 2896 I will get 500, however if I change it to Sep (9) I then get 1000.

    I did try both the following formulas but neither gives me the right answer: sumif(WIH!B:B,Dashboard!E24, Match(dashboard!P1,WIH!1:1)
    but I get an error message
    I also tried it with an index formula but couldn't get that to work either.

    I also need to perform this so that it returns the prior month (-1) and previous month (-2) but I figure if I can get the first formula for the current month the other 2 will be easy enough as I will just have to have the Dashboard match as P1 -(minus) 1 or P1 -(minus) 2

    Ta muchly.

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,364

    Re: Dashboard Monthly WIH Value

    You can use INDEX/MATCH/MATCH to return the results you want.

    Please post a sample workbook.
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  3. #3
    Registered User
    Join Date
    06-14-2011
    Location
    Melbourne, Australia
    MS-Off Ver
    Excel 2016
    Posts
    57

    Re: Dashboard Monthly WIH Value

    See attached

    I did try an Index Match Match that I have previously used, however it was summing all of the values instead of just the one month that I wanted.
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    06-14-2011
    Location
    Melbourne, Australia
    MS-Off Ver
    Excel 2016
    Posts
    57

    Re: Dashboard Monthly WIH Value

    Hi Trevor,

    Thanks for the help and suggestion on Index/Match/Match

    My issue was that I was constantly using the sum function. Once I took this out and just used Index it worked perfectly as I need it to do.
    Also was able to get the Prior and Previous months sections to work as well by just changing the formula from $P$1 to $P$1-1 and $P$1-2.

    =INDEX(WIH!$1:$1048576,MATCH(DASHBOARD!$E24,WIH!$B:$B,0),MATCH(DASHBOARD!$P$1,WIH!$1:$1,0))

+ 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. Reoccurring monthly contract payments, with newer contracts added monthly
    By txdude311 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-31-2013, 05:21 PM
  2. Replies: 1
    Last Post: 08-15-2013, 02:15 PM
  3. Replies: 1
    Last Post: 03-08-2013, 04:18 PM
  4. Replies: 5
    Last Post: 03-07-2013, 11:38 AM
  5. Replies: 1
    Last Post: 07-11-2008, 05:57 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