+ Reply to Thread
Results 1 to 2 of 2

Override lookup values.

  1. #1
    Forum Contributor
    Join Date
    05-05-2004
    MS-Off Ver
    Office 365
    Posts
    651

    Override lookup values.

    F7 will be a pre loaded number but the client has the ability to override that number by selecting a new number via drop down in F7. IF a client DOES select a number I need the G7 slot then to perform a lookup of the new response.

    However, the client ALSO has the ability to CHANGE the LOOKUP value in G7 thereby wiping out the formula that currently resides there.

    I would like to not have to require the client to have to click a "reset" button or something like that to reset the formulas and return the override to null.

    Any ideas on how to make this work better?
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    02-11-2014
    Location
    New York
    MS-Off Ver
    Excel 365 (Windows)
    Posts
    5,947

    Re: Override lookup values.

    Use E7 for the default, and F7 for the client, and in G7 use this formula

    =VLOOKUP(IF(F7<>"",F7,E7),A1:B10,2,FALSE)
    Bernie Deitrick
    Excel MVP 2000-2010

+ 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. I need a way to create override cell values to create defaults
    By jshrader in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 03-26-2015, 02:19 PM
  2. I need a way to create override cell values to create defaults
    By jshrader in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-19-2015, 11:31 AM
  3. Need help to override cell values using macro
    By sasindiv in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-09-2013, 12:46 PM
  4. [SOLVED] Need a lookup to extract data table based on four criteria & override user input
    By Marvelous in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 08-01-2013, 12:54 PM
  5. Override v lookup
    By benswelding in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-31-2011, 10:26 AM
  6. Replies: 1
    Last Post: 01-27-2006, 12:00 AM
  7. Override No Zero Values ?
    By Al Franz in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-19-2005, 06:06 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