+ Reply to Thread
Results 1 to 6 of 6

Copy the conditional formatting formula rules with the corresponding cell references

  1. #1
    Registered User
    Join Date
    08-07-2012
    Location
    India
    MS-Off Ver
    Microsoft office home and student 2016 (Windows 10 Home 64bit)
    Posts
    98

    Copy the conditional formatting formula rules with the corresponding cell references

    Hello friends,

    I'm trying to copy and paste this formatting into hundreds of cells and I have to edit each individual condition for each cell in each individual range.

    I have two sheets, intraday, and screener, and I have done there what kind of conditional formatting is needed.
    Please check intraday - C3, C4, and screeners B2 and C2.

    It would be better if this is done through VBA otherwise a conditional formatting formula that works in less time would be preferable.
    Please please please provide me a solution.

    Attaching an excel file for reference.
    Attached Files Attached Files

  2. #2
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Copy the conditional formatting formula rules with the corresponding cell references

    You do not need to change the conditional formatting for each individual cell. If you go into "Home / Conditional Formatting / Manage Rules" and each of the handful of rules you currently have will have an "Applies To" section.
    At present you have just one cell in there, but you can specify a range. For example if you put =$C$3:$C$100 in the applies to section the same rule will be applied to all cells from C3 down to C100 in one go.

    BSB

  3. #3
    Registered User
    Join Date
    08-07-2012
    Location
    India
    MS-Off Ver
    Microsoft office home and student 2016 (Windows 10 Home 64bit)
    Posts
    98

    Re: Copy the conditional formatting formula rules with the corresponding cell references

    Wow, thanks sir,
    half of my problem is solved (Intraday sheet)

    Now Screener sheet sir

  4. #4
    Registered User
    Join Date
    08-07-2012
    Location
    India
    MS-Off Ver
    Microsoft office home and student 2016 (Windows 10 Home 64bit)
    Posts
    98

    Re: Copy the conditional formatting formula rules with the corresponding cell references

    sir any update, please

  5. #5
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,568

    Re: Copy the conditional formatting formula rules with the corresponding cell references

    This proposal employs helper columns (M:V)
    1. The helper columns are populated using: =INDEX(Intraday!$C$3:$C$93,MATCH(B2,Intraday!$B$3:$B$93,0))
    2. The conditional formatting applied to B2:K10 is: =M2="SELL WAIT"
    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  6. #6
    Registered User
    Join Date
    08-07-2012
    Location
    India
    MS-Off Ver
    Microsoft office home and student 2016 (Windows 10 Home 64bit)
    Posts
    98

    Re: Copy the conditional formatting formula rules with the corresponding cell references

    First of all, sorry for the late response and thank you very much. Sir, I will check and let you know.

+ 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: 3
    Last Post: 08-01-2019, 01:35 PM
  2. Is it possible to copy conditional formatting rules?
    By isychos in forum Excel General
    Replies: 8
    Last Post: 10-15-2018, 05:00 PM
  3. Replies: 2
    Last Post: 09-07-2018, 10:07 AM
  4. Replies: 2
    Last Post: 05-22-2017, 03:12 PM
  5. [SOLVED] Conditional formatting: Copying styles and formula, but with different cell references
    By tays01s in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 05-26-2013, 02:34 AM
  6. 3+ Conditional Formatting Rules for cell range based on Formula from other cells
    By osborsm9 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 02-06-2013, 08:48 PM
  7. [SOLVED] Conditional Formatting - Copy vs Cell References
    By hensj in forum Excel General
    Replies: 2
    Last Post: 09-14-2012, 09:52 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