• 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. dolphintabby

    Conditional highlight an occurance of partial text

    I have a large table of data and I want conditional formatting to highlight an item if it contains a specific part of a text. For example part number is Z10105 but there are 1,000 of parts that begin with that series Z10105MJB, Z10105QZR,...etc, etc and I want a flag of highlighting it if it...
  2. dolphintabby

    =SavedDate()

    Thank you. You were right. :)
  3. dolphintabby

    =SavedDate()

    I got this formula somewhere and it works fine on 1 file. I just tried to add it to another file and it returns #NAME? error. Now I can't find anything on this formula. Regards, ~Dee
  4. dolphintabby

    If statement that looks at the results of formula

    I am trying to write an If statement that looks at a cell that has a calculated formula in it but if the answer is 0 for it to return a blank but if it is not 0 I want it to compare the results with the calculation in another cell on another worksheet (Cell=calculated average cycle time) and...
  5. dolphintabby

    Pivot table count results of formula

    I tried to figure out how you added month and year to the pivot fields but I haven't been able to figure it out. How did you separate them out?
  6. dolphintabby

    Pivot table count results of formula

    Wow you are awesome! Thank you :)
  7. dolphintabby

    Pivot table count results of formula

    That is awesome but I also needed it divided across the top where it says FMQR by month I also need it by Type so horizontal access is by type and vertical like you have it by month. :)
  8. dolphintabby

    Pivot table count results of formula

    See attached. :)
  9. dolphintabby

    Pivot table count results of formula

    Okay it let me this time see attached
  10. dolphintabby

    Pivot table count results of formula

    How can I get the pivot table to count the number of the results of a formula instead of counting the number of formulas in a column of cells? When I created a pivot table it gives me a total count of cells that contain a formula instead of the total number from the formula which is a text. The...
  11. dolphintabby

    Formula execution on a true if statement

    I am trying to have a cell look at another cell with a date in them (i.e. 12/15/2011) and return only the 3 letter Month but only if there is a date in the cell. I tried the below formula which doesn't work: =IF(C5>1,=TEXT(DATE(YEAR(C5), MONTH(C5), DAY(C5))," MMM")," ") If I just do the...
  12. dolphintabby

    Running average results of formula

    Oh okay thank you :)
  13. dolphintabby

    Running average results of formula

    Thank you that worked :)
  14. dolphintabby

    Running average results of formula

    How can I get the average of the results of a formula and have it update with every entry? I have a column that calculates the cycle days between when I receive a report request and when I complete it. The formula is =NETWORKDAYS(M29,O29,) I want to calculate on a summary page what my average...
  15. dolphintabby

    Sum if with index match

    @ Luke M I know it has been a year and I am not sure what happened with my project lol but how do I pull data from several sheets into a single pivot table? ~Dee
  16. dolphintabby

    Macro shortcut in VBA

    Thank you both for your input. I only have the one workbook open but the short cut key is still now working. @small man I didn't know where to cut the workbook name from? Thank you again for trying to help. :) ~Dee :)
  17. dolphintabby

    Macro shortcut in VBA

    Hello, I have been using Excel for quite sometime but am new to the VBA side of it. :) I am trying to create a Macro using VBA and The 1st Macro I created using just record works fine. When I tried to create a 2nd Macro in the same worksheet but using VBA instead of record and I assign it a...
  18. dolphintabby

    Timestamp

    I seen several post on timestamps but none seem to just show a timestamp that stamps at the time a cell is populated and remains that time. I would like a formula that makes a simple regular timestamp that works like a regular timestamp meaning it stamps it with the time that the action is taken...
  19. dolphintabby

    Sum if with index match

    oh I was hoping there was a way to do a match or index match formula so I wouldn't have to do all that copying and pasting data into a conglomerated page from about 10 pages of data.
  20. dolphintabby

    Sum if with index match

    How would I do a sumif function with index match. I have several sheets of data and I want the results to appear on a main table. See example below: Item number Quantity Each sheet has an item number with a quantity. Each sheet represents a location. Each location has several items some...
  21. dolphintabby

    conditional formatting

    I need to highlight cells in one column when two cells in separate columns match in Excel 2003. I tried doing a conditional formatting formula is: =match($A1,$B1,0) while in the cell I want highlighted when that condition is true. & Excel gives me an error saying not enough arguements.
  22. dolphintabby

    Conditional Formatting

    Oh thank you, so sorry about being rude, I thought related topics all went in the same thread. Sorry, again. I will start a new thread from now on. :) Thank you for your help. ~D.
  23. dolphintabby

    Conditional Formatting

    I have a formatting question. I am trying to use the Match function with conditional formatting in Excel 2003. I 1st named my columns then put in the formula is box =MATCH(NAME1,NAME2,0) and put in the formatting I wanted but it highlights all the cells as if they all matched which they do not...
  24. dolphintabby

    Hiding Rows error

    Everytime I try to hide a bunch of rows on this one spreadsheet I keep getting an error saying "Cannot shift objects off sheet." I can't figure out why. Can anyone help me with this? I have never seen this error before when just simply trying to hide multiple rows. Thank you, Dee
Back
Top