+ Reply to Thread
Results 1 to 3 of 3

Formulas to update from different worksheets depending on drop down option chosen

Hybrid View

  1. #1
    Registered User
    Join Date
    08-01-2013
    Location
    Birmingham
    MS-Off Ver
    Excel 2010
    Posts
    5

    Formulas to update from different worksheets depending on drop down option chosen

    Hello !

    I could really do with some help.

    I have a workbook that has a number of worksheets for teams to input their own performance data - this performance data will then be presented in another worksheet 'Report' (which I have linked to the 'Lettings' sheet at the moment).

    Is there a way that if a certain drop down option is chosen the formulas will look at data in a different sheet??

    So I would want formulas to be looking at the lettings worksheet if the lettings option is chosen from the drop down and then when the team 2 option is chosen from the drop down, team 2 worksheet is being looked at.

    I have attached the workbook I am currently using.

    Any help with this would be greatly appreciated - it's been driving me crazy!

    Thanks
    Attached Files Attached Files

  2. #2
    Forum Expert GeneralDisarray's Avatar
    Join Date
    09-15-2011
    Location
    Pittsburgh, PA, USA
    MS-Off Ver
    Windows Excel 2016
    Posts
    1,416

    Re: Formulas to update from different worksheets depending on drop down option chosen

    Try this,

    Check the formatting tab to see how I altered the drop-down values. Then look in cell B8 on Report to see how to use the sheet name in the formula:

    =IF(INDIRECT(K1&"C63")=0,"",INDIRECT(K1&"C63"))


    Adjust the other formulas similarly.


    ---
    Made mistake on first sheet :D please see updated attachment
    Attached Files Attached Files
    Last edited by GeneralDisarray; 08-01-2013 at 09:23 AM.
    Remember, saying thanks only takes a second or two. Click the star icon(*) below the post you liked, to give some Rep if you think an answer deserves it.

    Please,mark your thread [SOLVED] if you received your answer.

  3. #3
    Registered User
    Join Date
    08-01-2013
    Location
    Birmingham
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: Formulas to update from different worksheets depending on drop down option chosen

    Thank you so much!! This works perfectly.

    I really appreciate it!! :D you have made my day

+ 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: 7
    Last Post: 06-25-2013, 06:59 AM
  2. Adding a value depending on Drop-down-list chosen value
    By freaken00 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-23-2013, 05:24 AM
  3. Replies: 22
    Last Post: 06-02-2012, 11:45 AM
  4. Replies: 0
    Last Post: 06-15-2011, 10:36 AM
  5. Automatically select data depending on what's chosen in a drop-down list
    By Cormentia in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 03-24-2011, 11:55 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