+ Reply to Thread
Results 1 to 6 of 6

Workday formula on a Conditional Formatting

  1. #1
    Registered User
    Join Date
    10-11-2007
    Posts
    31

    Workday formula on a Conditional Formatting

    Hello, I am having an issue, because aparently workday formula does not work in conditional formattings.
    I have the two formulas below to use in conditional formattings, but I can't figure out how to re-write them so that Excel will allow me.


    Please Login or Register  to view this content.
    Please Login or Register  to view this content.

    Thanks for helping me before and sorry for posting previously in the wrong topic.
    Last edited by Kinna; 05-29-2009 at 02:57 PM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Workday formula on a Conditional Formatting

    Yes ATP functions don't work in Conditional Formatting..

    2 options:

    Easiest: Put those formulas in a cell within same row (should give TRUE/FALSE) results... then reference that cell in Conditional Formatting.. exammple formula: =$X1=TRUE where X1 holds the results of the formula

    Harder: Replace ATP with more complex Excel functions... see here how to replace Workday() function: ATP functions to Excel Functions.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    10-11-2007
    Posts
    31

    Re: Workday formula on a Conditional Formatting

    I'm trying the easiest one....

    So now I have four TRUE/FALSE columns (because I actually have 4 formulas/conditions)

    What I am trying to do in the conditional is =AND($IR3="TRUE";$IQ3="TRUE")
    I need excel to colour my cell if both are TRUE or if at least one is TRUE, if both are FALSE I don't neet to have it coloured, but this formula only coulours if both are true...

    (I have tried =OR($IR3="TRUE";$IQ3="TRUE") as well but it gets coloured all the time...)

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Workday formula on a Conditional Formatting

    Use the OR() version but don't put the TRUE in quotes...

    e.g.

    =OR($IR3=TRUE;$IQ3=TRUE)

  5. #5
    Registered User
    Join Date
    10-11-2007
    Posts
    31

    Re: Workday formula on a Conditional Formatting

    Wonderful! Thanks a lot!!!

  6. #6
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Workday formula on a Conditional Formatting

    No Problem...

    Note: You could have also simply used: =OR($IR3;$IQ3) but it is more confusing to understand as a formula... people tend to like the condition spelled out.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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