Auto Delete in Excel

Is it possible to accomplish the following scenario?
G2 has an "X" in the cell
Once my imported data causes H2 to have a higher value than J2, I would like for the "X" in G2 to be automatically deleted. Obviously, I have 100's of rows that need to be able to do that, not just row 2.
That would enhance the conditional formatting that I have in my spreadsheet.
Thanks.

Well, neither really worked. I like the formula concept but if the cells have that formula, it gets erased when the x is typed in. The macro did the reverse. It added x's.
What I have is this:
When my available qty falls below the MIN, it turns the cells red. When I order those, I put an x in the Ordered column and it turns it back to green so I can skip it the next time. I filter by red so I know what I need to order. I just need an automatic
way for the x to be deleted once the available qty is more than the min.
       G                       H                            
I                        J
Ordered
Available QTY
Re-Order Amount
MIN
1000
2500
1001
1376
1000
501

Similar Messages

  • Auto Delete Watched TV shows from iTunes - Mac version

    My workflow is as follows:  eyeTV records to a folder, iVI picks up show, pulls in meta data and tags the show, converts it to Apple TV 3 format, deletes the orgininal .eyetv file, exports to iTunes in the proper folder (movie, TV, etc...)  Then it shows up on my Apple TV under home sharing with all the beautiful meta data and artwork.  The problem is when I am done watching my show I have to manually go to my computer (which is a headless mac mini running as a server) and delete the files.  It's a real PITA.  Is there anyway to auto delete shows with a watch status - or does anyone know where I can get ahold of an apple script or something to do this?
    Thanks,
    Travis

    Have you considered a smart playlist of unwatched TV shows.
    You can construct it like this:
    Select iTunes application, the in top menu,
        select 'File' then 'New Smart Playlist'
        'Media Kind'  is 'TV Show'  
       add another level with 'Plays' is 0
    Name the playlist 'Unwatched TV Shows'
    Once you watch the show, it will be removed from the play list.
    If you would like scripts, there is an excellent source of scripts,
    Google for "Doug' Applescripts".
    He has hundreds of scripts for various iTune tasks.
    Most are free but you can donate if you like.

  • Auto delete everything but specified folder contents from txt file

    Hey Guys,
    I am brand new to using Powershell (like 48 hours into using it for work) and I've run into a bit of an issue.  I've only taken a programming concept classes so some of the stuff makes sense to me but a lot of it is new.  Basically I've made a
    script that automatically deletes any files over X amount of days.  My next step is to have an exceptions text that will have a list of folders that should not have its contents deleted.  This is what I have so far.
    $Date= Get-Date 
    $Days = "7"
    $Folder = "C:\publicftp\users"
    $LastWrite = $Now.AddDays(-$Days)
    #----- getting DO NOT DELETE listing from TXT ----#
    $Exceptions = Get-Content "c:\exclude.txt"
    $Files = Get-Childitem $Folder -Recurse -Exclude "c:\exclude.txt" | Where {$_.LastWriteTime -le "$LastWrite"}
    foreach ($File in $Files)
        if ($File -ne $NULL)
            Remove-Item $File.FullName -Exclude $Exceptions | out-null
    I've seen a lot of threads that show how to auto delete contents or how to exclude specific file types but I haven't seen an answer to my particular problem.  Any help would be greatly appreciated!  Thanks!

    Hi Rabbot,
    The script below may be also helpful for you, and uses the -whatif parameter in Remove-Item cmdlet, which doesn’t actually remove anything but simply tells you what would happen if you did call Remove-Item.
    $Exceptions = @()
    Get-Content "c:\exclude.txt" | foreach{
    $Exceptions += $_} #store the exception file to array
    $Folder = "C:\publicftp\users"
    $LastWrite = (get-date).adddays(-7) #over 7 days.
    $Files = Get-Childitem $Folder -Recurse | Where {$_.LastWriteTime -le $LastWrite} #filter files which over 7 days.
    Foreach ($file in $files){
    if ($Exceptions -notcontains $file.fullname){ #if the file is not listed in the exception array.
    Remove-Item $File.FullName -whatif} #use -whatif to test
    I hope this helps.

  • Podcasts no longer "Auto Delete"

    Hello,
    Wasn't sure which forum was best for this but just wanted to voice my frustration with Itunes 7.7 and the fact that my podcasts no longer "Auto-Delete" after being played. I checked my settings for each podcast and they are still set to "AUto-Delete". If anyone has any suggestions, please respond.
    Thanks!

    The auto-delete functionality in iTunes refers to deleting the podcasts from your computer. The control for removing played podcasts from the device is on the podcasts tab available when the device is attached.
    Whether or not podcasts are auto-deleted from you computer is based on the podcasts settings in iTunes. The settings button is on the bottom of the podcasts page (next to the undelete button). In the popup window under "Settings for:", select "Podcast Defaults" to change to default for all podcasts, or a specific podcast that you want to behave differently from the default settings.
    When choosing "Podcast Defaults", the two selections at the bottom of the window will be unlocked. When choosing any single podcast, uncheck the "Use Defaults" checkbox to unlock these fields.
    Changing the selection "When new episodes are available:" will affect how many (zero, one, or all) podcasts to download.
    Changing the selection "Episodes to keep:" will affect which, if any, podcasts are auto-deleted.
    As to removing podcasts from the device, this changed for me with the most recent update to the iPod software. Podcasts are removed from the iPhone if they have been played, but they remain on the iPod until they have been deleted from iTunes. I have not experienced a case where a podcast persisted on the device after it was deleted from the computer. I am hopeful that Apple will fix this with the next iPod software update.

  • Adobe Reader leaving temp files, which are not auto-deleting.

    Adobe reader is leaving temp files all over and I can't delete them. The temp files are left in my "My Documents" folder, which is redirected to the server. Anytime I open a PDF, it leaves a temp file (ie:U17F7.tmp) and it does not auto-delete. The temp files are 0 bytes in size, just really annoying when my folders get cluttered with all these temp files.  I also cannot delete the files, because it says the location is incorrect. I am able to delete the temp files when I'm not connected to the company network. How do I get these temp files to remove themselves once I close out of Adobe Reader?  This is driving me crazy!

    Hi burdurboy05
    What is the version of reader that you're using?
    Are you trying to print files ?
    Did you try to uninstall and re-install the product?
    ~Mandy

  • Sent Items in Mail not Auto-Deleting

    Hi all,
    I have sent items in mail to auto delete when quitting mail but this is not happening. Any ideas?

    If I quit Mail manually, items get deleted.

  • Podcasts won't auto delete

    Have all my subscribed podcasts set to "keep all unplayed episodes"
    Once I have finished listening to an episode, it doesn't automatically delete, even when the next episode is downloaded
    I am getting a backlog of episodes all stored on my iPhone, with the only way to delete them being to do it manually, however when I do that they are removed from the list with no way of redownloading if I want to listen to them again.
    Anyone else having this problem?

    Having exactly the same problem. I've posted this on a few Apple related forums already - although admittedly not this one - but no answers yet. I get the feeling that other people are getting this to work so it's not a Podcast app bug.
    I'm deleting listened to podcasts manually by swiping right on the podcast once I've listened to it.
    I don't understand what I might not be doing - I have the podcast subscribed to and auto-delete is switched on and set to keep unplayed episodes only.
    I've tried leaving some for a while in case there's a 'schedule' of some sort for when these listened-to podcasts get deleted but nothing has happened so far..and that's after eight weeks!

  • Is there a way to set trash to auto-delete

    would like items in trash to auto-delete 30 days after being put into trash. is this possible?

    No not with any built-in settings. You could Applescript something to accomplish this (or something similar)
    However it is a bad idea to place things in the trash that you do not want to have removed immediately. The trash is not some kind  of holding area, you should assume that anything put in the trash is gone and only put things there that you do want gone.
    If you want a 30 day grace period on some items, setup another folder and put the things in there that you're not sure you want to delete and then run a script on that to move anything over 30 days to the trash (or delete immediately)

  • Is the trash in my trashbox auto deleted after so many days?

    I notice that the trash can't be cleared like my other boxes..Aparrently it auto deletes is this right?

    Cooljoe58 wrote:
    Aparrently it auto deletes is this right?
    No.
    Cooljoe58 wrote:
    I notice that the trash can't be cleared like my other boxes.
    Click on Help in the Finder Menu Bar and type Trash into the Search Window... Select from the displayed Topics.

  • Auto Deletion of Purchase Orders

    Hello
    Is anyone aware if there is a process available for auto delettion of purchase orders which have not been goods receipted within a given time frame
    Cheers
    Prakash

    Hi,
    As far as I know, there is no automatic report for deletion of purchase orders. Document deletion should be done manually, since it requires the user acknowledgment.
    Kind regards,
    Ricardo

  • Logical Standby - Log auto delete

    Hello Everybody,
    We are having a logical standby database which is working fine.. But the only concern is with deletion of archive logs that are applied..
    I wanted to auto delete the archives that are applied.. Till yesterday all the archives that had applied was getting deleted automatically.. But now some how its not getting deleted..
    Nothing has been changed since yesterday and i even checked alert log no error has been recorded but it just simply doesn't delete the archives..
    For a try i restarted SQL apply, its applying the archive logs but it doesn't delete the archives that are applied..
    Please any help or suggestions would be great.
    Thanks

    Thanks for your response..
    As per the links you provided, these links are for archive deletion policy for primary and physical standby which we configure using RMAN..
    But in Logical Standby case archive logs are automatically deleted after its applied...
    So when ever we start sql apply following are the alert entries and it should automatically delete archives after it gets applied..
    ALTER DATABASE START LOGICAL STANDBY APPLY
    Thu Aug 20 16:34:14 2009
    ALTER DATABASE START LOGICAL STANDBY APPLY (oracle)
    Thu Aug 20 16:34:14 2009
    No optional part
    Attempt to start background Logical Standby process
    LSP0 started with pid=23, OS id=4715
    Thu Aug 20 16:34:15 2009
    LOGSTDBY Parameter:                LOG_AUTO_DELETE = TRUE
    Completed: ALTER DATABASE START LOGICAL STANDBY APPLY
    Thu Aug 20 16:34:15 2009
    LOGSTDBY status: ORA-16111: log mining and apply setting up
    Thu Aug 20 16:34:15 2009
    LOGMINER: Parameters summary for session# = 1
    LOGMINER: Number of processes = 3, Transaction Chunk Size = 201
    LOGMINER: Memory Size = 30M, Checkpoint interval = 150M
    LOGMINER: session# = 1, reader process P000 started with pid=24 OS id=4717
    LOGMINER: session# = 1, builder process P001 started with pid=25 OS id=4719
    LOGMINER: session# = 1, preparer process P002 started with pid=26 OS id=4721
    Thu Aug 20 16:34:15 2009
    LOGMINER: Begin mining logfile: /u01/app/oracle/archive/oracle/ARCH_ORACL_1309_1_692680471.arc
    Thu Aug 20 16:34:15 2009
    LOGMINER: Turning ON Log Auto Delete
    Thu Aug 20 16:34:15 2009But in my case its not deleting archives what could be the reason..
    Please any help would be great

  • How to set auto delete option for old messages

    Hi All,
    Can any one help me on how to set auto delete option for mails older than 15 days from my Z10.
    James Kurian

    There is no such option in BB 10.
    However, you can achieve a similar result by setting your email sync timeframe to 14 days (the closest option).
    If you are using an ActiveSync account (such as Hotmail, Outlook.com), go to Settings > Accounts > select the account. Tap advanced at the bottom of the screen. Scroll to the very bottom, tap Sync Timeframe and set to 14 days.
    If you are using an IMAP account (such as Gmail or GMX), you will have to delete, then re-add your account.  The Sync Time frame is only avaialble during setup for these accounts.  When adding, tap advanced at the bottom of the screen and set the Sync Timeframe.
    Hope this helps.

  • Auto-delete old podcasts in iTunes 12

    In iTunes 12, how can I set things up so that it will auto-delete old podcasts

    Thanks for the input! I right clicked one of the disappearing episodes, but there was no "Save Episode" on the drop down menu. There was "Remove From Saved Episodes" option.

  • Auto Delete email in an Archive?

    Is it possible to set a retention policy on a mailbox archive to auto-delete archived files over a certain age?
    We have mailboxes that get extremely large amounts of QA related email (>1 million per 3 months and over 25GB), and I want to use the archive to off load some of the 3 months of email from the main mailboxes. But I still want to delete anything in these
    archive mailboxes over 3 months old, as QA no longer needs them.
    Is there any way to do this on an archive mailbox?

    You can use retention policies to delete items from the archive mailbox.  See the answer in this post:
    http://social.technet.microsoft.com/Forums/exchange/en-US/58913541-12e6-4b3d-9c54-f0211038ba60/archive-mailbox-and-retention
    Tony www.activedir.org Blog: www.open-a-socket.com

  • Auto delete trash in mail

    How can I set an auto delete for trash in mavericks mail after either 2 months or 6 months?
    thanks
    Marianne

    AFAIK, what you are describing is the only way to delete sent mail on the iPad. Depending on what email accounts you have, the specific email account may have advanced options, but the Mail app on the iPad works as you say. There is no option or preference to delete sent emails after a period of time.

Maybe you are looking for

  • AS 10gR1 vs "Apache.exe has encountered a problem and needs to close" on XP

    I would really appreciate if somebody has solution for Windows error message popup box "Apache.exe has encountered a problem and needs to close". I have installed Oracle Application Server 9.0.4 Infrastructure (from 10gR1 AS) on XP laptop (I know it

  • B&W G3 having trouble finding startup disk

    Hi. Ever since the DVD drive of my B&W G3 died, it's taken an extra minute to find the startup disk. I get the blinking Mac folder plus the question mark that we all know and, well, don't love. I've replaced the DVD drive, and currently there is no o

  • Creation of logical database

    hi all..... i was created LDB and i created KNA1 as node and in that VBAK as child node and VBAP as child node for VBAK. in the selection option i choosed all fields , in the selection i written as selection-option: cust no for kna1-kunnr, selection-

  • WebLogic 12.1.2 erases subdeployment on Distributed Queue when targeted to multiple JMS Servers

    Update: verified in a 12.1.1.0 (JDK6) cluster - bug does not occur there. Hi,   I have been migrating an 10.3.5.0 server to WebLogic 12.1.2.0 and have been unable to keep the subdeployment dropdown populated in the subdeployment tab of a uniform dist

  • Upgrading to v7 didn't work and now can't re-install working v5...

    Folks, QuickTime Unavailable X The QuickTime Plug-in requires the QuickTime System extension version 5 or later QuickTime is available from http://www.apple.com . quicktime. OK Cancel After upgrading to QT version-7 from version-5 I got the above err