+ Reply to Thread
Results 1 to 2 of 2

Need the drop down to go through different scenarios by pressing F9

  1. #1
    Registered User
    Join Date
    09-11-2013
    Location
    Suffolk, NY
    MS-Off Ver
    Excel 2019
    Posts
    38

    Need the drop down to go through different scenarios by pressing F9

    Guys need your brilliance again.

    See the attached excel and the red text. Basically i am trying to see if there is a way that a certain cell can go through 1-3 values automatically.
    Attached Files Attached Files

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: Need the drop down to go through different scenarios by pressing F9

    Short answer - without using VBA, no

    There is nothing magical about a drop down (data validation), it acts in the exact same way as if you had entered the data manually, and excel formulas only see the data in the cell as if it had been entered manually.

    Also, you have a circular reference error in your file. This is where a cell uses itself in a formula in that cell.
    You have a whole range that says...
    R16=IF($G$5=1,R6,R16)

    Not sure what you are trying to do there, but circ ref errors can give all sorts of unexpected results - best to avoid if possible
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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. List Worksheet Scenarios in drop-down via VBA
    By fournit in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-10-2019, 11:08 AM
  2. how to change Drag and Drop default from paste to insert? (without pressing "shift")
    By superlative in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-27-2018, 03:04 PM
  3. 'What If' Scenarios
    By Majestic1976 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-25-2017, 10:02 AM
  4. Display Scenarios Using a drop-down list
    By judasdac in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 09-23-2014, 12:31 AM
  5. Pressing Enter to skip rows:drop-down list
    By DoctorWard in forum Excel General
    Replies: 1
    Last Post: 06-07-2006, 02:15 PM
  6. [SOLVED] Scenarios
    By Peo Sjoblom in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-06-2005, 04:05 AM
  7. Scenarios
    By JosefS in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 11:05 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