+ Reply to Thread
Results 1 to 3 of 3

Help with drop down menu and auto calculation as month changes

  1. #1
    Registered User
    Join Date
    09-25-2012
    Location
    Seattle
    MS-Off Ver
    Excel 2010
    Posts
    49

    Help with drop down menu and auto calculation as month changes

    Hi,

    Please help with the attached sample... I would like to create a drop down menu that will automatically change the 5 year sum and division formula when the month changes.

    Thank you

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: Help with drop down menu and auto calculation as month changes

    You can't change the formula based on the dropdown, but you can tell the formula to find the value of the dropdown and add up that cell and the next 59.

    try

    =SUM(INDEX(E:E,MATCH(B91,C:C,0)):INDEX(E:E,MATCH(B91,C:C,0)+59))/SUM(INDEX(H:H,MATCH(B91,C:C,0)):INDEX(H:H,MATCH(B91,C:C,0)+59))
    Last edited by teylyn; 02-04-2020 at 09:44 PM.

  3. #3
    Registered User
    Join Date
    09-25-2012
    Location
    Seattle
    MS-Off Ver
    Excel 2010
    Posts
    49

    Re: Help with drop down menu and auto calculation as month changes

    Thank you so much..It worked

+ 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. [SOLVED] Using drop down menu (yes or no) to determine calculation in another cell. PLEASE HELP :(
    By cbarton123uk in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 05-02-2019, 11:13 AM
  2. Auto Adding from a drop down menu
    By 1st420 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-17-2016, 12:45 PM
  3. Calculating number of days in a month selected from a drop down menu
    By AJ_Webb in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 01-19-2015, 06:27 PM
  4. Replies: 0
    Last Post: 05-17-2014, 10:18 PM
  5. Drop Down Menu Auto Populate
    By mtaggart83 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 09-04-2013, 04:09 PM
  6. Auto Drop Down Menu (what is it called)
    By Excel_vba in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-07-2013, 10:09 PM
  7. Auto-complete drop down menu
    By Mengo85 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-11-2012, 12:33 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