• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Search results

  1. P

    Conditional Formatting.

    I know that this is probably pretty simple but for some reason I cannot get it. I have selected columns A-I, and put in the following conditional formatting formulas: =MOD(ROW(),2)=1 */This is to get zebra lines all the way down/* =$I1="Archived" */This is to strikethrough the entire row...
  2. P

    Sumproduct formula failure [SOLVED]

    I have used this formula in the past to check whether a condition was true in two columns. (Excel 2003) and it seemed to work fine. I am trying to count the number of times I have the term 'R1' in column A, and the term 'Onshore' in column I. =SUMPRODUCT(--(ISNUMBER(SEARCH("R1",'Process...
  3. P

    Hiding rows based on formatting

    I would like a macro that would hide a row if a specific cell on that row contained text that was formatted with a Strikethrough. So, if cell A25 had text that was formatted with strikethrough, row 25 would get hidden. The range for strikethroughs is A2:A1000. Thanks,
  4. P

    Binary Breakdown

    Okay. I have a sheet with a list of items that need to be categorized. An item can fall into more than one category. Other people will be categorizing them. I want to simplify the process for them. So I thought that it would be good to number the categories, then they can add up the numbers...
  5. P

    A matching problem

    I have a doozy. At least for me. I am using Excel 2003. I have a two lists of documents. I want to find out if a document exists on both lists. Not a problem. The problem is that there are two file naming conventions in use. The old standard: Document Number_Document...
  6. P

    How to count records between 2 dates and a condition Part 2.

    I found this formula on this site to count the number of closed items between two dates. http://chandoo.org/forums/topic/hot-to-count-records-between-2-dates-and-a-condition =+SUMPRODUCT(1*(A2:A11>=E3)*(A2:A11<=E1)*(C2:C11="Closed")) It does not work for me. I have successfully...
  7. P

    Generate a sub-list on a sheet from a master list based on criteria

    I have this big spreadsheet. It is basically a list of documents that comes from a Sharepoint site dataview. The data is copied and pasted into Excel 2003. There is a column for the filename, and several text columns that help define the document. I asked here...
  8. P

    Counting items in column A based on partial strings

    I am trying to count all the items in Column A if Column D contains a partial string and column E contains a different partial string. So: Column D contains a cell with AB CD EF GH Column E contains a cell with FAST or SLOW I want to count everything in column A only if column D contains...
Back
Top