+ Reply to Thread
Results 1 to 2 of 2

Data Validation Query-formula building and making drop down button visible

  1. #1
    Forum Contributor
    Join Date
    06-26-2012
    Location
    UAE
    MS-Off Ver
    Excel 2003
    Posts
    274

    Data Validation Query-formula building and making drop down button visible

    Hello,

    I am posting this again, as I had posted this request earlier and didnt get any help. Would greatly appreciate if you could help me

    If you please have some time, could you please look in to the attached spreadsheet . In the attached spreadsheet i need to build a formula to give me the YTD figures which is linked to the monthly calculated figures and I need to make the drop down buttons visible .

    Regards,
    Excel Dumbo
    Attached Files Attached Files

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: Data Validation Query-formula building and making drop down button visible

    hi there again. it seems like your last file only contains 3 months & now you got to adjust the formulas & your summary column to fit 4 months? doesnt seem like a good idea.

    if you are ok with it though, this can solve your problem temporarily:
    =SUM(OFFSET($A3,0,MATCH($O$1,$B$1:$M$1,0),1,MONTH($O$2)))

    to show the dropdown button, you have to use form controls. can't remember where it is located in Excel 2003. got this from a website:
    To add a combo box in Excel 2003 and in earlier versions of Excel, click the Combo Box button on the Forms toolbar.
    http://support.microsoft.com/kb/291073

    the pictures are showing Excel 2010 though. but after you get that form out, the processes are the same. do note that this is a separate object from the cell (unlike the validation in your file), hence you need to input a cell link & work with the formulas there. for eg, you can now directly link your formulas to O1. if u put the cell link in U1 for eg, it will reflect the choice number you select in the dropbox. i.e. if you select:
    DRAFT PLAN -> U1 will show "1"
    FIRST PLAN -> U1 will show "2"
    FINAL PLAN -> U1 will show "3"
    Last edited by benishiryo; 08-23-2012 at 10:22 AM. Reason: added hyperlink

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

+ 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