+ Reply to Thread
Results 1 to 8 of 8

Re: Cell (text contents) act to trigger multiple cells.

Hybrid View

  1. #1
    Registered User
    Join Date
    12-09-2013
    Location
    cork
    MS-Off Ver
    Excel 2010
    Posts
    15

    Re: Cell (text contents) act to trigger multiple cells.

    Problem Description:

    Drop down list containing 5 stages of a typical sales cycle, i.e. client engaged, negotiation, prospect, Short-listed, Win/Close.
    These are locate in column B and each cell in column B has a drop down list with these 5 options.

    Now, based on which option is selected the corresponding cells in column C and D need to change. This change is defined as follows -

    Cells in column C, need to change colour ( i.e. blue, orange or red)
    Cells in column D, need to change to a percentage value (i.e. at intervals of 10%, 10%,20%, 30% ...etc to 100%)

    Column C (corresponding cell i.e. if B3, implies change to C3 respectively). In this case cell colour needs to change to one of three colours listed above.
    i.e. if cell in B2 has client engaged, C2 must show blue, Similarly if B2 has short-listed, C2 must show red.


    Column D, Equally, depending on colour in Column C, the percentage must automatically populate.
    Note, acceptable granularity is;

    0-30% = Blue
    31-50% = Orange
    51-100% = Red


    I have used conditional formatting options on a trial and error for testing the above, but not getting much progress. I suspect due to the multiple changes and different simultaneous changes i.e. colour and text, a Macro is most likely needed? (I have limited knowledge of VBA).

    In closing there are about 200 rows that need to have this capability. I.e. Contents of column B trigger respective cells in Column C and D.

    Hope this is clear and somebody here would be patient enough to walk me through the solution. Your effort in to arriving at a solution would be greatly appreciated.

    thank you,
    Attached Files Attached Files
    Last edited by Mr.Magoo; 07-07-2014 at 01:44 AM. Reason: recommendation to add sample work book to aid in illustrating problem

  2. #2
    Valued Forum Contributor Saarang84's Avatar
    Join Date
    02-19-2009
    Location
    Chennai, India
    MS-Off Ver
    XL 2003 to 2010
    Posts
    812

    Re: Cell (text contents) act to trigger multiple cells.

    Hi,

    Welcome to the Forum

    It would be more clear to understand your problem if you can upload a workbook with sample (insensitive) data.
    If my assistance has helped, there is a reputation icon * on the left hand corner below the post - you can show your appreciation to the user who has helped in resolving your requirement.

    If your requirement has been solved please mark your thread as Solved.
    In the menu bar above the very first post, select Thread Tools, then select "Mark this thread as Solved".

    Kindly use [FORMULA] or [CODE] tags when posting your code.

    Regards,
    Sarang

  3. #3
    Registered User
    Join Date
    12-09-2013
    Location
    cork
    MS-Off Ver
    Excel 2010
    Posts
    15

    Re: Cell (text contents) act to trigger multiple cells.

    thank you for the advise. Attached sample (incomplete) work book, but shows the respective columns and overall appearance, but is not automated in the manner required - hence the question. Please advise if possible.
    thank you in advance,

  4. #4
    Valued Forum Contributor Saarang84's Avatar
    Join Date
    02-19-2009
    Location
    Chennai, India
    MS-Off Ver
    XL 2003 to 2010
    Posts
    812

    Re: Cell (text contents) act to trigger multiple cells.

    Hi Niall,

    Refer attached workbook. Added some data validation and conditional formatting, which might help. Column C can be hidden if required.

    In column D if you are inputting % values, then you need to modify the conditional formatting accordingly. Is that something you can work with ?
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    12-09-2013
    Location
    cork
    MS-Off Ver
    Excel 2010
    Posts
    15

    Post Re: Cell (text contents) act to trigger multiple cells.

    Hi Saarang84,
    THIS TIME FILE ATTACHED....
    Many thanks for taking the time and effort into looking into this - much appreciated.

    I must start by apologies, I did not explain or provide a sufficient description of the problem. However, your work i have modified (please see modified sheet) to get one step closer to final solution.

    Gating item (remaining issue/problem).

    As you will see from the Modified tab, the SALES STAGE now triggers the relevant percentage.However, the requirement is that the SALES STAGE needs to trigger the respective colour and this in turn triggers the relevant percentage - i.e. that is depending on the sales stage cell contents, this sets the correspondence cell colour (cell located adjacent to the sales stage content) and this in turn triggers the percentage. (At present this is reversed and does not account for the colour trigger).

    Does this make sense?

    I believe the point is - what function can be used similar to a VLOOKUP perhaps that will return the cell colour. (In passing I have tried a VLLOOKUP on the cell colour but it merely returns a percentage (and its not to do with referring to the incorrect column, have that confirmed)).

    Insights much valued.

    Kind Regards,
    Niall
    Attached Files Attached Files

  6. #6
    Valued Forum Contributor Saarang84's Avatar
    Join Date
    02-19-2009
    Location
    Chennai, India
    MS-Off Ver
    XL 2003 to 2010
    Posts
    812

    Re: Cell (text contents) act to trigger multiple cells

    Hi Niall,

    Refer attached workbook. I've made a slight modification to the probability rate to highlight the cells with 0% in Grey color. Is this something you can work with?
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    12-09-2013
    Location
    cork
    MS-Off Ver
    Excel 2010
    Posts
    15

    Re: Cell (text contents) act to trigger multiple cells.

    You are an absolute legend! many thanks.
    Looking at how you did it - i.e. 4 conditional variables tied 4 inequalities. Seems easy once I see it, but must admit could not think it through that way.... hence I could not do it...

    thank you ever so much - hugely appreciated, given the fact you took time and effort into reading the background to the problem and put thought into the solution.
    thanks!

  8. #8
    Valued Forum Contributor Saarang84's Avatar
    Join Date
    02-19-2009
    Location
    Chennai, India
    MS-Off Ver
    XL 2003 to 2010
    Posts
    812

    Re: Cell (text contents) act to trigger multiple cells.

    Hi Niall,

    Welcome.. If you believe my assistance has helped, you can add to my reputation by clicking the * icon on the left hand corner below the post to show your appreciation.

+ 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. Replies: 6
    Last Post: 12-07-2012, 05:38 PM
  2. Replies: 1
    Last Post: 03-20-2012, 02:54 PM
  3. Replies: 0
    Last Post: 05-12-2011, 04:24 PM
  4. Replies: 1
    Last Post: 12-02-2010, 03:46 PM
  5. How do I combine the contents of multiple cells in one cell?
    By Debbie in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-16-2005, 07:10 PM

Tags for this Thread

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