+ Reply to Thread
Results 1 to 5 of 5

Conditional Formatting to show if a formula has been changed

  1. #1
    Registered User
    Join Date
    11-11-2013
    Location
    United Kingdom
    MS-Off Ver
    Excel 2010
    Posts
    4

    Unhappy Conditional Formatting to show if a formula has been changed

    Hi,

    I need to conditional format a range of cells containing a formula to show if they have been overwritten or changed.

    I would like them to highlight the cell orange.

    I need to do this in instances both where the formula remains constant, and also where it may change due to the cell changing, i.e when a formula is dragged down.

    If anyone knows how to do this it would be massively appreciated.

    Thanks

  2. #2
    Forum Expert ben_hensel's Avatar
    Join Date
    01-26-2012
    Location
    Northeast USA
    MS-Off Ver
    Office 365
    Posts
    2,043

    Re: Conditional Formatting to show if a formula has been changed

    I dunno how to do that without getting into VBA, rather than conditional formatting / functions.

    Does the built in Track Changes functionality not fit your needs?

  3. #3
    Registered User
    Join Date
    11-11-2013
    Location
    United Kingdom
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: Conditional Formatting to show if a formula has been changed

    Hi - No the track changes is no good in this situation as I would like the sheet to be used by multiple users and really want something that flashes up if visually if something is changed.

    Any other bright ideas?

  4. #4
    Forum Expert ben_hensel's Avatar
    Join Date
    01-26-2012
    Location
    Northeast USA
    MS-Off Ver
    Office 365
    Posts
    2,043

    Re: Conditional Formatting to show if a formula has been changed

    In that case the simpliest solution I've found is from a thread on Mr.Excel from June 2001 where Aladin Akyurek described probably the simpliest non-"Hello World" UDF (user defined fuction) I've ever seen:

    Please Login or Register  to view this content.
    That returns a boolean, much like ISNUMBER or ISTEXT.

    Anyway you conditional format cell A1 with whatever font you want using the function rule
    =ISFORMULA(A1)

    Then you apply it to whatever range of cells you want to check.

    Hope that helps.

    EDIT:
    If I'm misunderstanding and you just want to reproduce the functionality of track changes with conditional formatting instead of distinguising formulas from inputs, then check out this thread on superuser.
    Last edited by ben_hensel; 11-12-2013 at 11:23 AM.

  5. #5
    Registered User
    Join Date
    11-11-2013
    Location
    United Kingdom
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: Conditional Formatting to show if a formula has been changed

    Thanks very much for your help Ben. I will try this out on Friday (very busy week!)

+ 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] Conditional Formatting that highlights cells if data has changed
    By jonathan.haynes in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 08-09-2013, 05:07 AM
  2. [SOLVED] Conditional formatting reference behavior changed after upgrade
    By justmatt in forum Excel General
    Replies: 4
    Last Post: 06-10-2012, 07:23 PM
  3. Conditional Formatting to show age of invoice?
    By leven in forum Excel General
    Replies: 9
    Last Post: 06-08-2012, 09:31 AM
  4. Trying to use conditional formatting to show if any text cell has been changed
    By abbelougee in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-24-2011, 07:31 PM
  5. Formatting changed by formula ??
    By dpenny in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-03-2007, 06:48 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