+ Reply to Thread
Results 1 to 10 of 10

conditional formatting behaving differently on Mac vs Windows

  1. #1
    Registered User
    Join Date
    07-15-2015
    Location
    Fort Lauderdale, FL
    MS-Off Ver
    Microsoft Excel for Mac 2011 Version 14.0.0 (100825) (running on OS X 10.9.4)
    Posts
    4

    Question conditional formatting behaving differently on Mac vs Windows

    So I've got an excel doc with some simple conditional formatting set up and it works perfectly on my Mac. However, it doesn't work exactly the same for my co-worker, who is on Windows...

    I have just two rules set up:

    rule 1: If the cell in column 'O' contains "n/a", I want it to shade the entire row gray. My formula is: =IF($O1="n/a",TRUE,FALSE)
    rule 2: If the cell in column 'O' contains a date of today or any day prior, I want to shade the entire row red. My formula is: =IF(ISBLANK($O1),FALSE,IF($O1<=TODAY(),TRUE,FALSE))

    I have the applies to field for both set to: $A:$P

    The conditional formatting works perfectly on Mac - if 'O' is "n/a" the row is gray, if 'O' is a date <= today the row is red, if 'O' is blank or a date > today no special formatting is applied (and it looks that way - plain black font, no fill color).

    It mostly functions the same way on Windows - if 'O' is set to either "n/a" the row is gray, if 'O' is a date <= today the row is red...But if a row is gray or red and I change the value of cell 'O' to either blank or a date > today, only cell 'O' is returned to plain black font and no fill color - all the other cells in that row remain either red/gray. Why isn't this returning the entire row to the non-formatted state (plain black font, no fill color)?

    I've also tried rewriting my conditional formatting formulas like so to see if it would help, but it had no effect:
    =($O1="n/a")
    =AND(NOT(ISBLANK($O1)),$O1<=TODAY())

    FYI here are the versions we are running:
    Mac excel version: Microsoft Excel for Mac 2011 Version 14.0.0 (100825) (running on OS X 10.9.4)
    Windows excel version: Microsoft Office Excel 2007 (12.0.6718.5000) SP3 MSO (12.0.6721.5000) (running on Windows 8)

    So, any ideas? Thanks in advance!

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,732

    Re: conditional formatting behaving differently on Mac vs Windows

    its working fine for me in excel on windows 2013 version

    I dont think 2007 should have an issue - i can try later when i get to the 2007 PC
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Registered User
    Join Date
    07-15-2015
    Location
    Fort Lauderdale, FL
    MS-Off Ver
    Microsoft Excel for Mac 2011 Version 14.0.0 (100825) (running on OS X 10.9.4)
    Posts
    4

    Re: conditional formatting behaving differently on Mac vs Windows

    Quote Originally Posted by etaf View Post
    its working fine for me in excel on windows 2013 version

    I dont think 2007 should have an issue - i can try later when i get to the 2007 PC
    thanks for checking! looking forward to hearing your results with 2007 version...thanks!

  4. #4
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,732

    Re: conditional formatting behaving differently on Mac vs Windows

    works in 2007
    see attached

    BUT if i copy down then the format seems to change to just the cell
    because the range is added to and only the cells copied

    is that what you are doing ?

    you then get a range to apply to of
    =$A$1:$S$9,$O$9:$O$13

    see the change

    have a look ar the applicable range in your formatting and see if its still
    just $A:$P

  5. #5
    Registered User
    Join Date
    07-15-2015
    Location
    Fort Lauderdale, FL
    MS-Off Ver
    Microsoft Excel for Mac 2011 Version 14.0.0 (100825) (running on OS X 10.9.4)
    Posts
    4

    Re: conditional formatting behaving differently on Mac vs Windows

    Quote Originally Posted by etaf View Post
    BUT if i copy down then the format seems to change to just the cell
    because the range is added to and only the cells copied

    is that what you are doing ?
    No, I'm simply hitting the "delete" key in the cell containing the date, which makes the cell blank with no formating - but the rest of the cells in that row keep the prior formatting. Or, I'm simply changing the date by manually typing it in - again only that cell goes to blank formatting, the rest of the cells in the row keep the prior formatting.

    Quote Originally Posted by etaf View Post
    you then get a range to apply to of
    =$A$1:$S$9,$O$9:$O$13

    see the change

    have a look ar the applicable range in your formatting and see if its still
    just $A:$P
    Yeah, the applicable range is still $A:$P...

  6. #6
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,732

    Re: conditional formatting behaving differently on Mac vs Windows

    are you creating this in office 2007 ?
    or in office 2011 and copying to the windows PC

    it should work - not sure why

    sometimes when i get odd issues like this
    i start the sheet again

  7. #7
    Registered User
    Join Date
    07-15-2015
    Location
    Fort Lauderdale, FL
    MS-Off Ver
    Microsoft Excel for Mac 2011 Version 14.0.0 (100825) (running on OS X 10.9.4)
    Posts
    4

    Re: conditional formatting behaving differently on Mac vs Windows



    It was originally created on Mac Office 2011. Starting the sheet again would be a pretty arduous task...There's hundreds of rows and lots of columns...Damn!

  8. #8
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,732

    Re: conditional formatting behaving differently on Mac vs Windows

    you could just create a simple sheet in 2007 and see it work OK
    then do the same in 2011 and transfer and see if you get the same error

    its probably against the rules here , but its not really offline support - just verification
    if you wanted to email me the file, with some instructions on what sheet/cell you are using - I can see what happens

    PM sent with email address

  9. #9
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,732

    Re: conditional formatting behaving differently on Mac vs Windows

    you could just create a simple sheet in 2007 and see it work OK
    then do the same in 2011 and transfer and see if you get the same error

    its probably against the rules here , but its not really offline support - just verification
    if you wanted to email me the file, with some instructions on what sheet/cell you are using - I can see what happens

    PM sent with email address

  10. #10
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: conditional formatting behaving differently on Mac vs Windows

    In Excel 2010, you can use this if there is an error (any kind)
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Is that useable on a Mac instead of
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    <---------If you like someone's answer, click the star to the left of one of their posts to give them a reputation point for that answer.
    Ron W

+ 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. Opening xlsm files with conditional formatting opens with removed conditional formatting
    By Martijn.Steenbakker in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-07-2014, 05:38 AM
  2. Replies: 0
    Last Post: 09-20-2013, 11:15 AM
  3. [SOLVED] Enable / Disable Macros behaving differently in Excel 2003 from Windows XP to Windows 7
    By TC1980 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 06-21-2013, 09:09 AM
  4. [SOLVED] conditional formatting on mac to windows
    By iaminneedofhelp in forum Excel General
    Replies: 0
    Last Post: 05-22-2012, 02:32 PM
  5. Decimal Formatting in Windows English vs European Formatting
    By Drummer361 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-07-2006, 09:50 AM
  6. [SOLVED] DDE (VBA Excel) behaves differently in Windows XP
    By sjakie in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-14-2006, 09:10 AM
  7. Formatting text differently within a Msgbox
    By Linking to specific cells in pivot table in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-08-2005, 08:05 PM
  8. Conditional formatting behaving strangely
    By Danny J in forum Excel General
    Replies: 10
    Last Post: 01-12-2005, 08:06 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