Conditonal formatting with expiration date dependant on dropdown menu selection

Hello all,
I've got an interesting one for you.
I'm creating a report tracking excel spreadsheet. I have to suspense the return of the report. That being said I want to find a way that I can have the row turn red if the suspense date is past but only if the another cell does not have a specific selection
from a drop down menu selected.
Specifics:
J2 starts the column for the suspense date. G2 Starts the Drop down list. If the G2 (drop down) has anything selected other than "Complete" The row should be red. Once "Compete" is selected the rule should now longer be employed.

Thanks for the quick reply George. Sorry for the confusion. Suspense is the military term we use. Basically, I send a report to someone and they are required to get it back to me by the suspense date (or due date). Its just the date in which they are required
to send the report back to me. Until it is returned, the report is still "in suspense." That is why once the "Complete" is selected in G2 form the drop down list, I woul dlike the rule to no longer be applied. Does that answer/clarify your
question?
Thanks again Jeremy

Similar Messages

  • Conditional format with large data fails and show error as "Selection is too large" in Excel 2007

    I am facing a issue in paste special operation using conditional formats for large data in Excel 2007
    I have uploaded a file at below given location. 
    http://sdrv.ms/1fYC9qE
    The file contains two sheets, Sheet "Data" contains the data on which formats are to be applied and sheet "FormatTables" contains the format tables which contains conditional formating.
    There are two table in "FormatTables" sheet. Both have some conditional formats applied on it. 
    Case 1: 
    1. Select the table range of Table1 i.e $A$2:$AV$2
    2. Copy it
    3. Goto Sheet "Data" 
    4. Select data area i.e $A$1:$AV$20664
    5. Perform a paste special operation on full range and select "Formats" option while performing paste special.
    Result:
    It throws error as "Selection is too large"
    Case 2:
    1. Select the table range of Table2 i.e $A$5:$AV$5
    2. Copy it
    3. Goto Sheet "Data" 
    4. Select data area i.e $A$1:$AV$20664
    5. Perform a paste special operation on full range and select "Formats" option while performing paste special.
    Result:
    Formats get applied successfully.
    Both are the same format tables with same no of column and applied to same data range($A$1:$AV$20664) where one of the case works and another fails.
    The only diffrence is Table1 has appliesTo range($A$2:$T$2) as partial of total table range($A$2:$AV$2) whereas the Table2 has appliesTo range($A$5:$AV$5) same as of its total table range($A$5:$AV$5)
    NOTE : This issue is only in Excel 2007

    Excel 2007 No Supporting formating to take a formatting form another if source table has more then 16000 rows and if you want to do that in more then it then you have ot inset 1 more row in your format table to have 3 rows
    like: A1:AV3
    then try to copy that formating and apply
    Solution Case 1: 
    1.Select the table range of Table1 i.e AV21 and drage it down to one row down
    2. Select the table range of Table1 i.e $A$2:$AV$3
    3. Copy it
    4. Goto Sheet "Data" 
    5. Select data area i.e $A$1:$AV$20664
    6. Perform a paste special operation on full range and select "Formats" option while performing paste special

  • DVD with expiration date

    Is it possible to create a DVD with some sort of expiration date. I know its crazy, but I've got a client that has to do a distribution internally, and they don't want to information to be accessible after a certain date. I know the best way would just be to do a web clip, and then pull the file down afterward.
    I was thinking that at some point about 3 or 4 years ago, there was a rental service that would supply customers with a dvd, that after a week or so would not work in the player anymore.
    Any ideas if this is possible. If not in DVDSP, how about in another software app?
    Thanks,
    Chris

    Eric Pautsch1 wrote:
    Staples here in the US is now stocking self destructing discs:
    http://www.electronichouse.com/article/staplesto_stock_self_destructdvds/
    Gak, it is back again. I am not sure I see the point of it. With Netflix and Blockbuster offering home delivery, Apple iTunes and others figuring out the download market and with improvements to come, seems like a waste of resources (as they note about recycling) ... I guess the market will be one way out the door so you do not have to return anything.
    Wonder what is in those chemicals

  • Material with Expiration date without Batch Management

    Hi,
    Is it possible to give the expiration date for the Material without Batch Management, during GR.
    Aktar

    Hi
    please find below link. It may help you.
    http://help.sap.com/saphelp_47x200/helpdata/en/a5/63349443a211d189410000e829fbbd/content.htm
    regards
    Srinivas

  • Drawing Export in SAP with expiration date

    Hello,
    I am trying to get a solution how I can set up an expiration date for PDF-drawings which an user exports from our SAP archive. Is there still a solution from Adobe?

    http://www.adobe.com/products/livecycle/rightsmanagement/

  • Crystal reports with static list parameter : blank dropdown menu

    Hi,
    I've created a very simple report displaying customer order (ordr and rdr1)
    it has :
    parameter DocKey@  used in the selection formula    DocKey@=DocEntry
    It also has another parameter : static list with 2 entries
          - 1 : normal presentation
          -  2 : proforma presentation
    The user has to choose between option 1 or 2 before displaying the report
    Using the report in the Crystal application is OK : i can choose between option 1 and 2 in a dropdown list
    If i use the Addin Menu // preview in SAP : i can choose in the dropdown menu
    If i import my report in SAP and i try to preview it : the dropdown menu is empty and i cannot select anything
    Anyone has the same problem ?
    I use SAp SBO 8.8 pl 00 hotfix 14
    I 've the same report worrking on a sap sbo 8.8 sp 00 pl 11
    thanks for your help

    Hi and thanks for your help
    I've tried with and without default values : no changes
    I've tested with the last pl (18) and it works fine : no blank dropdown menu , i can select a value for my static parameter !
    Edited by: Antoine TESSIER on Jan 6, 2011 11:47 AM

  • Resetting a dropdown menu selection

    I am using a dropdown menu as a form of navigation between screens. On screen one you drop the menu down and can choose to go to screen two. However, when I come back to screen one the drop down menu remains on the "Screen Two" option. Is there
    any way to reset the drop down menu to say"Screen One" upon leaving the page?
    Thank you!

    The only way I know about is to reset dropdown each time you navigate back to Screen1. To do that just set a variable in screen1 property
    OnVisible
    UpdateContext({active: true})
    and in screen1 property OnHidden
    UpdateContext({active: false})
    Then in dropdown visual add this in Items
    If(active=true, .... your data source here ...)
    Or perhaps easiest way is instead of resetting datasource of dropdown, you can reset  dropdown default by adding this into
    Default property of dropdown
    If(active=true, "Screen1")

  • How to make dropdown menu selection create more text fields?

    I did some searching and am unable to find an answer for this. It could be because I don't know the name of what I'm trying to do (I'm a total LiveCycle Designer noob). I tried to find guides but they seem to be for newer versions of Designer (I'm using 8.2) so I'll ask here:
    I'd like specific text fields to appear after a pulldown menu option is selected (empty fields w/ the captions already filled in). How can I go about doing this?
    Thanks in advance!

    The script I see when I click on the dropdown menu in question:
    form1.#subform[0].DropDownList4::initialize - (FormCalc, client)
    form1.#subform[0].DropDownList4::enter - (FormCalc, client)
    form1.#subform[0].DropDownList4::exit - (FormCalc, client)
    form1.#subform[0].DropDownList4::calculate - (FormCalc, client)
    form1.#subform[0].DropDownList4::validate - (FormCalc, client)
    form1.#subform[0].DropDownList4::preOpen - (FormCalc, client)
    form1.#subform[0].DropDownList4::postOpen - (FormCalc, client)
    form1.#subform[0].DropDownList4::mouseEnter - (FormCalc, client)
    form1.#subform[0].DropDownList4::mouseExit - (FormCalc, client)
    form1.#subform[0].DropDownList4::change - (FormCalc, client)
    form1.#subform[0].DropDownList4::full - (FormCalc, client)
    form1.#subform[0].DropDownList4::mouseUp - (FormCalc, client)
    form1.#subform[0].DropDownList4::mouseDown - (FormCalc, client)
    form1.#subform[0].DropDownList4::click - (FormCalc, client)
    form1.#subform[0].DropDownList4::preSave - (FormCalc, client)
    form1.#subform[0].DropDownList4::postSave - (FormCalc, client)
    form1.#subform[0].DropDownList4::prePrint - (FormCalc, client)
    form1.#subform[0].DropDownList4::postPrint - (FormCalc, client)
    form1.#subform[0].DropDownList4::preSubmit:form - (FormCalc, client)
    form1.#subform[0].DropDownList4::postSubmit:form - (FormCalc, client)
    form1.#subform[0].DropDownList4::docReady - (FormCalc, client)
    form1.#subform[0].DropDownList4::docClose - (FormCalc, client)
    form1.#subform[0].DropDownList4::ready:form - (FormCalc, client)
    form1.#subform[0].DropDownList4::ready:layout - (FormCalc, client)

  • Formating with Zero data Out takes 18 days..?!

    I want to format my iMac with zero out data, but it takes 18 days for a 500Gb HD.
    (I'm not even going to comment on the 35-pass format)
    Now this is obviously ridiculous, and i'm now trying to decide if it's worth waiting,
    or do I just smash the screen with a sledgehammer right away.  The iMac started
    getting slower and slower everyday a few months ago, and now it takes an average
    of 49 minutes to load google.com.  Way to go!   I've had it for 5 years now.
    I browsed a lot but can't find any solution.  Any Ideas?

    Just Re-partition and format then reinstall the OS. If it is still slow then you have a hardware problem. More then likely the drive is failing, Replace it.

  • Sales orders with expired dates should not consider in MRP

    Hi,
    My requirement is that when i m running MRP for sales order for which expiry date has already been lapsed or over.sysyem should not create any mrp elements(Planned order) for such Sales orders.
    We have maintained one Z table which gives the validity period(Expiry date) for sales order according to their respective division.
    if MRP running date lies after the date of expiry of sales order, system shoul not allow to run MRP for that sales order or it should pop some message while executing MRP run before saving it.
    How we can achieve this?
    Pls suggest.....
    Rgds,
    Yogesh Thorat..

    Since as per standard, there is no concept called validity period for sale order and you are maintaining in a zee table, definitely your requirement has to be met with user exit or function module or some enhancements.
    Perhaps, you can try with MRP Enhancements
    a)  LMDR2001  or
    b)  LMDZU001
    to meet your requirement.
    thanks
    G. Lakshmipathi

  • How to create a QuickTime Movie with expiration date?

    I´m looking for a solution to protect QuickTime files with a pwd that one have to enter after a specific time. Is it possible?
    Thanks for your help
    Bjoern

    I´m looking for a solution to protect QuickTime files with a pwd that one have to enter after a specific time. Is it possible?
    No.
    (52272)

  • OIM 11g support for Temporary roles with expiration date

    Dear All,
    Is there a support provided for temporary roles in OIM 11g?
    If not, what is the recommendation as for implementation?
    Kind regards
    Maria Adair

    I'm also interested if someone has any recommendation as for how to implement such a feature. Anyone has any ideas?

  • Rendering PDF with Windows.Data.Pdf and allowing text selection

    Hi there,
    I need to render a PDF and allow the user to select text on the PDF.
    As I see, Windows.Data.Pdf does not support more than returning an image.
    Even so, how can I achieve my goal? The Windows 8 app "Reader" has this capability but I don't understand how it works.
    BTW: I have tested other renderers but they have rendering issues with some complex PDF content (complex: RTL).
    Thanks,
    Lidan

    Hi Lidan,
    Unfortunately, the built-in PDF feature has not provided select text on the PDF. You can send your request on UserVoice to ask public that API.
    https://wpdev.uservoice.com/forums/110705-dev-platform.
    Looking for a work around, you can use your favor search engine to look some third party library.
    Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Location problem with Print data popup in a menu

    JDev 11.1.1.3
    I have a menu with a menu item defined to print a report.
    I use a popup to capture the start_date and end_date and a go button to call the report.
    The popup works fine - I get the popup.
    To do this - I drag the popup onto the page, add the button and fields.
    Then I add the show popup behavior to the menu item (cmi16 in this case)
    I define the popup to show "startAfter" with a trigger type "click" with cmi16 as the alignId.
    When I run the screen - the popup always displays in the upper right corner (0,0) - everything is correct - just the location is wrong.
    I have tried all the options for the alighment - always the same.
    Basically I want it to display either to the right of or under the menu item.
    Is there a way to do this?

    Hi,
    did you configure the "cmi16" reference using Oracle JDeveloper ? Chances are that "cmi16 " is contained in a naming container in which case the ID to reference is namingCintainerId:cmi16 . Also, I would use "action" as the type, not "click". Because people that use the tab to get to the popup launcher wont be able to start it with hitting enter (only the mouse works in your case)
    Frank

  • Query To update a date column with a date of my interest

    All,
    How to update a column in a table which is in date format with a date of my interest??
    Pls suggest.

    Please detail :
    1. what exactly you are trying to do
    2. what exactly you have done
    Nicolas.

Maybe you are looking for