+ Reply to Thread
Results 1 to 4 of 4

How do i conditional format a row with reference from column?

Hybrid View

  1. #1
    Registered User
    Join Date
    09-20-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2003
    Posts
    13

    How do i conditional format a row with reference from column?

    Hi,

    I'm trying to create this spreadsheet that helps me to identify the employee that works OT for the particular month, & colour format is the cell value is > 0.
    I understand that we can manually colour the cells ourselves, but it makes no sense for me to do it manually if my company has over 300ppl..

    Attached is an extraction of the spreadsheet that I'm building up..
    The "Employee(End Prod)" tab is the desired end product of the format that i wanted in case my explanation is confusing..


    Thanks in adv!
    Attached Files Attached Files
    Last edited by radicrains; 02-07-2012 at 02:25 AM.

  2. #2
    Registered User
    Join Date
    09-20-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2003
    Posts
    13

    Re: How do i conditional format a row with reference from column?

    Hi again guys,

    Its alright, my colleague & i have manage to solve the situation..

    All i needed to do was go to conditional formatting>select "formula is"

    =IF(AND($E5="Overtime",F4>0),1,0)

    Set the format of the cell if the condition is true.

    OK.

    Copy & Paste Special it to the entire workbook..
    Attached is the solution..


    Enjoy!
    Attached Files Attached Files

  3. #3
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,455

    Re: How do i conditional format a row with reference from column?

    Glad you found your solution
    You can still shorten it a bit using =AND($E5="Overtime",F4>0) . When evaluated as true by XL, the formatting is applied

  4. #4
    Registered User
    Join Date
    09-20-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2003
    Posts
    13

    Re: How do i conditional format a row with reference from column?

    NICEEEEEE!

    Thanks!

+ 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