+ Reply to Thread
Results 1 to 5 of 5

conditional formatting using macro for excel 2003

  1. #1
    Registered User
    Join Date
    02-07-2014
    Location
    portsmouth
    MS-Off Ver
    Excel 2003/2010
    Posts
    20

    conditional formatting using macro for excel 2003

    Hi all,
    another request for my works spreadsheet....I have data in columns A-R over multiple rows (integers, text and dates).
    Column F contains several drop down items (data validation from another sheet).
    I need the text of columns A-Q, in the appropriate row, to be blue if any option containing the word 'industry' is selected in column F (there are several industry options but all START with the word 'industry').
    I know excel 2010 allows this to be done with conditional formatting, but this doesn't work on 2003 versions. I suspect a macro is required, but can't find anything that fits.

    Again, I am unable to upload right now due to network restrictions at work...I will upload tonight at home.

    Any help in the interim would be much appreciated.

    Regards,

    Steve.

  2. #2
    Forum Expert
    Join Date
    04-22-2013
    Location
    .
    MS-Off Ver
    .
    Posts
    4,418

    Re: conditional formatting using macro for excel 2003

    high light columns A-Q and with A1 active set the conditional format formula to:
    =isnumber(find("industry",$F3))

    Edit: that would just be for containing, for starting with you would need to add =1:
    =isnumber(find("industry",$F3))=1

  3. #3
    Registered User
    Join Date
    02-07-2014
    Location
    portsmouth
    MS-Off Ver
    Excel 2003/2010
    Posts
    20

    Re: conditional formatting using macro for excel 2003

    Thanks for the answer, but i can't get this to work. Any other ideas please?

  4. #4
    Forum Expert
    Join Date
    04-22-2013
    Location
    .
    MS-Off Ver
    .
    Posts
    4,418

    Re: conditional formatting using macro for excel 2003

    Hi,

    Please find attached an example workbook with the conditional formatting implemented.
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    02-07-2014
    Location
    portsmouth
    MS-Off Ver
    Excel 2003/2010
    Posts
    20

    Re: conditional formatting using macro for excel 2003

    I looked at the sheet you attached, which worked a treat....however, copying that formula into mine didn't work!
    Will that type of conditional formatting work on excel 2003? I did have it working on 2010, but it failed on 2003.
    Please find my spreadsheet attached.....don't pay too much attention to the macro coding...it's probably very messy, but it works! lol

    Steves tracker.xls

    Many thanks,

    Steve.

+ 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 in Excel 2003
    By muslehed in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-02-2014, 08:10 AM
  2. Conditional formatting in Excel 2003
    By kisboros in forum Excel General
    Replies: 5
    Last Post: 02-21-2012, 06:01 PM
  3. Excel 2003- Conditional Formatting
    By samced in forum Excel General
    Replies: 1
    Last Post: 10-14-2009, 12:24 PM
  4. Excel 2003 - Conditional Formatting
    By jre1229 in forum Excel General
    Replies: 12
    Last Post: 06-19-2008, 04:08 PM
  5. Conditional Formatting or VB in Excel 2003
    By garyk007 in forum Excel General
    Replies: 3
    Last Post: 11-22-2007, 08:33 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