+ Reply to Thread
Results 1 to 4 of 4

Excel Online - Prompt User to confirm anytime cell in column is changed?

  1. #1
    Registered User
    Join Date
    08-10-2011
    Location
    Cali
    MS-Off Ver
    Excel 365
    Posts
    62

    Excel Online - Prompt User to confirm anytime cell in column is changed?

    Trying to put together a makeshift approval log for outgoing correspondence on some short notice. I cannot seem to figure a way to do this without VBA (there might now be) which won't work as we want the file online so that 1 or more of our 3 Project Managers can access at the same time.

    We have 3 PMs, each who need to give approval to a document in the log. They each have a column with a validated dropdown list to select either "Approve" or "Revise". What I would like, if possible, is to have a prompt, no matter what, asking the user to confirm the change in the dropdown list. So if a PM goes in and says "Approve" to item 5, it prompts and says "Are you sure you want to change Item 5 to approved".

    I could make this happen with VBA, but falling short without it. I think I can make it happen with validation if they put in the wrong cell value, but I need the prompt for any cell value including the correct values.

  2. #2
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,885

    Re: Excel Online - Prompt User to confirm anytime cell in column is changed?

    Data validation rules will only pop up a warning if you enter an incorrect value in the validated cell. If they're picking a valid value from a validation list, it will never be incorrect and thus won't pop up a warning or prevent them from selecting a value. The only way to do this would be VBA, to my knowledge.

    In VBA, you would just use the Worksheet_Change event and check to see if your range of validated cells has changed, for example:
    Please Login or Register  to view this content.

  3. #3
    Registered User
    Join Date
    08-10-2011
    Location
    Cali
    MS-Off Ver
    Excel 365
    Posts
    62

    Re: Excel Online - Prompt User to confirm anytime cell in column is changed?

    This is what i figured, although your code is much more succinct than mine would have been. Appreciate the input, sounds like no way to do with Excel online at this time (wonder if MS will be adding VBA support to excel online in the future, would be huge). May have to look into using google sheets for this since it could be self contained.

    thanks again

  4. #4
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Excel Online - Prompt User to confirm anytime cell in column is changed?

    A possible workaround. How important is the dropdown menu? After the first entry of both "Approve" and "Revise," Excel will autofill anyway. See if attached solution is acceptable (Col D). I set the Validation to "Warning" instead of "Stop." and the criteria to neither "Approve" or "Revise."
    Attached Files Attached Files
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

+ 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] Formula to confirm cell entries match existing table depending on user chosen on drop down
    By diddy47 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 02-01-2020, 04:22 PM
  2. Replies: 2
    Last Post: 04-04-2016, 11:47 AM
  3. How do I update a cell in column C with a date stamp anytime cells A,B,D,E,F
    By nikolastrum in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-30-2014, 01:19 PM
  4. Code to do Save as a specific cell value anytime the sheet is changed
    By superchew in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-23-2014, 12:14 PM
  5. [SOLVED] Prompt user to add a comment if cell is changed.
    By jayman5585 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 07-03-2013, 01:25 PM
  6. Replies: 5
    Last Post: 06-05-2006, 06:41 PM
  7. [SOLVED] how do I prompt a user to update a cell in Excel?
    By martb in forum Excel General
    Replies: 1
    Last Post: 09-12-2005, 09:05 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