+ Reply to Thread
Results 1 to 2 of 2

Formula Help with Attached Spreadsheet Needed -Many Thanks in Advance

  1. #1
    Registered User
    Join Date
    07-18-2016
    Location
    Illinois
    MS-Off Ver
    2010
    Posts
    53

    Formula Help with Attached Spreadsheet Needed -Many Thanks in Advance

    Good afternoon,

    I'm trying to get column k of the attached spreadsheet to populate based on some conditions. I'd like each column row in column k to either be Green, Amber or Red, but based the criteria from column e and column h.

    BTW, today's date is listed in L1.

    For example, if H4 is less than today's date and e4 is "in-progress" i'd like k4 to say, "Green".
    If E4 is marked "completed" would like k4 to say "Green"
    If H4 within 3 days of today's date and "in-progress" would like k4 to say "amber"
    If E4 is marked "Risk", and before = h4 date, would like k4 to say "amber"
    If H4 passes today's date, would like k4 to say "red"
    If H4 is marked "Late" would like k4 to say "red"

    Appreciate the help. Thank you =)

    Please see attached test sheet.
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    02-04-2009
    Location
    Texas
    MS-Off Ver
    Excel 2016
    Posts
    665

    Re: Formula Help with Attached Spreadsheet Needed -Many Thanks in Advance

    Do you want text or colors? (If colors then us Conditional formatting (but that can get touchy)
    I assume H - will always be a date and E will be Completed,In Progress, Risk and Late

    You can do a nested IF statement : If(Condition,True,If(Condition,True,If(Condition,True,False)))
    Nail down the conditions
    E "Completed" THEN Green
    H>Today() THEN "Red"
    E "In Process" AND H-Today<3 THEN Amber
    E "In Process" THEN Green
    E "Risk" THEN "Amber"

    The Statements are evaluated in order As soon as True is found - the formula is done

+ 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] Formula Needed to populate info from one sheet to another based on cell entry, WS attached
    By excelteam777 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 02-28-2017, 12:45 PM
  2. [SOLVED] Formula needed to populate text from one sheet into a cell on another-WS attached
    By excelteam777 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-28-2017, 12:59 AM
  3. Help needed to fix INT MOD formula (sample attached)
    By hulot in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-29-2015, 09:56 AM
  4. [SOLVED] sumif & countif formula needed based on dd/mm/yy format - worksheet attached
    By excelteam777 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-28-2013, 11:32 AM
  5. [SOLVED] Formula needed for counting cells based on today's date - see attached worksheet
    By excelteam777 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 11-16-2013, 07:06 PM
  6. Worksheet Attached - Formula needed to calculate commissions vs date and Emp ID #
    By excelteam777 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-02-2013, 12:36 AM
  7. [SOLVED] Formula needed for auto fill across multiple worksheets-see attached spreadsheet
    By excelteam777 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-11-2013, 10:38 PM

Tags for this Thread

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