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

    Pivot running total and calculated field

    Hello, I am trying to show forecasts with cumulated data. My data table is as follows: ID - unique identifier A Revenue - number or "-" if empty A Margin - number or "-" if empty A Margin% - formula: =iferror([A Margin]/[A Revenue],"-") B Revenue - number or "-" if empty B...
  2. D

    Pivot table: show only data for which a field does not contain a value

    Hello, I don't know if it's because it's Monday, but I can't find a way to do something which I feel should be very basic. I have a data table (containing survey results) which I base many pivots on. In one of the pivots, I need to compute / calculate averages or counts of responses only when...
  3. D

    powerpivot and date dimension boundaries

    Hi, I'm using powerpivot to process survey data. I created a date dimension table, that is referenced by other tables containing dates. It looks like this: DateKey MonthNumber MonthName Fiscal Quarter Calendar Year Fiscal Year 4/30/2013 4 Apr Q2...
  4. D

    pasting from a file without remote references

    I'm working on a shared file, and one of my teammate needs also to work on the same file simultaneously. I know we are not performing changes to the same tabs in the file, so there will be no overlap. So I chose to work on a copy of the file, so as to keep progressing. Now, when she will...
  5. D

    Counting unique values based on several conditions

    I need to be able to count how many distinct ProjectID are in my table with the following criteria: PorjectID should be counted if it appears [list type=decimal] in the given quarter, for a given region, but not if it was already existing in previous quarters. The following array formula...
Back
Top