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

Recent content by snocaps

  1. S

    Why does my cell change the formula result?

    Vletm, Interesting. I was working to create a new file (this one is too big to upload), but when I copied the worksheet to a new workbook, the calculations in the new worksheet were correct. I guess that tells me that the worksheet is (possibly) corrupted?
  2. S

    Why does my cell change the formula result?

    I wrote a formula which was working properly until I added some additional records to the table. Now the formula calculates correctly, but at the last step it rewrites the answer to match the result of the copied cell. This is the formula: Here is the correct calculated result (after stepping...
  3. S

    Filtering a pivot table

    PERFECT! That's what I needed! I've never seen the value filters used on a row label field before. Yeah, I know about that very small number ... I have a ticket in with the software vendor about the partial pennies issue. It's maddening.
  4. S

    Filtering a pivot table

    https://www.dropbox.com/s/q75mhz6xie7osyj/Cash_balances_SQL.xlsm?dl=0 Hopefully that worked. If you look at the pivot tab, I have filtered the balance column to not include 0's. If you click the "local & misc. funds" slicer, everything looks good. But if you click "affordable" it looks ok until...
  5. S

    Filtering a pivot table

    The lines themselves don't have 0 values, but the sum of the lines based on the fund may. That's what a pivot table is for, correct? To sum values based on criteria?
  6. S

    Filtering a pivot table

    It's not power query, it's through MS query loaded to the table. The pivot table is only 2 columns ... fund & balance, so if the balance is 0 I want the entire row to not show. You did mention power query. I'm not so familiar with it, but wonder if I couldn't use power query on the table...
  7. S

    Filtering a pivot table

    I have a pivot table grouped by slicers. I want to exclude 0 amounts in the groups. However, I've found that when I use filters to exclude 0's, the rows with the 0's in them are hidden, so when I click on a different slicer, the row is still hidden and anything that would have been displayed on...
  8. S

    Problems with Calculation

    https://www.dropbox.com/s/ggfczyhksl758hf/Calc%20Problem.xlsm?dl=0 The problem is in the Pivot Data worksheet. The Pivot Data (2) worksheet shows how it works on the copied sheet.
  9. S

    Problems with Calculation

    This one has me stumped. Formula reads: =IFERROR(INDEX(RawBudgetAmt,MATCH(1,((MID(RawBudgetAcct,3,3)=$A23)*(MID(RawBudgetAcct,14,6)=$B23)),0)),0) entered CSE. What I'm attempting to do is a lookup based on 2 criteria. Because I'm testing, each cell should return 100. I get 0. When I click in...
  10. S

    Unprotect a slicer

    Wow. That did it. Stupid colon. :DD
  11. S

    Unprotect a slicer

    Now I have a really weird problem with the password. I have a command button that unprotects the sheet, hides some rows then protects the sheet again. However, when I use the password in any other sub, or even try to enter it manually, Excel tells me my password is incorrect! Any suggestions to...
  12. S

    Unprotect a slicer

    That did it. Thank you for the simple solution!
  13. S

    Unprotect a slicer

    I have a workbook with a pivot table on one sheet (Pivot Budget), and a form with the "getpivottable" data on another sheet (Completed Budget). I have created a slicer for the pivot table and placed the slicer on the sheet with the form. All was well & good until I protected the sheet with the...
  14. S

    Why does sumifs not like my named range?

    You just gave me the answer! Even though the ranges appear to be the same size, they aren't. I copied a formula with an =iferror(...,"") in one column to allow the sheet to grow, but did not copy that same formula in the other columns, so while they look to be the same size, they really aren't...
  15. S

    Why does sumifs not like my named range?

    I have a worksheet where I have created several named single-column ranges using the offset function, i.e. =OFFSET(Reformatted!$B$2,0,0,COUNTA(Reformatted!$B:$B),1). I created a sumifs formula using these named ranges and I get a #value error. If I use a standard criteria range of...
Back
Top