+ Reply to Thread
Results 1 to 8 of 8

Conditional Formatting to reflect manual input of data

  1. #1
    Registered User
    Join Date
    02-21-2017
    Location
    Norway
    MS-Off Ver
    2016 (Win10)
    Posts
    76

    Conditional Formatting to reflect manual input of data

    HI, I need some advise for conditional formatting in Excel.

    I am trying to build a forecasting model in excel. It is a large workbook that involve lots of formulas. sometimes user might want to remove the formula and manually input the figures to change the assumptions to reflect the current status.

    How can I use conditional formatting that the cell will reflect a different font color or cell color when the figures in the cell is manually input?

    For Example

    Assumption - Cost for the next 5 years will be inflated by 10%

    Year 0 = $100 (assuming this cell is A2)
    Year 1 = A2 * 110%
    Year 2 = A3 * 110%
    Year 3 = A4 * 110%
    Year 4 = A5 * 110%
    Year 5 = A6 * 110%

    But when Year 1 comes close to ending, user might want to replace the formula with absolute figures or their simplified addition

    Year 0 = $100 (assuming this cell is A2)
    Year 1 = $120
    Year 2 = A3 * 110%
    Year 3 = A4 * 110%
    Year 4 = A5 * 110%
    Year 5 = A6 * 110%


    Is it possible to use conditional formattign to reflect Year 1 figure as diffent font color or cell is a different color because it is a manual input. OR maybe there is other way to reflect this?
    Last edited by fornight; 03-03-2017 at 07:46 AM.

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,425

    Re: Conditional Formatting to reflect manual input of data

    You have a couple of choices. Upgrade to Excel 2013 which has a new ISFORMULA function or, in earlier versions, use a VBA User Defined Function (UDF).

    http://www.ozgrid.com/VBA/ExcelIsFormula.htm
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  3. #3
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,025

    Re: Conditional Formatting to reflect manual input of data

    use this as your CF formula in A3 (repeat A3) and applied to all cells below.

    =A3<>1.1*A2
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  4. #4
    Registered User
    Join Date
    02-21-2017
    Location
    Norway
    MS-Off Ver
    2016 (Win10)
    Posts
    76

    Re: Conditional Formatting to reflect manual input of data

    Quote Originally Posted by Glenn Kennedy View Post
    use this as your CF formula in A3 (repeat A3) and applied to all cells below.

    =A3<>1.1*A2
    Hi, that means i need to set a new formula in the conditional formatting for every cells? That is a lot of cells to insert formula in the conditional formatting

  5. #5
    Registered User
    Join Date
    02-21-2017
    Location
    Norway
    MS-Off Ver
    2016 (Win10)
    Posts
    76

    Re: Conditional Formatting to reflect manual input of data

    Quote Originally Posted by TMS View Post
    You have a couple of choices. Upgrade to Excel 2013 which has a new ISFORMULA function or, in earlier versions, use a VBA User Defined Function (UDF).

    http://www.ozgrid.com/VBA/ExcelIsFormula.htm
    We are using excel 2010 now. I would like to avoid VB because the model will eventually be maintained by normal users and they might not have knowledge of VB.

  6. #6
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,425

    Re: Conditional Formatting to reflect manual input of data

    Hi, that means i need to set a new formula in the conditional formatting for every cells? That is a lot of cells to insert formula in the conditional formatting
    No, just select A3 down and apply the formula. This is a specific solution in that it is testing the actual value against the anticipated calculated value.

    However, given you have ruled out the options I suggested, you don't have many choices.

    Bear in mind that the solution Glenn has offered might not highlight cells that just happen to be 10% greater than the previous entry.

  7. #7
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,025

    Re: Conditional Formatting to reflect manual input of data

    No. You do it once and copy the format to all cells. A one-step operation. Did you look at the sheet?

  8. #8
    Registered User
    Join Date
    02-21-2017
    Location
    Norway
    MS-Off Ver
    2016 (Win10)
    Posts
    76

    Re: Conditional Formatting to reflect manual input of data

    Thanks! It works!

+ 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] Chart not changing to reflect data formatting
    By danfullwood in forum Excel Charting & Pivots
    Replies: 4
    Last Post: 03-24-2016, 10:38 AM
  2. [SOLVED] auto fill data after manual input of other data in same cell
    By esoto56 in forum Excel General
    Replies: 6
    Last Post: 10-27-2015, 04:18 PM
  3. [SOLVED] Allow manual conditional formatting
    By welshman010 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 06-06-2014, 10:07 PM
  4. Conditional Formatting to Reflect 2 Outcomes
    By Andaw in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-03-2014, 07:26 AM
  5. Help using conditional formatting to reflect a list of multi-day events
    By sfrischknecht in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-09-2013, 12:09 PM
  6. How to keep 1 column of manual input data associated with auto-update columns
    By excel.use in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 03-06-2012, 04:04 PM
  7. Replies: 0
    Last Post: 10-21-2009, 11:00 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